source: trunk/include/sh_cat.h@ 199

Last change on this file since 199 was 192, checked in by katerina, 16 years ago

Fixes for cygwin, and improved error diagnostics (tickets #126, #127, #128).

File size: 5.7 KB
Line 
1
2#ifndef SH_CAT_H
3#define SH_CAT_H
4
5typedef struct foo_cat_entry {
6 unsigned long id;
7 unsigned long priority;
8 unsigned long class;
9 const char * format;
10} cat_entry;
11
12extern cat_entry msg_cat[];
13
14extern const char * class_cat[];
15
16#define AUD 0
17#define PANIC 1
18#define RUN 2
19#define FIL 3
20#define TCP 4
21#define ERR 5
22#define STAMP 6
23#define ENET 7
24#define EINPUT 8
25#define EVENT 9
26#define START 10
27#define LOGKEY 11
28#define OTHER_CLA ((1 << RUN)|(1 << FIL)|(1 << TCP))
29#define RUN_NEW ((1 << RUN)|(1 << EVENT)|(1 << START)|(1 << LOGKEY))
30#define FIL_NEW ((1 << FIL)|(1 << EVENT))
31#define ERROR_CLA ((1 << ERR)|(1 << PANIC)|(1 << ENET)|(1 << EINPUT))
32
33#define SH_CLA_RAW_MAX 12
34#define SH_CLA_MAX 16
35
36
37#if 0
38enum {
39 SH_CLA_AUD = (1 << 0),
40 SH_CLA_PANIC = (1 << 1),
41 SH_CLA_RUN = (1 << 2),
42 SH_CLA_FIL = (1 << 3),
43 SH_CLA_TCP = (1 << 4),
44 SH_CLA_ERR = (1 << 5),
45 SH_CLA_STAMP = (1 << 6),
46 SH_CLA_ENET = (1 << 7),
47 SH_CLA_EINPUT = (1 << 8)
48};
49#endif
50
51enum {
52 MSG_EXIT_ABORTS,
53 MSG_START_SRV,
54
55 MSG_EXIT_ABORT1,
56 MSG_EXIT_NORMAL,
57 MSG_START_KEY_MAIL,
58 MSG_START_KEY,
59 MSG_START_0H,
60 MSG_START_1H,
61 MSG_START_2H,
62 MSG_START_GH,
63 MSG_START_GH2,
64 MSG_SUSPEND,
65
66 MSG_MLOCK,
67 MSG_W_SIG,
68 MSG_W_CHDIR,
69
70 MSG_MOD_FAIL,
71 MSG_MOD_OK,
72 MSG_MOD_EXEC,
73
74 MSG_RECONF,
75 MSG_CHECK_0,
76 MSG_CHECK_1,
77 MSG_STAMP,
78
79 MSG_D_START,
80 MSG_D_DSTART,
81 MSG_D_FAIL,
82
83
84#ifndef HAVE_URANDOM
85 MSG_ENSTART,
86 MSG_ENEXEC,
87 MSG_ENFAIL,
88 MSG_ENTOUT,
89 MSG_ENCLOS,
90 MSG_ENCLOS1,
91 MSG_ENREAD,
92#endif
93
94#ifdef SH_USE_SUIDCHK
95 MSG_SUID_POLICY,
96 MSG_SUID_FOUND,
97 MSG_SUID_SUMMARY,
98 MSG_SUID_QREPORT,
99 MSG_SUID_ERROR,
100#endif
101
102#ifdef SH_USE_KERN
103 /* FreeBSD */
104 MSG_KERN_POLICY,
105 MSG_KERN_POL_CO,
106
107 /* Linux */
108 MSG_KERN_SYSCALL,
109 MSG_KERN_PROC,
110 MSG_KERN_IDT,
111 MSG_KERN_GATE,
112#endif
113
114#ifdef SH_USE_UTMP
115 MSG_UT_CHECK,
116
117 MSG_UT_LG1X,
118 MSG_UT_LG2X,
119 MSG_UT_LG3X,
120
121 MSG_UT_LG1A,
122 MSG_UT_LG1B,
123
124 MSG_UT_LG2A,
125 MSG_UT_LG2B,
126
127 MSG_UT_LG3A,
128 MSG_UT_LG3B,
129 MSG_UT_LG3C,
130 MSG_UT_ROT,
131
132#endif
133
134#ifdef SH_USE_PROCESSCHECK
135 MSG_PCK_CHECK,
136 MSG_PCK_OK,
137 MSG_PCK_P_HIDDEN,
138 MSG_PCK_HIDDEN,
139 MSG_PCK_FAKE,
140 MSG_PCK_MISS,
141#endif
142
143#ifdef SH_USE_PORTCHECK
144 MSG_PORT_MISS,
145 MSG_PORT_NEW,
146 MSG_PORT_RESTART,
147 MSG_PORT_NEWPORT,
148#endif
149
150#ifdef SH_USE_MOUNTS
151 MSG_MNT_CHECK,
152 MSG_MNT_MEMLIST,
153 MSG_MNT_MNTMISS,
154 MSG_MNT_OPTMISS,
155#endif
156
157#ifdef SH_USE_USERFILES
158 MSG_USERFILES_SUMMARY,
159#endif
160
161#ifdef USE_LOGFILE_MONITOR
162 MSG_LOGMON_CHKS,
163 MSG_LOGMON_CHKE,
164 MSG_LOGMON_MISS,
165 MSG_LOGMON_EOPEN,
166 MSG_LOGMON_EREAD,
167 MSG_LOGMON_REP,
168 MSG_LOGMON_SUM,
169#endif
170
171#if defined(SH_WITH_CLIENT) || defined(SH_STANDALONE)
172
173 MSG_FI_TOOLATE,
174 MSG_FI_CSUM,
175 MSG_FI_DSUM,
176 MSG_FI_CHK,
177 MSG_FI_NULL,
178 MSG_FI_FAIL,
179 MSG_FI_GLOB,
180 MSG_FI_COLL,
181 MSG_FI_DOUBLE,
182 MSG_FI_2LONG,
183 MSG_FI_2LONG2,
184 MSG_FI_NOPATH,
185 MSG_FI_DLNK,
186 MSG_FI_RDLNK,
187 MSG_FI_NOGRP,
188 MSG_FI_NOUSR,
189 MSG_FI_STAT,
190 MSG_FI_OBSC,
191 MSG_FI_OBSC2,
192 MSG_FI_LIST,
193 MSG_FI_LLNK,
194 MSG_FI_MISS,
195 /* #ifdef SH_USE_XML */
196 MSG_FI_MISS2,
197 MSG_FI_ADD2,
198 /* #endif */
199 MSG_FI_ADD,
200 MSG_FI_CHAN,
201 MSG_FI_NODIR,
202 MSG_FI_DBEX,
203#endif
204
205 MSG_TCP_NETRP,
206
207#ifndef SH_STANDALONE
208#ifdef INET_SYSLOG
209 MSG_INET_SYSLOG,
210 MSG_ERR_SYSLOG,
211#endif
212
213 MSG_TCP_MISMATCH,
214 MSG_TCP_MISENC,
215 MSG_TCP_NONAME,
216 MSG_TCP_UNEXP,
217 MSG_TCP_EFIL,
218 MSG_TCP_NOCONF,
219 MSG_TCP_NOAUTH,
220 MSG_TCP_CONF,
221 MSG_TCP_AUTH,
222 MSG_TCP_FOK,
223 MSG_TCP_FBAD,
224 MSG_TCP_ECONN,
225 MSG_TCP_EZERO,
226 MSG_TCP_EBGN,
227
228 MSG_TCP_CREG,
229 MSG_TCP_FAUTH,
230 MSG_TCP_TIMOUT,
231
232 MSG_TCP_RESCLT,
233 MSG_TCP_RESPEER,
234 MSG_TCP_LOOKERS,
235 MSG_TCP_LOOKUP,
236
237 MSG_TCP_TIMEXC,
238 MSG_TCP_NOCLT,
239 MSG_TCP_BADCONN,
240 MSG_TCP_FFILE ,
241 MSG_TCP_NFILE ,
242 MSG_TCP_FINV ,
243 MSG_TCP_OKFILE,
244 MSG_TCP_OKMSG,
245 MSG_TCP_MSG,
246 MSG_TCP_NEW,
247 MSG_TCP_ILL,
248 MSG_TCP_SYNC,
249 MSG_TCP_RESET,
250 MSG_TCP_CNEW,
251 MSG_E_HTML,
252#endif
253
254
255 MSG_E_AUTH,
256 MSG_ACCESS,
257 MSG_TRUST,
258 MSG_NOACCESS,
259 MSG_P_NODATA,
260
261
262#ifndef MEM_DEBUG
263 MSG_E_MNULL,
264 MSG_E_MMEM,
265#else
266 MSG_MSTAMP,
267 MSG_MSTAMP2,
268 MSG_E_MNULL,
269 MSG_E_MMEM,
270 MSG_E_MREC,
271 MSG_E_MOVER,
272 MSG_E_MUNDER,
273 MSG_E_NOTFREE,
274#endif
275
276 MSG_E_TRUST,
277 MSG_E_HASH,
278 MSG_E_ACCESS,
279 MSG_E_READ,
280 MSG_E_NOTREG,
281 MSG_E_TIMEOUT,
282 MSG_NODEV,
283 MSG_LOCKED,
284 MSG_PIDFILE,
285 MSG_NOEXEC,
286 MSG_ES_ENT,
287 MSG_ES_KEY1,
288 MSG_ES_KEY2,
289 MSG_E_GPG,
290 MSG_E_GPG_FP,
291 MSG_E_GPG_CHK,
292 MSG_E_SUBGEN,
293 MSG_E_SUBGPATH,
294 MSG_E_UNLNK,
295 MSG_E_REGEX,
296 MSG_E_OPENDIR,
297 MSG_E_TRUST1,
298 MSG_E_TRUST2,
299 MSG_E_PWNULL,
300 MSG_E_PWLONG,
301 MSG_E_GRNULL,
302
303 MSG_E_NET,
304 MSG_E_NETST,
305 MSG_E_NETST1,
306 MSG_E_NLOST,
307 MSG_E_NEST,
308
309 MSG_EINVALHEAD,
310 MSG_EINVALCONF,
311 MSG_EINVALS,
312 MSG_EINVALL,
313 MSG_EINVALD,
314 MSG_EINVALDD,
315
316 MSG_SRV_FAIL,
317 MSG_QUEUE_FULL,
318
319 MSG_AUD_OPEN,
320 MSG_AUD_DUP,
321 MSG_AUD_PIPE,
322 MSG_AUD_FORK,
323 MSG_AUD_EXIT,
324 MSG_AUD_SETUID,
325 MSG_AUD_SETGID,
326 MSG_AUD_UTIME,
327 MSG_AUD_EXEC,
328 MSG_AUD_CHDIR,
329 MSG_AUD_UNLINK,
330 MSG_AUD_KILL,
331
332 MSG_ERR_OPEN,
333 MSG_ERR_DUP,
334 MSG_ERR_PIPE,
335 MSG_ERR_FORK,
336 MSG_ERR_SETUID,
337 MSG_ERR_SETGID,
338 MSG_ERR_UTIME,
339 MSG_ERR_EXEC,
340 MSG_ERR_CHDIR,
341 MSG_ERR_UNLINK,
342 MSG_ERR_KILL,
343
344 MSG_ERR_SIGACT,
345 MSG_ERR_CONNECT,
346 MSG_ERR_ACCEPT,
347 MSG_ERR_LSTAT,
348 MSG_ERR_FSTAT,
349 MSG_ERR_STAT,
350 MSG_ERR_FCNTL
351};
352
353#endif
Note: See TracBrowser for help on using the repository browser.