summaryrefslogtreecommitdiffstats
path: root/runtime/glbl.h
Commit message (Collapse)AuthorAgeFilesLines
* made default certificate file locations configurableRainer Gerhards2008-05-051-0/+3
| | | | | | - added $DefaultNetstreamDriverCAFile config directive - added $DefaultNetstreamDriverCertFile config directive - added $DefaultNetstreamDriverKeyFile config directive
* converted netstrm into generic netstrm and the nsd_pctp driverRainer Gerhards2008-04-181-0/+1
|
* moved "glblModPath" variable inside global data poolRainer Gerhards2008-04-171-3/+0
| | | | (but still as a variable, not part of glbl object)
* declared glbl class to be abstract (saves some housekeeping)Rainer Gerhards2008-04-171-7/+0
|
* moved host/domain-name related variables to global data poolRainer Gerhards2008-04-171-0/+4
|
* moved "DisableDNS" variable to global data poolRainer Gerhards2008-04-171-6/+8
|
* moved "option_DisallowWarning" variable to global data poolRainer Gerhards2008-04-171-0/+2
|
* moved "bDropMalPTRMsgs" variable to global data poolRainer Gerhards2008-04-171-0/+2
|
* moved "family" variable to global data poolRainer Gerhards2008-04-171-0/+2
|
* modularization workRainer Gerhards2008-04-171-2/+17
| | | | | 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-0/+41
... and some more cleanup. Also moved a file that I forgot (thanks to Michael Biebl for pointing that out).