55 } epp_DataCollectionPolicyAccess;
105 EPP_SENDAUTHINFO_CONTACT,
106 EPP_SENDAUTHINFO_DOMAIN,
107 EPP_SENDAUTHINFO_NSSET,
108 EPP_SENDAUTHINFO_KEYSET,
112 EPP_INFO_LIST_CONTACTS,
113 EPP_INFO_LIST_DOMAINS,
114 EPP_INFO_LIST_NSSETS,
115 EPP_INFO_LIST_KEYSETS,
116 EPP_INFO_DOMAINS_BY_NSSET,
117 EPP_INFO_DOMAINS_BY_KEYSET,
118 EPP_INFO_DOMAINS_BY_CONTACT,
119 EPP_INFO_NSSETS_BY_CONTACT,
120 EPP_INFO_NSSETS_BY_NS,
121 EPP_INFO_KEYSETS_BY_CONTACT,
157 errspec_poll_msgID = 0,
158 errspec_contact_handle,
160 errspec_nsset_handle,
162 errspec_nsset_dns_name,
163 errspec_nsset_dns_addr,
164 errspec_nsset_dns_name_add,
165 errspec_nsset_dns_name_rem,
166 errspec_nsset_tech_add,
167 errspec_nsset_tech_rem,
168 errspec_keyset_handle,
170 errspec_keyset_dnskey,
171 errspec_keyset_dnskey_add,
172 errspec_keyset_dnskey_rem,
173 errspec_keyset_tech_add,
174 errspec_keyset_tech_rem,
175 errspec_registrar_author,
177 errspec_domain_registrant,
178 errspec_domain_nsset,
179 errspec_domain_keyset,
180 errspec_domain_period,
181 errspec_domain_admin,
182 errspec_domain_tmpcontact,
183 errspec_domain_ext_valDate,
184 errspec_domain_ext_valDate_missing,
185 errspec_domain_curExpDate,
186 errspec_domain_admin_add,
187 errspec_domain_admin_rem,
190 errspec_poll_msgID_missing,
191 errspec_contact_identtype_missing,
233 incorrect_epp_action_type = 0,
236 ClientGreeting = 105,
237 PollAcknowledgement = 120,
244 ContactTransfer = 205,
256 DomainTransfer = 505,
264 KeysetTransfer = 605,
265 UnknownAction = 1000,
272 ContactSendAuthInfo = 1101,
273 NSSetSendAuthInfo = 1102,
274 DomainSendAuthInfo = 1103,
275 KeySetSendAuthInfo = 1106,
276 InfoListContacts = 1200,
277 InfoListDomains = 1201,
278 InfoListNssets = 1202,
279 InfoListKeysets = 1203,
280 InfoDomainsByNsset = 1204,
281 InfoDomainsByKeyset = 1205,
282 InfoDomainsByContact = 1206,
283 InfoNssetsByContact = 1207,
284 InfoNssetsByNs = 1208,
285 InfoKeysetsByContact = 1209,
286 InfoGetResults = 1210
316 #define q_length(_qhead) ((_qhead).count)
318 #define q_next(_qhead) ((_qhead)->cur = ((_qhead)->cur) ? (_qhead)->cur->next : NULL)
320 #define q_content(_qhead) ((_qhead)->cur->content)
322 #define q_reset(_qhead) ((_qhead)->cur = (_qhead)->body)
327 #define q_foreach(_qhead) \
328 for ((_qhead)->cur = (_qhead)->body; (_qhead)->cur != NULL; (_qhead)->cur = (_qhead)->cur->next)
337 int q_add(
void *pool,
qhead *head,
void *data);
372 unused_privacy_policy
380 epp_PrivacyPolicy name;
381 epp_PrivacyPolicy organization;
382 epp_PrivacyPolicy address;
383 epp_PrivacyPolicy telephone;
384 epp_PrivacyPolicy fax;
385 epp_PrivacyPolicy email;
386 epp_PrivacyPolicy vat;
387 epp_PrivacyPolicy ident;
388 epp_PrivacyPolicy notify_email;
394 unsigned organization:1;
396 unsigned telephone:1;
401 unsigned notify_email:1;
410 epp_DataCollectionPolicyAccess data_collection_policy_access;
445 typedef enum { TIMEUNIT_MONTH, TIMEUNIT_YEAR } epp_timeunit;
479 typedef enum { mailing_addr_info, mailing_addr_set, mailing_addr_remove } epp_mailingAddrCommand;
489 epp_mailingAddrCommand command;
685 unsigned long long total_free_count;
686 unsigned long long used_count;
692 unsigned long long pollid;
699 unsigned long long pollid;
706 unsigned long long pollid;
713 unsigned long long pollid;
984 char *
epp_strdup(
void *pool,
const char *str);
998 char *
epp_strcat(
void *pool,
const char *str1,
const char *str2);
1007 char *
epp_sprintf(
void *pool,
const char *fmt, ...);
qhead tech
List of technical contacts for keyset.
Definition: epp_common.h:779
unsigned char alg
algorithm type
Definition: epp_common.h:430
Queue item type.
Definition: epp_common.h:297
char * credit
Credit.
Definition: epp_common.h:458
Definition: epp_common.h:487
qhead admin
Admin contact for domain.
Definition: epp_common.h:751
char * Street2
street - line #2
Definition: epp_common.h:471
char * xml_in
XML as it is received from client.
Definition: epp_common.h:914
char * crDate
Creation date of nsset.
Definition: epp_common.h:769
char * authInfo
Authorization information.
Definition: epp_common.h:643
ICO.
Definition: epp_common.h:441
char * authInfo
Authorization information.
Definition: epp_common.h:756
Definition: epp_common.h:391
The struct represents one epp error in ExtValue element.
Definition: epp_common.h:202
char * clID
Owner's ID.
Definition: epp_common.h:618
unsigned int count
Count of results.
Definition: epp_common.h:896
char * zone
True if object is available, false otherwise.
Definition: epp_common.h:457
Contact changed.
Definition: epp_common.h:527
Technical check results.
Definition: epp_common.h:517
char * msg
Text message coresponding to return code.
Definition: epp_common.h:913
char * city
City.
Definition: epp_common.h:362
Number of passport.
Definition: epp_common.h:439
char * reason
If object is not available, here is the reason.
Definition: epp_common.h:451
qhead extensions
List of domain extensions.
Definition: epp_common.h:608
int period
Renew period.
Definition: epp_common.h:794
char * exDate
Expiration date of domain.
Definition: epp_common.h:759
epp_ext_mailingAddr ext_mailing_addr
Extensions for mailing contact addresses.
Definition: epp_common.h:505
char * id
Id of wanted keyset (input).
Definition: epp_common.h:776
Domain changed.
Definition: epp_common.h:528
Delete parameters.
Definition: epp_common.h:784
qitem * cur
Currently selected item.
Definition: epp_common.h:312
qhead rem_tech
Technical contacts to be removed.
Definition: epp_common.h:849
qhead extensions
List of domain extensions.
Definition: epp_common.h:796
Errors which are not serious but should be logged.
Definition: epp_common.h:34
qhead status
Keyset's status.
Definition: epp_common.h:636
Definition: epp_common.h:499
Info nsset parameters.
Definition: epp_common.h:612
char * nsset
Nsset of domain.
Definition: epp_common.h:752
qhead tech
List of technical contacts for nsset.
Definition: epp_common.h:626
char * roid
ROID of object.
Definition: epp_common.h:635
Error, the module is not in operational state.
Definition: epp_common.h:32
char * curExDate
Current expiration date.
Definition: epp_common.h:793
char * epp_strdup(void *pool, const char *str)
Duplicate string from argument, the memory will be allocated from memory pool.
Definition: mod_eppd.c:403
int publish
Flag determining if this domain can be published in the ENUM dictionary.
Definition: epp_common.h:464
char * svTRID
server's TRID
Definition: epp_common.h:911
qhead zonecredits
List of credits for individual zones.
Definition: epp_common.h:871
qhead addr
List of ip addresses.
Definition: epp_common.h:422
Domain expired.
Definition: epp_common.h:520
qhead handles
List of handles.
Definition: epp_common.h:885
char * id
Id of wanted nsset (input).
Definition: epp_common.h:765
char * registrant
Registrant of domain.
Definition: epp_common.h:595
This is the default log level.
Definition: epp_common.h:35
char * name
FQDN of wanted domain (input).
Definition: epp_common.h:821
char * nsset
Nsset of domain.
Definition: epp_common.h:826
Credit of registrator is low.
Definition: epp_common.h:525
void * conn
Connection handler.
Definition: epp_common.h:47
unsigned long long count
Count of waiting messages.
Definition: epp_common.h:651
Poll acknoledge parameters.
Definition: epp_common.h:721
qhead tech
List of technical contacts for keyset.
Definition: epp_common.h:645
unsigned long long count
Count of waiting messages.
Definition: epp_common.h:724
char * upDate
Last updated.
Definition: epp_common.h:622
char * value
Status name.
Definition: epp_common.h:350
Structure for holding status' names and values.
Definition: epp_common.h:348
char * ext_enumval
Domain validation.
Definition: epp_common.h:463
epp_ext_type
Enumeration of implemented extensions.
Definition: epp_common.h:128
char * name
Name.
Definition: epp_common.h:359
int position
Position of faulty element if it is part of list.
Definition: epp_common.h:222
This structure is central to the concept of the whole module.
Definition: epp_common.h:908
qhead rem_admin
Admin contacts to be removed.
Definition: epp_common.h:824
Domain was deleted.
Definition: epp_common.h:524
char * exDate
Expiration date.
Definition: epp_common.h:603
char * crDate
Creation date.
Definition: epp_common.h:639
Structure holding answer to EPP check command.
Definition: epp_common.h:448
Error caused usually by client, module is operational.
Definition: epp_common.h:33
char * trDate
Last transfered.
Definition: epp_common.h:623
Domain validation will expire soon.
Definition: epp_common.h:521
Info keyset parameters.
Definition: epp_common.h:631
char * upDate
Last updated.
Definition: epp_common.h:641
char * authInfo
Authorization information.
Definition: epp_common.h:859
epp_action_type
EPP action types for now only a copy of current enum_action.
Definition: epp_common.h:231
qhead exturi
currently not used
Definition: epp_common.h:551
epp_timeunit unit
Registration period's unit.
Definition: epp_common.h:755
Structure holding answer to EPP creditInfo command.
Definition: epp_common.h:455
char * authInfo
Authorization information.
Definition: epp_common.h:766
Requests price/count info.
Definition: epp_common.h:526
Create nsset parameters.
Definition: epp_common.h:763
char * handle
Id of wanted nsset (output).
Definition: epp_common.h:615
char * Street3
street - line #3
Definition: epp_common.h:472
Contact was deleted because not used.
Definition: epp_common.h:512
void * xpath_ctx
XPath context.
Definition: epp_common.h:918
qhead keys
List of DNS Key records.
Definition: epp_common.h:644
Domain validation expired.
Definition: epp_common.h:522
Date of birth.
Definition: epp_common.h:442
unsigned short flags
key properties.
Definition: epp_common.h:428
char * upDate
Last updated.
Definition: epp_common.h:605
char * registrant
Registrant of domain.
Definition: epp_common.h:750
epp_identType
Type of identification number used in contact object.
Definition: epp_common.h:435
char * id
Handle of object.
Definition: epp_common.h:865
char * crDate
Creation date.
Definition: epp_common.h:620
char * reason
Human readable reason of error.
Definition: epp_common.h:220
qhead tech
List of technical contacts for nsset.
Definition: epp_common.h:768
char * id
Id of transfered object.
Definition: epp_common.h:858
eppd_server_xml_conf xml_schema
Entities enabled in xml schemas.
Definition: epp_common.h:929
char * id
Id of wanted nsset (input).
Definition: epp_common.h:614
char * PostalCode
postal code
Definition: epp_common.h:475
char * authInfo
Authorization information.
Definition: epp_common.h:607
char * clTRID
client's TRID
Definition: epp_common.h:910
char * msgid
ID of acknoledged message.
Definition: epp_common.h:723
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:421
unsigned lang
Language.
Definition: epp_common.h:552
char * handle
Search key.
Definition: epp_common.h:895
char * keyset
Keyset for domain.
Definition: epp_common.h:599
Nsset was transferred.
Definition: epp_common.h:513
int level
Report level.
Definition: epp_common.h:627
Domain was transferred.
Definition: epp_common.h:518
qhead errors
List of validation errors or errors from central repository.
Definition: epp_common.h:922
char * trDate
Last transfered.
Definition: epp_common.h:606
Test parameters.
Definition: epp_common.h:875
KeySet was transferred.
Definition: epp_common.h:515
KeySet was deleted because not used.
Definition: epp_common.h:516
int level
Report level.
Definition: epp_common.h:770
NSSet changed.
Definition: epp_common.h:529
Number of ID card.
Definition: epp_common.h:438
epp_ext_enum ext_enum
Extensions for ENUM.
Definition: epp_common.h:504
qhead extensions
List of domain extensions.
Definition: epp_common.h:757
Definition: epp_common.h:483
char * id
Id of wanted keyset (input).
Definition: epp_common.h:847
char * cc
Country code.
Definition: epp_common.h:365
char * qdate
Date of message submission.
Definition: epp_common.h:653
KeySet changed.
Definition: epp_common.h:530
char * id
Id of wanted keyset (input).
Definition: epp_common.h:633
qhead ns
List of nameservers.
Definition: epp_common.h:767
char * handle
Id of wanted keyset (output).
Definition: epp_common.h:634
char * id
ID of tested nsset.
Definition: epp_common.h:877
void * epp_calloc(void *pool, unsigned size)
Allocate memory from memory pool and prezero it.
Definition: mod_eppd.c:385
Create domain parameters.
Definition: epp_common.h:747
unsigned char protocol
= 3
Definition: epp_common.h:429
DNS Key record - http://rfc-ref.org/RFC-TEXTS/4034/chapter2.html.
Definition: epp_common.h:426
char * pw
Password.
Definition: epp_common.h:548
Contact was transferred.
Definition: epp_common.h:511
Parameters of obsolete command 'list' and getResults command.
Definition: epp_common.h:883
Login parameters.
Definition: epp_common.h:545
void * pool
Pool for allocations.
Definition: epp_common.h:46
char * id
ID of object to be deleted.
Definition: epp_common.h:786
SendAuthInfo parameters.
Definition: epp_common.h:863
char * roid
ROID of object.
Definition: epp_common.h:593
char * epp_sprintf(void *pool, const char *fmt,...)
Print formatted string.
Definition: mod_eppd.c:438
char * clID
Owner's ID.
Definition: epp_common.h:637
epp_pollType
Type of poll message.
Definition: epp_common.h:510
Structure gathers postal info about contact.
Definition: epp_common.h:357
Update keyset parameters.
Definition: epp_common.h:845
epp_timeunit unit
Registration period's unit.
Definition: epp_common.h:795
char * exDate
New expiration date.
Definition: epp_common.h:797
Configuration of entities enabled in xml schemas.
Definition: epp_common.h:407
qhead ids
IDs of checked objects.
Definition: epp_common.h:558
qhead add_ns
Nameservers to be added.
Definition: epp_common.h:838
char * authInfo
Authorization information.
Definition: epp_common.h:828
char * City
city
Definition: epp_common.h:473
Check contact, domain and nsset parameters.
Definition: epp_common.h:556
qhead names
Fqdns of domains to be tested with nsset.
Definition: epp_common.h:878
epp_ext_type extType
Identifier of extension.
Definition: epp_common.h:501
char * org
Organization.
Definition: epp_common.h:360
EPP context is a group of variables used often together.
Definition: epp_common.h:44
char * crDate
Creation date of domain.
Definition: epp_common.h:758
char * StateOrProvince
state or province
Definition: epp_common.h:474
Update domain parameters.
Definition: epp_common.h:819
void * parsed_doc
Parsed XML document tree.
Definition: epp_common.h:917
char * Street1
street - line #1
Definition: epp_common.h:470
epp_lang
definition of languages (english is default)
Definition: epp_common.h:144
char * crID
ID of creator.
Definition: epp_common.h:601
Disclose information of contact.
Definition: epp_common.h:378
epp_errorspec spec
Specification of surrounding XML tags.
Definition: epp_common.h:211
int level
Report level.
Definition: epp_common.h:841
qhead rem_tmpcontact
Temporary contact used for migration.
Definition: epp_common.h:825
qhead streets
3x street.
Definition: epp_common.h:361
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:156
qhead add_dnskey
DNSKEYs to be added.
Definition: epp_common.h:850
char * handle
FQDN of wanted domain (output).
Definition: epp_common.h:592
char * CountryCode
country code - 2 char ISO country code
Definition: epp_common.h:476
qhead rem_ns
Nameservers to be removed.
Definition: epp_common.h:839
Number assigned by "ministry of work and ...".
Definition: epp_common.h:440
char * registrant
Registrant of domain.
Definition: epp_common.h:822
qhead add_tech
Technical contacts to be added.
Definition: epp_common.h:836
Renew domain parameters.
Definition: epp_common.h:790
short noresdata
True if there should be no resdata section or msgQ section.
Definition: epp_common.h:920
char * newmsgid
ID of first message in a queue.
Definition: epp_common.h:725
char * sp
State or province.
Definition: epp_common.h:363
epp_command_type
Enumeration of codes of all EPP commands this module is able to handle.
Definition: epp_common.h:61
void * content
Pointer to content of item.
Definition: epp_common.h:300
char * trDate
Last transfered.
Definition: epp_common.h:642
char * clID
Client ID.
Definition: epp_common.h:547
char * pc
Postal code.
Definition: epp_common.h:364
Nsset was deleted because not used.
Definition: epp_common.h:514
char * crDate
Creation date of keyset.
Definition: epp_common.h:780
char * crID
ID of creator.
Definition: epp_common.h:638
Domain was outaged from zone.
Definition: epp_common.h:523
qhead tmpcontact
Temporary contact used for migration.
Definition: epp_common.h:596
char * authInfo
Authorization information.
Definition: epp_common.h:777
char * name
FQDN of wanted domain (input).
Definition: epp_common.h:591
void epplog(epp_context *epp_ctx, epp_loglevel level, const char *fmt,...)
Write a log message to eppd log file.
Definition: mod_eppd.c:474
Definition: epp_common.h:461
struct qitem qitem
Queue item type.
int level
Level of tests (-1 if not overriden).
Definition: epp_common.h:879
char * upID
ID of last updater.
Definition: epp_common.h:621
qhead admin
Admin contact for domain.
Definition: epp_common.h:597
qhead ns
List of nameservers.
Definition: epp_common.h:625
Poll request parameters.
Definition: epp_common.h:649
void * epp_malloc(void *pool, unsigned size)
Allocate memory from memory pool.
qhead rem_tech
Technical contacts to be removed.
Definition: epp_common.h:837
char * id
Id of wanted nsset (input).
Definition: epp_common.h:835
char * nsset
Nsset of domain.
Definition: epp_common.h:598
epp_command_type type
Identification of epp command.
Definition: epp_common.h:928
Nameserver has a name and possibly more than one ip address.
Definition: epp_common.h:419
char * name
fqdn of nameserver.
Definition: epp_common.h:421
qhead status
Nsset's status.
Definition: epp_common.h:617
char * newPW
New password.
Definition: epp_common.h:549
qhead avails
Booleans + reasons.
Definition: epp_common.h:559
All Info functions, which accept single key on input and count on output (domainsByNsset, domainsByContact, nssetsByContact, nssetsByNs).
Definition: epp_common.h:893
qhead rem_dnskey
DNSKEYs to be removed.
Definition: epp_common.h:851
qhead keys
List of DNS Key records.
Definition: epp_common.h:778
int avail
True if object is available, false otherwise.
Definition: epp_common.h:450
int rc
EPP return code defined in standard.
Definition: epp_common.h:912
char * text
Status value.
Definition: epp_common.h:351
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:30
qhead status
Domain's status.
Definition: epp_common.h:594
Contents of requests and responses are logged.
Definition: epp_common.h:36
Domain will expire in near future.
Definition: epp_common.h:519
Info domain parameters.
Definition: epp_common.h:589
Create keyset parameters.
Definition: epp_common.h:774
char * value
Client provided input which caused the error.
Definition: epp_common.h:205
char * authInfo
Authorization information.
Definition: epp_common.h:840
epp_object_type
Enumeration of EPP objects which this server operates on.
Definition: epp_common.h:133
char * name
FQDN of wanted domain (input).
Definition: epp_common.h:749
char * clID
Owner's ID.
Definition: epp_common.h:600
void * data
Command data (Input + output parameters for all possible epp commands).
Definition: epp_common.h:934
char * msgid
ID of next message in a queue.
Definition: epp_common.h:652
char * name
Name of renewed domain.
Definition: epp_common.h:792
qhead add_admin
Admin contacts to be added.
Definition: epp_common.h:823
Queue structure used on countless places throughout the program.
Definition: epp_common.h:308
char * keyset
Keyset for domain.
Definition: epp_common.h:753
Definition: epp_common.h:468
Update nsset parameters.
Definition: epp_common.h:833
char * upID
ID of last updater.
Definition: epp_common.h:640
char * crDate
Creation date.
Definition: epp_common.h:602
epp_loglevel
Log levels used for logging to eppd log file.
Definition: epp_common.h:31
qhead add_tech
Technical contacts to be added.
Definition: epp_common.h:848
qitem * body
Items in a queue.
Definition: epp_common.h:311
CreditInfo parameters.
Definition: epp_common.h:869
char * upID
ID of last updater.
Definition: epp_common.h:604
char * authInfo
Authorization information.
Definition: epp_common.h:852
int count
Optimization for length() function.
Definition: epp_common.h:310
char * roid
ROID of object.
Definition: epp_common.h:616
struct qitem * next
Link to next item in a queue.
Definition: epp_common.h:299
int period
Registration period in months.
Definition: epp_common.h:754
qhead objuri
currently not used
Definition: epp_common.h:550
char * authInfo
Authorization information.
Definition: epp_common.h:624
int has_contact_mailing_address_extension
Contacts feature mailing address extension.
Definition: epp_common.h:409
char * public_key
base64 encoded public key
Definition: epp_common.h:431
qhead extensions
List of domain extensions.
Definition: epp_common.h:829
char * crID
ID of creator.
Definition: epp_common.h:619
char * keyset
Keyset of domain.
Definition: epp_common.h:827
Unknown value can also mean undefined.
Definition: epp_common.h:437
Structure containing result of one technical test.
Definition: epp_common.h:534
Transfer parameters.
Definition: epp_common.h:856
epp_pollType type
Type of poll message.
Definition: epp_common.h:654