42#define CORBA_OK_LIMIT 1
43#define CORBA_SERVICE_FAILED 2
44#define CORBA_INTERNAL_ERROR 3
45#define CORBA_UNKNOWN_ERROR 4
54#define TIME_BUFFER_LENGTH 60
56#define MAX_ERROR_MSG_LEN 100
61#define MAX_OBJECT_COUNT 100
251 const char *sourceIP,
253 ccReg_RequestProperties *properties,
254 ccReg_TID *log_entry_id,
270 ccReg_RequestProperties *properties,
271 ccReg_TID log_entry_id,
272 CORBA_long result_code,
Definition: whois-client.h:197
int type
Definition: whois-client.h:198
Definition: whois-client.h:149
int flags
Definition: whois-client.h:150
int protocol
Definition: whois-client.h:151
int alg
Definition: whois-client.h:152
char * public_key
Definition: whois-client.h:153
Definition: whois-client.h:140
int alg
Definition: whois-client.h:142
char * digest
Definition: whois-client.h:144
int key_tag
Definition: whois-client.h:141
int max_sig_life
Definition: whois-client.h:145
int digest_type
Definition: whois-client.h:143
Definition: whois-client.h:112
char * registrant
Definition: whois-client.h:114
char * validated_to
Definition: whois-client.h:124
char ** temp_c
Definition: whois-client.h:116
int * status_ids
Definition: whois-client.h:125
char * changed
Definition: whois-client.h:122
char * domain
Definition: whois-client.h:113
char ** admin_c
Definition: whois-client.h:115
char * keyset
Definition: whois-client.h:118
char * expire
Definition: whois-client.h:123
char * nsset
Definition: whois-client.h:117
char * registrar
Definition: whois-client.h:119
char ** status
Definition: whois-client.h:120
char * registered
Definition: whois-client.h:121
Definition: whois-client.h:157
keyset_dsrecord * ds
Definition: whois-client.h:162
char ** tech_c
Definition: whois-client.h:160
char * created
Definition: whois-client.h:166
char * changed
Definition: whois-client.h:167
keyset_dnskey * keys
Definition: whois-client.h:163
char * keyset
Definition: whois-client.h:158
char * registrar
Definition: whois-client.h:165
Definition: whois-client.h:129
char ** tech_c
Definition: whois-client.h:133
char ** nserver_addrs
Definition: whois-client.h:132
char * nsset
Definition: whois-client.h:130
char * changed
Definition: whois-client.h:136
char * registrar
Definition: whois-client.h:134
char ** nserver
Definition: whois-client.h:131
char * created
Definition: whois-client.h:135
Definition: whois-client.h:188
char ** address
Definition: whois-client.h:193
char * url
Definition: whois-client.h:191
char * phone
Definition: whois-client.h:192
char * registrar
Definition: whois-client.h:189
char * org
Definition: whois-client.h:190
Definition: whois-client.h:104
search_axis axe
Definition: whois-client.h:105
int norecursion
Definition: whois-client.h:106
const char * value
Definition: whois-client.h:108
int type
Definition: whois-client.h:107
int whois_close_log_message(service_Logger service, const char *content, ccReg_RequestProperties *properties, ccReg_TID log_entry_id, CORBA_long result_code, char *errmsg)
Definition: whois-client.c:1262
whois_action_type
Definition: whois-client.h:97
int check_duplicates(int type, char *handle, general_object *objects, int index_free)
Definition: whois-client.c:182
void * service_Logger
Definition: whois-client.h:68
void whois_release_data(general_object *object_list)
Definition: whois-client.c:1434
search_axis
Definition: whois-client.h:80
int whois_corba_call(service_Whois service, const whois_request *wr, general_object *objects, char *timebuf, char *errmsg)
Definition: whois-client.c:1333
int whois_log_new_message(service_Logger service, const char *sourceIP, const char *content, ccReg_RequestProperties *properties, ccReg_TID *log_entry_id, char *errmsg)
Definition: whois-client.c:1190
void * service_Whois
Definition: whois-client.h:65