summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* moved message object into its own set of filesRainer Gerhards2007-07-191-0/+2
|
* code cleanup (removed compiler warningsRainer Gerhards2007-07-181-0/+1
|
* fixed minimal memory leak on HUP (caused by templates) thanks toRainer Gerhards2007-07-181-0/+3
| | | | varmojfekoj for the patch
* applied cleanup patch by Peter VrabecRainer Gerhards2007-07-181-0/+5
|
* fixed a bug which caused install to install program under wrong nameRainer Gerhards2007-07-181-0/+2
|
* bumped version number to 1.17.0Rainer Gerhards2007-07-171-1/+1
|
* added $FailOnChownFailure config parameterRainer Gerhards2007-07-171-0/+1
|
* added config directives: $FileOwner, $FileGroup, $DirOwner, $DirGroupRainer Gerhards2007-07-171-0/+4
|
* added $CreateDirs, $DebugPrintTemplateList, $ResetConfigVariablesRainer Gerhards2007-07-171-0/+3
| | | | directives
* added $DirCreateMode config directiveRainer Gerhards2007-07-171-0/+2
|
* cleaned up code in AddAllowedSender()Rainer Gerhards2007-07-171-1/+1
|
* dded $ControlCharacterEscapePrefix config parameterRainer Gerhards2007-07-171-0/+1
|
* added $EscapeControlCharactersOnReceive config parameterRainer Gerhards2007-07-171-1/+3
|
* added new option $DropMsgsWithMaliciousDnsPTRRecordsRainer Gerhards2007-07-161-0/+1
|
* mentioned mildew@gmail.com's patchRainer Gerhards2007-07-161-0/+5
|
* integrated patch by Michel Samia to provide regex support for the filterRainer Gerhards2007-07-161-0/+2
| | | | engine - many thanks!
* added parsing code for $RepeatedLineReduction andRainer Gerhards2007-07-151-0/+3
| | | | | $EscapeControlCharacetersOnReceive config file options (but not yet actual feature code yet)
* fixed typosRainer Gerhards2007-07-131-4/+1
|
* I just needed to add a small fact about today's date - seems to be a goodRainer Gerhards2007-07-131-1/+1
| | | | one for a brand-new build system ;)
* preparing for release 1.16.0Rainer Gerhards2007-07-131-1/+4
|
* made "make dist" workRainer Gerhards2007-07-131-0/+3
|
* - removed some now-unused fields from struct filedRainer Gerhards2007-07-131-0/+3
| | | | | - move file size limit fields in struct field to the "right spot" (the file writing part of the union - f_un.f_file)
* begun to better modularize syslogd.c - this is an ongoing project; movedRainer Gerhards2007-07-131-39/+2
| | | | type definitions to a separate file
* dded the -x option to disable hostname dns reslution thanks to varmojfekojRainer Gerhards2007-07-131-0/+4
| | | | for the patch
* fixed a bug that caused rsyslogd to segfault when TCP listening wasRainer Gerhards2007-07-111-0/+2
| | | | disabled and it terminated
* removed SYSV preprocessor macro; replaced with autotools equivalentRainer Gerhards2007-07-111-0/+1
|
* upgrading to autotools build system - thank Peter Vrabec for patches andRainer Gerhards2007-07-101-0/+956
the idea