summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* applied patch from varmojfekoj to solve small mem leakRainer Gerhards2007-07-241-1/+1
|
* fixed wrong credits - last patch was by mildew -- sorry for that ;)Rainer Gerhards2007-07-241-1/+1
|
* fixed a small memory leak when HUPing syslogd. The allowed sender list nowRainer Gerhards2007-07-241-0/+2
| | | | gets freed. thanks varmojfekoj to for the patch.
* continued working on modularization; begun to create interface forRainer Gerhards2007-07-231-0/+1
| | | | | configuring actions selector lines; begun basic functionality for module initialization and loading built-in modules.
* fixed a memory leak in config file parsing thanks to varmojfekoj for theRainer Gerhards2007-07-231-0/+2
| | | | patch
* rsyslogd now checks on startup if it is capable to performa any work atRainer Gerhards2007-07-231-0/+3
| | | | | all. If it cant, it complains and terminates thanks to Michel Samia for providing the patch!
* bumped version numberRainer Gerhards2007-07-231-0/+2
|
* preparing for 1.17.2 releaseRainer Gerhards2007-07-231-1/+1
|
* added DropTrailingLFOnReception config directiveRainer Gerhards2007-07-231-0/+1
|
* added $ModLoad MySQL (dummy) config directiveRainer Gerhards2007-07-221-0/+1
|
* moved part of the shell action to its own moduleRainer Gerhards2007-07-201-0/+1
|
* - removed a memory leak that could occur if timegenerated was used in RFCRainer Gerhards2007-07-201-0/+4
| | | | | | 3164 format in templates - did some preparation in msg.c for advanced multithreading - placed the hooks, but not yet any active code
* replaced system() calls with something more reasonable. Please note thatRainer Gerhards2007-07-201-0/+7
| | | | | this might break compatibility with some existing configuration files. We accept this in favour of the gained security.
* prepared doc set for 1.17.1 releasev1-17-1Rainer Gerhards2007-07-201-1/+1
|
* added the capability to continue trying to write log files when the fileRainer Gerhards2007-07-201-2/+5
| | | | | system is full. Functionality based on patch by Martin Schulze to sysklogd package.
* fixed another memory leak on HUPing and on exiting rsyslogd again thanks toRainer Gerhards2007-07-191-0/+2
| | | | varmojfekoj for the patch
* 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