Go to the documentation of this file.
56 } epp_DataCollectionPolicyAccess;
100 EPP_TRANSFER_CONTACT,
106 EPP_SENDAUTHINFO_CONTACT,
107 EPP_SENDAUTHINFO_DOMAIN,
108 EPP_SENDAUTHINFO_NSSET,
109 EPP_SENDAUTHINFO_KEYSET,
113 EPP_INFO_LIST_CONTACTS,
114 EPP_INFO_LIST_DOMAINS,
115 EPP_INFO_LIST_NSSETS,
116 EPP_INFO_LIST_KEYSETS,
117 EPP_INFO_DOMAINS_BY_NSSET,
118 EPP_INFO_DOMAINS_BY_KEYSET,
119 EPP_INFO_DOMAINS_BY_CONTACT,
120 EPP_INFO_NSSETS_BY_CONTACT,
121 EPP_INFO_NSSETS_BY_NS,
122 EPP_INFO_KEYSETS_BY_CONTACT,
158 errspec_poll_msgID = 0,
159 errspec_contact_handle,
161 errspec_nsset_handle,
163 errspec_nsset_dns_name,
164 errspec_nsset_dns_addr,
165 errspec_nsset_dns_name_add,
166 errspec_nsset_dns_name_rem,
167 errspec_nsset_tech_add,
168 errspec_nsset_tech_rem,
169 errspec_keyset_handle,
171 errspec_keyset_dnskey,
172 errspec_keyset_dnskey_add,
173 errspec_keyset_dnskey_rem,
174 errspec_keyset_tech_add,
175 errspec_keyset_tech_rem,
176 errspec_registrar_author,
178 errspec_domain_registrant,
179 errspec_domain_nsset,
180 errspec_domain_keyset,
181 errspec_domain_period,
182 errspec_domain_admin,
183 errspec_domain_tmpcontact,
184 errspec_domain_ext_valDate,
185 errspec_domain_ext_valDate_missing,
186 errspec_domain_curExpDate,
187 errspec_domain_admin_add,
188 errspec_domain_admin_rem,
191 errspec_poll_msgID_missing,
192 errspec_contact_identtype_missing,
234 incorrect_epp_action_type = 0,
237 ClientGreeting = 105,
238 PollAcknowledgement = 120,
245 ContactTransfer = 205,
257 DomainTransfer = 505,
265 KeysetTransfer = 605,
266 UnknownAction = 1000,
273 ContactSendAuthInfo = 1101,
274 NSSetSendAuthInfo = 1102,
275 DomainSendAuthInfo = 1103,
276 KeySetSendAuthInfo = 1106,
277 InfoListContacts = 1200,
278 InfoListDomains = 1201,
279 InfoListNssets = 1202,
280 InfoListKeysets = 1203,
281 InfoDomainsByNsset = 1204,
282 InfoDomainsByKeyset = 1205,
283 InfoDomainsByContact = 1206,
284 InfoNssetsByContact = 1207,
285 InfoNssetsByNs = 1208,
286 InfoKeysetsByContact = 1209,
287 InfoGetResults = 1210
317 #define q_length(_qhead) ((_qhead).count)
319 #define q_next(_qhead) ((_qhead)->cur = ((_qhead)->cur) ? (_qhead)->cur->next : NULL)
321 #define q_content(_qhead) ((_qhead)->cur->content)
323 #define q_reset(_qhead) ((_qhead)->cur = (_qhead)->body)
328 #define q_foreach(_qhead) \
329 for ((_qhead)->cur = (_qhead)->body; (_qhead)->cur != NULL; (_qhead)->cur = (_qhead)->cur->next)
338 int q_add(
void *pool,
qhead *head,
void *data);
373 unused_privacy_policy
381 epp_PrivacyPolicy name;
382 epp_PrivacyPolicy organization;
383 epp_PrivacyPolicy address;
384 epp_PrivacyPolicy telephone;
385 epp_PrivacyPolicy fax;
386 epp_PrivacyPolicy email;
387 epp_PrivacyPolicy vat;
388 epp_PrivacyPolicy ident;
389 epp_PrivacyPolicy notify_email;
395 unsigned organization:1;
397 unsigned telephone:1;
402 unsigned notify_email:1;
411 epp_DataCollectionPolicyAccess data_collection_policy_access;
446 typedef enum { TIMEUNIT_MONTH, TIMEUNIT_YEAR } epp_timeunit;
480 typedef enum { mailing_addr_info, mailing_addr_set, mailing_addr_remove } epp_mailingAddrCommand;
490 epp_mailingAddrCommand command;
686 unsigned long long total_free_count;
687 unsigned long long used_count;
693 unsigned long long pollid;
700 unsigned long long pollid;
707 unsigned long long pollid;
714 unsigned long long pollid;
985 char *
epp_strdup(
void *pool,
const char *str);
999 char *
epp_strcat(
void *pool,
const char *str1,
const char *str2);
1008 char *
epp_sprintf(
void *pool,
const char *fmt, ...);
Definition: epp_common.h:469
Poll request parameters.
Definition: epp_common.h:650
@ pt_delete_keyset
KeySet was deleted because not used.
Definition: epp_common.h:517
@ pt_impvalidation
Domain validation will expire soon.
Definition: epp_common.h:522
char * handle
FQDN of wanted domain (output).
Definition: epp_common.h:593
@ pt_transfer_contact
Contact was transferred.
Definition: epp_common.h:512
char * name
fqdn of nameserver.
Definition: epp_common.h:422
char * id
Id of transfered object.
Definition: epp_common.h:859
@ pt_update_domain
Domain changed.
Definition: epp_common.h:529
int period
Registration period in months.
Definition: epp_common.h:755
char * upID
ID of last updater.
Definition: epp_common.h:605
Definition: epp_common.h:500
char * roid
ROID of object.
Definition: epp_common.h:636
char * id
Id of wanted keyset (input).
Definition: epp_common.h:777
Parameters of obsolete command 'list' and getResults command.
Definition: epp_common.h:884
Structure gathers postal info about contact.
Definition: epp_common.h:358
char * exDate
New expiration date.
Definition: epp_common.h:798
char * crID
ID of creator.
Definition: epp_common.h:602
Queue item type.
Definition: epp_common.h:298
qhead extensions
List of domain extensions.
Definition: epp_common.h:830
qhead tmpcontact
Temporary contact used for migration.
Definition: epp_common.h:597
char * sp
State or province.
Definition: epp_common.h:364
char * qdate
Date of message submission.
Definition: epp_common.h:654
qhead keys
List of DNS Key records.
Definition: epp_common.h:645
char * name
FQDN of wanted domain (input).
Definition: epp_common.h:592
qhead rem_admin
Admin contacts to be removed.
Definition: epp_common.h:825
qhead admin
Admin contact for domain.
Definition: epp_common.h:752
qhead ids
IDs of checked objects.
Definition: epp_common.h:559
@ ident_ICO
ICO.
Definition: epp_common.h:442
char * crDate
Creation date of domain.
Definition: epp_common.h:759
short noresdata
True if there should be no resdata section or msgQ section.
Definition: epp_common.h:921
@ pt_validation
Domain validation expired.
Definition: epp_common.h:523
char * name
Name.
Definition: epp_common.h:360
char * authInfo
Authorization information.
Definition: epp_common.h:860
Renew domain parameters.
Definition: epp_common.h:791
Definition: epp_common.h:484
qhead errors
List of validation errors or errors from central repository.
Definition: epp_common.h:923
qhead extensions
List of domain extensions.
Definition: epp_common.h:797
char * id
Handle of object.
Definition: epp_common.h:866
char * id
ID of object to be deleted.
Definition: epp_common.h:787
qhead status
Keyset's status.
Definition: epp_common.h:637
qhead exturi
currently not used
Definition: epp_common.h:552
qhead admin
Admin contact for domain.
Definition: epp_common.h:598
char * msg
Text message coresponding to return code.
Definition: epp_common.h:914
int count
Optimization for length() function.
Definition: epp_common.h:311
epp_ext_mailingAddr ext_mailing_addr
Extensions for mailing contact addresses.
Definition: epp_common.h:506
Create nsset parameters.
Definition: epp_common.h:764
unsigned int count
Count of results.
Definition: epp_common.h:897
@ pt_delete_nsset
Nsset was deleted because not used.
Definition: epp_common.h:515
qhead rem_tech
Technical contacts to be removed.
Definition: epp_common.h:838
qhead handles
List of handles.
Definition: epp_common.h:886
char * trDate
Last transfered.
Definition: epp_common.h:643
Configuration of entities enabled in xml schemas.
Definition: epp_common.h:408
qhead rem_tmpcontact
Temporary contact used for migration.
Definition: epp_common.h:826
unsigned lang
Language.
Definition: epp_common.h:553
Nameserver has a name and possibly more than one ip address.
Definition: epp_common.h:420
@ EPP_INFO
This is the default log level.
Definition: epp_common.h:36
Update nsset parameters.
Definition: epp_common.h:834
char * newPW
New password.
Definition: epp_common.h:550
qitem * cur
Currently selected item.
Definition: epp_common.h:313
char * reason
Human readable reason of error.
Definition: epp_common.h:221
epp_loglevel
Log levels used for logging to eppd log file.
Definition: epp_common.h:32
char * keyset
Keyset of domain.
Definition: epp_common.h:828
char * epp_strdup(void *pool, const char *str)
Duplicate string from argument, the memory will be allocated from memory pool.
Definition: mod_eppd.c:404
char * registrant
Registrant of domain.
Definition: epp_common.h:751
char * crDate
Creation date of nsset.
Definition: epp_common.h:770
char * msgid
ID of acknoledged message.
Definition: epp_common.h:724
qhead ns
List of nameservers.
Definition: epp_common.h:626
char * curExDate
Current expiration date.
Definition: epp_common.h:794
char * clID
Owner's ID.
Definition: epp_common.h:601
int position
Position of faulty element if it is part of list.
Definition: epp_common.h:223
int level
Report level.
Definition: epp_common.h:628
Definition: epp_common.h:488
char * clID
Client ID.
Definition: epp_common.h:548
char * City
city
Definition: epp_common.h:474
@ ident_BIRTHDAY
Date of birth.
Definition: epp_common.h:443
@ EPP_DEBUG
Contents of requests and responses are logged.
Definition: epp_common.h:37
qhead tech
List of technical contacts for keyset.
Definition: epp_common.h:646
@ ident_UNKNOWN
Unknown value can also mean undefined.
Definition: epp_common.h:438
char * msgid
ID of next message in a queue.
Definition: epp_common.h:653
char * epp_strcat(void *pool, const char *str1, const char *str2)
Concatenate two strings in arguments, the memory will be allocated from memory pool.
Definition: mod_eppd.c:422
char * crDate
Creation date.
Definition: epp_common.h:603
char * keyset
Keyset for domain.
Definition: epp_common.h:754
All Info functions, which accept single key on input and count on output (domainsByNsset,...
Definition: epp_common.h:894
Structure holding answer to EPP check command.
Definition: epp_common.h:449
Disclose information of contact.
Definition: epp_common.h:379
char * pw
Password.
Definition: epp_common.h:549
char * org
Organization.
Definition: epp_common.h:361
char * trDate
Last transfered.
Definition: epp_common.h:607
unsigned long long count
Count of waiting messages.
Definition: epp_common.h:725
char * name
Name of renewed domain.
Definition: epp_common.h:793
char * name
FQDN of wanted domain (input).
Definition: epp_common.h:750
struct qitem qitem
Queue item type.
char * id
Id of wanted keyset (input).
Definition: epp_common.h:848
char * nsset
Nsset of domain.
Definition: epp_common.h:827
@ EPP_WARNING
Errors which are not serious but should be logged.
Definition: epp_common.h:35
qhead avails
Booleans + reasons.
Definition: epp_common.h:560
qhead add_tech
Technical contacts to be added.
Definition: epp_common.h:849
void epplog(epp_context *epp_ctx, epp_loglevel level, const char *fmt,...)
Write a log message to eppd log file.
Definition: mod_eppd.c:475
qhead objuri
currently not used
Definition: epp_common.h:551
qhead tech
List of technical contacts for nsset.
Definition: epp_common.h:769
char * zone
True if object is available, false otherwise.
Definition: epp_common.h:458
char * crDate
Creation date.
Definition: epp_common.h:640
qhead add_ns
Nameservers to be added.
Definition: epp_common.h:839
char * id
Id of wanted nsset (input).
Definition: epp_common.h:615
char * keyset
Keyset for domain.
Definition: epp_common.h:600
EPP context is a group of variables used often together.
Definition: epp_common.h:45
char * public_key
base64 encoded public key
Definition: epp_common.h:432
void * epp_calloc(void *pool, unsigned size)
Allocate memory from memory pool and prezero it.
Definition: mod_eppd.c:386
qhead add_tech
Technical contacts to be added.
Definition: epp_common.h:837
char * crID
ID of creator.
Definition: epp_common.h:639
unsigned char alg
algorithm type
Definition: epp_common.h:431
epp_lang
definition of languages (english is default)
Definition: epp_common.h:145
Test parameters.
Definition: epp_common.h:876
epp_pollType type
Type of poll message.
Definition: epp_common.h:655
void * content
Pointer to content of item.
Definition: epp_common.h:301
epp_pollType
Type of poll message.
Definition: epp_common.h:511
eppd_server_xml_conf xml_schema
Entities enabled in xml schemas.
Definition: epp_common.h:930
char * clTRID
client's TRID
Definition: epp_common.h:911
void * data
Command data (Input + output parameters for all possible epp commands).
Definition: epp_common.h:935
epp_ext_type extType
Identifier of extension.
Definition: epp_common.h:502
epp_errorspec
In case that central repository finds out that some parameter is bad, there has to be way how to prop...
Definition: epp_common.h:157
Create domain parameters.
Definition: epp_common.h:748
char * registrant
Registrant of domain.
Definition: epp_common.h:823
unsigned short flags
key properties.
Definition: epp_common.h:429
@ pt_lowcredit
Credit of registrator is low.
Definition: epp_common.h:526
char * Street2
street - line #2
Definition: epp_common.h:472
char * svTRID
server's TRID
Definition: epp_common.h:912
epp_command_type
Enumeration of codes of all EPP commands this module is able to handle.
Definition: epp_common.h:62
char * upDate
Last updated.
Definition: epp_common.h:606
qhead rem_tech
Technical contacts to be removed.
Definition: epp_common.h:850
Login parameters.
Definition: epp_common.h:546
int level
Report level.
Definition: epp_common.h:771
int level
Report level.
Definition: epp_common.h:842
char * authInfo
Authorization information.
Definition: epp_common.h:757
@ pt_impexpiration
Domain will expire in near future.
Definition: epp_common.h:520
Poll acknoledge parameters.
Definition: epp_common.h:722
char * trDate
Last transfered.
Definition: epp_common.h:624
@ pt_transfer_domain
Domain was transferred.
Definition: epp_common.h:519
qhead rem_dnskey
DNSKEYs to be removed.
Definition: epp_common.h:852
char * id
Id of wanted nsset (input).
Definition: epp_common.h:836
Update keyset parameters.
Definition: epp_common.h:846
qhead keys
List of DNS Key records.
Definition: epp_common.h:779
void * conn
Connection handler.
Definition: epp_common.h:48
Structure containing result of one technical test.
Definition: epp_common.h:535
qhead ns
List of nameservers.
Definition: epp_common.h:768
epp_identType
Type of identification number used in contact object.
Definition: epp_common.h:436
Info domain parameters.
Definition: epp_common.h:590
char * Street1
street - line #1
Definition: epp_common.h:471
qhead names
Fqdns of domains to be tested with nsset.
Definition: epp_common.h:879
char * registrant
Registrant of domain.
Definition: epp_common.h:596
epp_errorspec spec
Specification of surrounding XML tags.
Definition: epp_common.h:212
Update domain parameters.
Definition: epp_common.h:820
@ EPP_ERROR
Error caused usually by client, module is operational.
Definition: epp_common.h:34
qhead extensions
List of domain extensions.
Definition: epp_common.h:758
void * pool
Pool for allocations.
Definition: epp_common.h:47
char * StateOrProvince
state or province
Definition: epp_common.h:475
epp_action_type
EPP action types for now only a copy of current enum_action.
Definition: epp_common.h:232
char * authInfo
Authorization information.
Definition: epp_common.h:625
char * upID
ID of last updater.
Definition: epp_common.h:622
Definition: epp_common.h:392
char * handle
Search key.
Definition: epp_common.h:896
@ ident_PASSPORT
Number of passport.
Definition: epp_common.h:440
@ pt_update_keyset
KeySet changed.
Definition: epp_common.h:531
char * id
Id of wanted nsset (input).
Definition: epp_common.h:766
@ pt_outzone
Domain was outaged from zone.
Definition: epp_common.h:524
Definition: epp_common.h:462
qhead status
Domain's status.
Definition: epp_common.h:595
epp_timeunit unit
Registration period's unit.
Definition: epp_common.h:796
char * crDate
Creation date of keyset.
Definition: epp_common.h:781
@ pt_update_nsset
NSSet changed.
Definition: epp_common.h:530
Delete parameters.
Definition: epp_common.h:785
@ pt_expiration
Domain expired.
Definition: epp_common.h:521
unsigned long long count
Count of waiting messages.
Definition: epp_common.h:652
char * name
FQDN of wanted domain (input).
Definition: epp_common.h:822
epp_timeunit unit
Registration period's unit.
Definition: epp_common.h:756
qitem * body
Items in a queue.
Definition: epp_common.h:312
char * credit
Credit.
Definition: epp_common.h:459
char * id
Id of wanted keyset (input).
Definition: epp_common.h:634
int period
Renew period.
Definition: epp_common.h:795
char * id
ID of tested nsset.
Definition: epp_common.h:878
qhead add_admin
Admin contacts to be added.
Definition: epp_common.h:824
qhead extensions
List of domain extensions.
Definition: epp_common.h:609
int avail
True if object is available, false otherwise.
Definition: epp_common.h:451
char * nsset
Nsset of domain.
Definition: epp_common.h:599
Structure for holding status' names and values.
Definition: epp_common.h:349
Create keyset parameters.
Definition: epp_common.h:775
qhead rem_ns
Nameservers to be removed.
Definition: epp_common.h:840
char * roid
ROID of object.
Definition: epp_common.h:594
DNS Key record - http://rfc-ref.org/RFC-TEXTS/4034/chapter2.html.
Definition: epp_common.h:427
char * authInfo
Authorization information.
Definition: epp_common.h:841
char * pc
Postal code.
Definition: epp_common.h:365
char * text
Status value.
Definition: epp_common.h:352
char * city
City.
Definition: epp_common.h:363
char * authInfo
Authorization information.
Definition: epp_common.h:644
SendAuthInfo parameters.
Definition: epp_common.h:864
char * authInfo
Authorization information.
Definition: epp_common.h:778
qhead addr
List of ip addresses.
Definition: epp_common.h:423
int level
Level of tests (-1 if not overriden).
Definition: epp_common.h:880
qhead add_dnskey
DNSKEYs to be added.
Definition: epp_common.h:851
@ pt_transfer_nsset
Nsset was transferred.
Definition: epp_common.h:514
struct qitem * next
Link to next item in a queue.
Definition: epp_common.h:300
void * epp_malloc(void *pool, unsigned size)
Allocate memory from memory pool.
char * Street3
street - line #3
Definition: epp_common.h:473
@ ident_OP
Number of ID card.
Definition: epp_common.h:439
char * crID
ID of creator.
Definition: epp_common.h:620
Info keyset parameters.
Definition: epp_common.h:632
char * cc
Country code.
Definition: epp_common.h:366
qhead tech
List of technical contacts for keyset.
Definition: epp_common.h:780
char * value
Client provided input which caused the error.
Definition: epp_common.h:206
qhead status
Nsset's status.
Definition: epp_common.h:618
epp_object_type
Enumeration of EPP objects which this server operates on.
Definition: epp_common.h:134
char * authInfo
Authorization information.
Definition: epp_common.h:853
char * value
Status name.
Definition: epp_common.h:351
@ pt_transfer_keyset
KeySet was transferred.
Definition: epp_common.h:516
char * upDate
Last updated.
Definition: epp_common.h:642
Queue structure used on countless places throughout the program.
Definition: epp_common.h:309
int rc
EPP return code defined in standard.
Definition: epp_common.h:913
epp_ext_enum ext_enum
Extensions for ENUM.
Definition: epp_common.h:505
@ EPP_FATAL
Error, the module is not in operational state.
Definition: epp_common.h:33
The struct represents one epp error in ExtValue element.
Definition: epp_common.h:203
char * xml_in
XML as it is received from client.
Definition: epp_common.h:915
Structure holding answer to EPP creditInfo command.
Definition: epp_common.h:456
@ ident_MPSV
Number assigned by "ministry of work and ...".
Definition: epp_common.h:441
char * authInfo
Authorization information.
Definition: epp_common.h:608
@ pt_delete_contact
Contact was deleted because not used.
Definition: epp_common.h:513
char * upID
ID of last updater.
Definition: epp_common.h:641
char * roid
ROID of object.
Definition: epp_common.h:617
@ pt_request_fee_info
Requests price/count info.
Definition: epp_common.h:527
Check contact, domain and nsset parameters.
Definition: epp_common.h:557
void * parsed_doc
Parsed XML document tree.
Definition: epp_common.h:918
char * nsset
Nsset of domain.
Definition: epp_common.h:753
char * exDate
Expiration date.
Definition: epp_common.h:604
char * handle
Id of wanted keyset (output).
Definition: epp_common.h:635
CreditInfo parameters.
Definition: epp_common.h:870
int publish
Flag determining if this domain can be published in the ENUM dictionary.
Definition: epp_common.h:465
int has_contact_mailing_address_extension
Contacts feature mailing address extension.
Definition: epp_common.h:410
char * newmsgid
ID of first message in a queue.
Definition: epp_common.h:726
char * clID
Owner's ID.
Definition: epp_common.h:638
char * authInfo
Authorization information.
Definition: epp_common.h:767
char * CountryCode
country code - 2 char ISO country code
Definition: epp_common.h:477
char * clID
Owner's ID.
Definition: epp_common.h:619
char * epp_sprintf(void *pool, const char *fmt,...)
Print formatted string.
Definition: mod_eppd.c:439
char * reason
If object is not available, here is the reason.
Definition: epp_common.h:452
This structure is central to the concept of the whole module.
Definition: epp_common.h:909
@ pt_update_contact
Contact changed.
Definition: epp_common.h:528
qhead streets
3x street.
Definition: epp_common.h:362
char * ext_enumval
Domain validation.
Definition: epp_common.h:464
Info nsset parameters.
Definition: epp_common.h:613
epp_command_type type
Identification of epp command.
Definition: epp_common.h:929
Transfer parameters.
Definition: epp_common.h:857
char * exDate
Expiration date of domain.
Definition: epp_common.h:760
unsigned char protocol
= 3
Definition: epp_common.h:430
void * xpath_ctx
XPath context.
Definition: epp_common.h:919
char * handle
Id of wanted nsset (output).
Definition: epp_common.h:616
char * crDate
Creation date.
Definition: epp_common.h:621
@ pt_techcheck
Technical check results.
Definition: epp_common.h:518
int q_add(void *pool, qhead *head, void *data)
Add new item to a queue (the item will be enqueued at the end of queue).
Definition: epp_common.c:31
@ pt_delete_domain
Domain was deleted.
Definition: epp_common.h:525
epp_ext_type
Enumeration of implemented extensions.
Definition: epp_common.h:129
char * authInfo
Authorization information.
Definition: epp_common.h:829
qhead zonecredits
List of credits for individual zones.
Definition: epp_common.h:872
qhead tech
List of technical contacts for nsset.
Definition: epp_common.h:627
char * PostalCode
postal code
Definition: epp_common.h:476
char * upDate
Last updated.
Definition: epp_common.h:623