Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bufgix: $PreserveFQDN was not properly handled for locally emitted messages | Rainer Gerhards | 2008-12-20 | 1 | -0/+1 |
| | |||||
* | added $PreserveFQDN config file directive | Rainer Gerhards | 2008-12-08 | 1 | -1/+3 |
| | | | | Enables to use FQDNs in sender names where the legacy default | ||||
* | added configuration directive "HUPisRestart" | Rainer Gerhards | 2008-10-23 | 1 | -0/+1 |
| | | | | | ...which enables to configure HUP to be either a full restart or "just" a leightweight way to close open files | ||||
* | added a setting "$OptimizeForUniprocessor" | Rainer Gerhards | 2008-10-22 | 1 | -0/+1 |
| | | | | | | ...to enable users to turn off pthread_yield calls which are counter-productive on multiprocessor machines (but have been shown to be useful on uniprocessors) | ||||
* | removed compile time fixed message size limit (was 2K) | Rainer Gerhards | 2008-09-02 | 1 | -0/+1 |
| | | | | | The limit can now be set via $MaxMessageSize global config directive (finally gotten rid of MAXLINE ;)) | ||||
* | reduced number of compile warnings in -pedantic gcc mode | Rainer Gerhards | 2008-06-27 | 1 | -4/+4 |
| | |||||
* | made default certificate file locations configurable | Rainer Gerhards | 2008-05-05 | 1 | -0/+3 |
| | | | | | | - added $DefaultNetstreamDriverCAFile config directive - added $DefaultNetstreamDriverCertFile config directive - added $DefaultNetstreamDriverKeyFile config directive | ||||
* | converted netstrm into generic netstrm and the nsd_pctp driver | Rainer Gerhards | 2008-04-18 | 1 | -0/+1 |
| | |||||
* | moved "glblModPath" variable inside global data pool | Rainer Gerhards | 2008-04-17 | 1 | -3/+0 |
| | | | | (but still as a variable, not part of glbl object) | ||||
* | declared glbl class to be abstract (saves some housekeeping) | Rainer Gerhards | 2008-04-17 | 1 | -7/+0 |
| | |||||
* | moved host/domain-name related variables to global data pool | Rainer Gerhards | 2008-04-17 | 1 | -0/+4 |
| | |||||
* | moved "DisableDNS" variable to global data pool | Rainer Gerhards | 2008-04-17 | 1 | -6/+8 |
| | |||||
* | moved "option_DisallowWarning" variable to global data pool | Rainer Gerhards | 2008-04-17 | 1 | -0/+2 |
| | |||||
* | moved "bDropMalPTRMsgs" variable to global data pool | Rainer Gerhards | 2008-04-17 | 1 | -0/+2 |
| | |||||
* | moved "family" variable to global data pool | Rainer Gerhards | 2008-04-17 | 1 | -0/+2 |
| | |||||
* | modularization work | Rainer Gerhards | 2008-04-17 | 1 | -2/+17 |
| | | | | | cleanup + created an abstract class for global data items and moved glblGetWorkDir to it | ||||
* | prevented segfault during runtime library init phase | Rainer Gerhards | 2008-04-16 | 1 | -3/+3 |
| | |||||
* | removed no longer needed things | Rainer Gerhards | 2008-04-16 | 1 | -0/+41 |
... and some more cleanup. Also moved a file that I forgot (thanks to Michael Biebl for pointing that out). |