1    | /***************************************
2    |   $Revision: 
3    | 
4    |   CA module: dictionary symbols.
5    | 
6    |   Status: NOT REVIEWED, NOT TESTED
7    | 
8    |   Author(s):       Ambrose Magee
9    | 
10   | ******************/ /******************
11   | Modification History:
12   | 
13   | ******************/
14   | 
15   | /************************************
16   |  Copyright (c) 2000                              RIPE NCC
17   | 
18   |  All Rights Reserved
19   |  
20   |  Permission to use, copy, modify, and distribute this software and its
21   |  documentation for any purpose and without fee is hereby granted,
22   |  provided that the above copyright notice appear in all copies and that
23   |  both that copyright notice and this permission notice appear in
24   |  supporting documentation, and that the name of the author not be
25   |  used in advertising or publicity pertaining to distribution of the
26   |  software without specific, written prior permission.
27   |  
28   |  THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
29   |  ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS; IN NO EVENT SHALL
30   |  AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
31   |  DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
32   |  AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
33   |  OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
34   | ***************************************/
35   | 
36   | #define CA_BINDPORT 		0
37   | #define CA_HELP 		1
38   | #define CA_REPLYBANNER 		2
39   | #define CA_SOURCE 		3
40   | #define CA_TESTMODE 		4
41   | #define CA_OVERRIDECRYPTEDPW 		5
42   | #define CA_WHOISHELP 		6
43   | #define CA_AUTODBMHELP 		7
44   | #define CA_ATTDESC 		8
45   | #define CA_DEFLOOK 		9
46   | #define CA_DBFILE 		10
47   | #define CA_CANUPD 		11
48   | #define CA_CROSSNOTIFYSOURCES 		12
49   | #define CA_UID 		13
50   | #define CA_QRYLOG 		14
51   | #define CA_QRY2LOG 		15
52   | #define CA_ERRLOG 		16
53   | #define CA_AUDITLOG 		17
54   | #define CA_UPDLOG 		18
55   | #define CA_ACKLOG 		19
56   | #define CA_LOCKDIR 		20
57   | #define CA_PIDFILE 		21
58   | #define CA_UPDATELOCK 		22
59   | #define CA_CLEANLOCK 		23
60   | #define CA_SERIALDIR 		24
61   | #define CA_OLDSERIALDIR 		25
62   | #define CA_SERIALINCOMINGDIR 		26
63   | #define CA_KEEPOPEN 		27
64   | #define CA_ALLOCMNT 		28
65   | #define CA_GETUPDATESFROM 		29
66   | #define CA_WHOISUPDFROM 		30
67   | #define CA_DENYWHOISACCESS 		31
68   | #define CA_TMPDIR 		32
69   | #define CA_PGPV 		33
70   | #define CA_PGPK 		34
71   | #define CA_PGPPATH 		35
72   | #define CA_MAILCMD 		36
73   | #define CA_OVERFLOWSIZE 		37
74   | #define CA_DBCACHESIZE 		38
75   | #define CA_NROFNAMES 		39
76   | #define CA_DEFMAIL 		40
77   | #define CA_HUMAILBOX 		41
78   | #define CA_AUTOBOX 		42
79   | #define CA_DUPLICATEPERSONCHECK 		43
80   | #define CA_NOMATCH 		44
81   | #define CA_CN_SUBJECT_ADD 		45
82   | #define CA_CN_SUBJECT_DEL 		46
83   | #define CA_CN_EXPLAIN_ADD 		47
84   | #define CA_CN_EXPLAIN_DEL 		48
85   | #define CA_CN_OVERLAP_ADD 		49
86   | #define CA_CN_OVERLAP_DEL 		50
87   | #define CA_CNO_SUBJECT_ADD 		51
88   | #define CA_CNO_SUBJECT_DEL 		52
89   | #define CA_CNO_EXPLAIN_ADD 		53
90   | #define CA_CNO_EXPLAIN_DEL 		54
91   | #define CA_CNO_OVERLAP_ADD 		55
92   | #define CA_CNO_OVERLAP_DEL 		56
93   | #define CA_MAILTXT 		57
94   | #define CA_MHEADER 		58
95   | #define CA_FAILURETXT 		59
96   | #define CA_SUCCESSTXT 		60
97   | #define CA_HELPHEADER 		61
98   | #define CA_ACKERR 		62
99   | #define CA_ACKOK 		63
100  | #define CA_ACKSIG 		64
101  | #define CA_NOTITXT 		65
102  | #define CA_NOTIMAILTXT 		66
103  | #define CA_NOTINETWORKTXT 		67
104  | #define CA_NHEADER 		68
105  | #define CA_FWHEADER 		69
106  | #define CA_FWTXT 		70
107  | #define CA_FWMAILTXT 		71
108  | #define CA_FWNETWORKTXT 		72
109  | #define CA_MTFWHEADER 		73
110  | #define CA_MTFWTXT 		74
111  | #define CA_DENYACCESSTXT 		75
112  | #define CA_REFERRALTXT 		76
113  | #define CA_REFERRALERRORTXT 		77
114  | #define CA_REFERRALLOOPERRORTXT 		78
115  | #define CA_REFERRALTIMEOUTTXT 		79
116  | #define CA_REFERRALTRUNCTXT 		80
117  | #define CA_REFERRALENDTXT 		81
118  | #define CA_REFERRALTIMEOUT 		82
119  | #define CA_REFERRALMAXLINES 		83
120  | #define CA_RIGHTS 		84
121  | #define CA_COUNTRY 		85
122  | #define CA_RIPADMIN	86
123  | #define CA_NOTIFLOG	87
124  | #define CA_FORWLOG		88
125  | #define CA_CROSSLOG	89
126  | #define CA_UPDSOURCE 90
127  | #define CA_SVWHOIS_PORT 91
128  | #define CA_SVCONFIG_PORT 92
129  | #define CA_SVMIRROR_PORT 93
130  | #define CA_SOURCEFILE 94
131  | #define CA_AC_DECAY_INTERVAL 95
132  | #define CA_AC_DECAY_HALFLIFE 96
133  | #define CA_PW_RESP_HEADER 97
134  | #define CA_PW_ERR_NOKEY 98
135  | #define CA_PW_HELP_FILE 99
136  | #define CA_PW_K_FILTER 100
137  | #define CA_PW_LIMIT_REACHED 101
138  | #define CA_PW_ACL_ADDRPASS 102
139  | #define CA_PW_ACL_PERMDENY 103
140  | #define CA_PW_NOTFOUND 104
141  | #define CA_PW_CONNCLOSED 105
142  | #define CA_PW_BANNER 106
143  | #define CA_QC_BADATTR 107
144  | #define CA_QC_FMT_ATTRNOTINV 108
145  | #define CA_QC_FMT_BADSOURCE 109
146  | #define CA_QC_BADOBJTYPE 110
147  | #define CA_QI_REF_TMOUT 111
148  | #define CA_QI_REF_OVERMAXLIN 112
149  | #define CA_QI_REF_BADHOST 113
150  | #define CA_QI_REF_HOSTNOTTRESP 114
151  | #define CA_QI_FMT_REFHEADER 115
152  | #define CA_ER_DEF 116
153  | #define CA_ER_MACRO 117
154  | #define CA_ER_UD_DEF 118
155  | #define CA_QI_REFTRAILER 119