1    | /************************************
2    | Copyright (c) 2000                              RIPE NCC
3    | 
4    | All Rights Reserved
5    | 
6    | Permission to use, copy, modify, and distribute this software and its
7    | documentation for any purpose and without fee is hereby granted,
8    | provided that the above copyright notice appear in all copies and that
9    | both that copyright notice and this permission notice appear in
10   | supporting documentation, and that the name of the author not be
11   | used in advertising or publicity pertaining to distribution of the
12   | software without specific, written prior permission.
13   | 
14   | THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
15   | ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS; IN NO EVENT SHALL
16   | AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
17   | DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
18   | AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
19   | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20   | ***************************************/
21   | 
22   | 
23   | #define CA_BINDPORT 		0
24   | #define CA_HELP 		1
25   | #define CA_REPLYBANNER 		2
26   | #define CA_SOURCE 		3
27   | #define CA_TESTMODE 		4
28   | #define CA_OVERRIDECRYPTEDPW 		5
29   | #define CA_WHOISHELP 		6
30   | #define CA_AUTODBMHELP 		7
31   | #define CA_ATTDESC 		8
32   | #define CA_DEFLOOK 		9
33   | #define CA_DBFILE 		10
34   | #define CA_CANUPD 		11
35   | #define CA_CROSSNOTIFYSOURCES 		12
36   | #define CA_UID 		13
37   | #define CA_QRYLOG 		14
38   | #define CA_QRY2LOG 		15
39   | #define CA_ERRLOG 		16
40   | #define CA_AUDITLOG 		17
41   | #define CA_UPDLOG 		18
42   | #define CA_ACKLOG 		19
43   | #define CA_LOCKDIR 		20
44   | #define CA_PIDFILE 		21
45   | #define CA_UPDATELOCK 		22
46   | #define CA_CLEANLOCK 		23
47   | #define CA_SERIALDIR 		24
48   | #define CA_OLDSERIALDIR 		25
49   | #define CA_SERIALINCOMINGDIR 		26
50   | #define CA_KEEPOPEN 		27
51   | #define CA_ALLOCMNT 		28
52   | #define CA_GETUPDATESFROM 		29
53   | #define CA_WHOISUPDFROM 		30
54   | #define CA_DENYWHOISACCESS 		31
55   | #define CA_TMPDIR 		32
56   | #define CA_PGPV 		33
57   | #define CA_PGPK 		34
58   | #define CA_PGPPATH 		35
59   | #define CA_MAILCMD 		36
60   | #define CA_OVERFLOWSIZE 		37
61   | #define CA_DBCACHESIZE 		38
62   | #define CA_NROFNAMES 		39
63   | #define CA_DEFMAIL 		40
64   | #define CA_HUMAILBOX 		41
65   | #define CA_AUTOBOX 		42
66   | #define CA_DUPLICATEPERSONCHECK 		43
67   | #define CA_NOMATCH 		44
68   | #define CA_CN_SUBJECT_ADD 		45
69   | #define CA_CN_SUBJECT_DEL 		46
70   | #define CA_CN_EXPLAIN_ADD 		47
71   | #define CA_CN_EXPLAIN_DEL 		48
72   | #define CA_CN_OVERLAP_ADD 		49
73   | #define CA_CN_OVERLAP_DEL 		50
74   | #define CA_CNO_SUBJECT_ADD 		51
75   | #define CA_CNO_SUBJECT_DEL 		52
76   | #define CA_CNO_EXPLAIN_ADD 		53
77   | #define CA_CNO_EXPLAIN_DEL 		54
78   | #define CA_CNO_OVERLAP_ADD 		55
79   | #define CA_CNO_OVERLAP_DEL 		56
80   | #define CA_MAILTXT 		57
81   | #define CA_MHEADER 		58
82   | #define CA_FAILURETXT 		59
83   | #define CA_SUCCESSTXT 		60
84   | #define CA_HELPHEADER 		61
85   | #define CA_ACKERR 		62
86   | #define CA_ACKOK 		63
87   | #define CA_ACKSIG 		64
88   | #define CA_NOTITXT 		65
89   | #define CA_NOTIMAILTXT 		66
90   | #define CA_NOTINETWORKTXT 		67
91   | #define CA_NHEADER 		68
92   | #define CA_FWHEADER 		69
93   | #define CA_FWTXT 		70
94   | #define CA_FWMAILTXT 		71
95   | #define CA_FWNETWORKTXT 		72
96   | #define CA_MTFWHEADER 		73
97   | #define CA_MTFWTXT 		74
98   | #define CA_DENYACCESSTXT 		75
99   | #define CA_REFERRALTXT 		76
100  | #define CA_REFERRALERRORTXT 		77
101  | #define CA_REFERRALLOOPERRORTXT 		78
102  | #define CA_REFERRALTIMEOUTTXT 		79
103  | #define CA_REFERRALTRUNCTXT 		80
104  | #define CA_REFERRALENDTXT 		81
105  | #define CA_REFERRALTIMEOUT 		82
106  | #define CA_REFERRALMAXLINES 		83
107  | #define CA_RIGHTS 		84
108  | #define CA_COUNTRY 		85
109  | #define CA_RIPADMIN	86
110  | #define CA_NOTIFLOG	87
111  |