summaryrefslogtreecommitdiffstats
path: root/tools/syslogd.c
Commit message (Collapse)AuthorAgeFilesLines
* completed better modularity of runtimeRainer Gerhards2008-04-171-5/+18
| | | | | | | | | | - added the ability to specify an error log function for the runtime - removed dependency of core runtime on dirty.h Note that it is "better" modularity, not perfect. There is still work to do, but I think we can for the time being proceed with other things.
* moved "glblModPath" variable inside global data poolRainer Gerhards2008-04-171-1/+0
| | | | (but still as a variable, not part of glbl object)
* moved host/domain-name related variables to global data poolRainer Gerhards2008-04-171-17/+20
|
* moved "DisableDNS" variable to global data poolRainer Gerhards2008-04-171-2/+1
|
* moved "option_DisallowWarning" variable to global data poolRainer Gerhards2008-04-171-5/+1
|
* moved "bDropMalPTRMsgs" variable to global data poolRainer Gerhards2008-04-171-5/+2
|
* moved "family" variable to global data poolRainer Gerhards2008-04-171-3/+2
|
* modularization workRainer Gerhards2008-04-171-12/+8
| | | | | cleanup + created an abstract class for global data items and moved glblGetWorkDir to it
* prevented segfault during runtime library init phaseRainer Gerhards2008-04-161-3/+3
|
* removed no longer needed thingsRainer Gerhards2008-04-161-52/+1
| | | | | ... and some more cleanup. Also moved a file that I forgot (thanks to Michael Biebl for pointing that out).
* some more cleanupRainer Gerhards2008-04-161-0/+3441
reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear