summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* prepared cfsysline.c for integration into output modulesRainer Gerhards2007-07-311-0/+2
|
* moved debug printf code out of init() into its own functionRainer Gerhards2007-07-311-0/+2
|
* - added macro to abort a function and go to finalizerRainer Gerhards2007-07-311-0/+1
| | | | - added output of config file line number when a parsing error occured
* - moved umask & file/dir creation mode parsing to cfsysline.cRainer Gerhards2007-07-311-3/+4
| | | | - added macro for easy and consistent check of iRet return value
* fixed insufficient memory allocation in addAction() and its helpers. TheRainer Gerhards2007-07-301-0/+4
| | | | | | initial fix and idea was developed by mildew, I fine-tuned it a bit. Thanks a lot for the fix, I'd probably had pulled out my hair to find the bug...
* - fixed a memory leak in syslogd/init() that happend when the config fileRainer Gerhards2007-07-301-0/+2
| | | | could not be read - thanks to varmojfekoj for the patch
* fixed a mem leak in OMSRdestruct - freeing the object itself was forgottenRainer Gerhards2007-07-301-0/+2
| | | | - thanks to varmojfekoj for the patch
* fixed a bug that caused ommysql to always complain about missing templatesRainer Gerhards2007-07-301-0/+3
|
* - added cfsysline objects - initial set of functionsRainer Gerhards2007-07-301-0/+2
| | | | - fixed bug in OMSRcreate() - always returned SR_RET_OK
* preparing for 1.17.5v1-17-5Rainer Gerhards2007-07-301-1/+1
|
* fixed a problem with shutting down the worker thread and freeing theRainer Gerhards2007-07-291-0/+4
| | | | | selector_t list - this caused messages to be lost, because the message queue was not properly drained before the selectors got destroyed.
* fixed a missing file bug - thanks to Andrea Montanari for reporting thisRainer Gerhards2007-07-281-0/+3
| | | | problem
* - added omsr object (objomsr.c, objomsr.h) - template request for outputRainer Gerhards2007-07-271-0/+2
| | | | modules
* preparing for 1.17.4 releaseRainer Gerhards2007-07-271-1/+1
|
* applied patch from Michel Samia to fix compilation when NOT compiled forRainer Gerhards2007-07-261-1/+6
| | | | pthreads
* bumping version numberRainer Gerhards2007-07-251-0/+2
|
* preparing for 1.17.3v1-17-3Rainer Gerhards2007-07-251-2/+2
|
* fixed a bug that caused rsyslogd to segfault on exit (and probably also onRainer Gerhards2007-07-251-0/+8
| | | | | | | HUP), when there was an unsent message in a selector that required forwarding and the dns lookup failed for that selector (yes, it was pretty unlikely to happen;)) thanks to varmojfekoj <varmojfekoj@gmail.com> for the patch
* 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!