summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* all compile-time settings are now shown in rsyslogd -v, not just the activeRainer Gerhards2007-08-081-0/+3
| | | | ones
* add config directive $MainMsgQueueSize, which now allows to configure theRainer Gerhards2007-08-071-0/+2
| | | | queue size dynamically
* moved code to create/delete message queue to init(), after reading the confRainer Gerhards2007-08-071-0/+1
| | | | | file. This is a prequisite to allow specifying the queue size in the conf file.
* applied patch from Michel Samia to fix compilation when the pthreadsRainer Gerhards2007-08-071-0/+2
| | | | feature is disabled
* applied a patch from varmojfekoj which solved a potential segfault ofRainer Gerhards2007-08-061-0/+2
| | | | rsyslogd on HUP
* bumping version numberRainer Gerhards2007-08-031-0/+2
|
* preparing for 1.18.0v1-18-0Rainer Gerhards2007-08-031-0/+2
|
* perparing for 1.18.0 releaseRainer Gerhards2007-08-031-1/+4
|
* some cleanupRainer Gerhards2007-08-021-1/+2
|
* implemented $ActionExecOnlyWhenPreviousIsSuspended config directiveRainer Gerhards2007-08-021-0/+1
|
* bumped version numberRainer Gerhards2007-08-011-0/+3
|
* preparing for 1.17.6v1-17-6Rainer Gerhards2007-08-011-2/+3
|
* - changed name of $Include to $IncludeConfig - sound better as it is moreRainer Gerhards2007-08-011-1/+1
| | | | explicit (we'll see where else we get includes for...)
* - applied a patch from mildew to prevent rsyslogd from freezing under heavyRainer Gerhards2007-08-011-0/+3
| | | | | load. This could happen when the queue was full. Now, we drop messages but rsyslogd remains active.
* added $include config directiveRainer Gerhards2007-08-011-0/+1
|
* - loading default values as done yesterday *is* clean (I've just reviewedRainer Gerhards2007-08-011-0/+2
| | | | | | the code again) - moved omfile-specifc global variables (for cfsysline settings) from syslogd.c to omfile.c
* - all cfsysline directives now use new table-driven cfsysline system exceptRainer Gerhards2007-07-311-0/+2
| | | | for $ResetConfigVariables
* 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.