summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* added code to handle situations where senders send us messages ending withRainer Gerhards2007-09-141-1/+7
| | | | | | a NUL character. It is now simply removed. This also caused trailing LF reduction to fail, when it was followed by such a NUL. This is now also handled.
* preparing for 1.19.6 releaseRainer Gerhards2007-09-111-2/+2
|
* - checked -s/-l option and found that they work as expected - closed caseRainer Gerhards2007-09-111-0/+4
| | | | - added some comments in relation to -s/-l option
* cleaned up compiler warningsRainer Gerhards2007-09-111-0/+6
|
* bumped version numberRainer Gerhards2007-09-101-0/+2
|
* preparing for 1.19.5 releaseRainer Gerhards2007-09-071-1/+5
|
* - added eCmdHdlrGetWord command handlerRainer Gerhards2007-09-071-0/+7
| | | | - added $ModDir config directive
* bumping version numberRainer Gerhards2007-09-051-0/+2
|
* - fixed bug: a template like this causes an infinite loop: $templateRainer Gerhards2007-09-041-0/+6
| | | | | | | opts,"%programname:::a,b%" thanks varmojfekoj for the patch - fixed bug: case changing options crash freeing the string pointer because they modify it: $template opts2,"%programname::1:lowercase%" thanks varmojfekoj for the patch
* preparing for version 1.19.4Rainer Gerhards2007-09-041-5/+9
|
* prepared for next releaseMichael Meckelein2007-08-311-0/+3
|
* patches and docu update for 1.19.3v1-19-3Michael Meckelein2007-08-311-2/+7
|
* prepared for next releaseMichael Meckelein2007-08-281-0/+3
|
* applied patches for release 1.19.2, update documentationv1-19-2Michael Meckelein2007-08-281-2/+7
|
* prepared for next releaseMichael Meckelein2007-08-221-0/+3
|
* applied patches which will be released under 1.19.1, changed doc for 1.19.1v1-19-1Michael Meckelein2007-08-221-2/+11
| | | | release
* prepared changelog and configure.ac for the next updateMichael Meckelein2007-08-161-0/+3
|
* Docs updated for v1.19.0 releasev1-19-0Michael Meckelein2007-08-161-1/+1
|
* provided proper creditsRainer Gerhards2007-08-141-1/+1
|
* removed invalid data in changelogRainer Gerhards2007-08-141-1/+1
|
* - integrated patch from varmojfekoj to make the mysql module a loadable oneRainer Gerhards2007-08-141-0/+2
| | | | many thanks for the patch, MUCH appreciated
* bumping version numbersRainer Gerhards2007-08-131-0/+2
|
* mod /contrib/delete_mysql, prepared docs for releasev1-18-2Michael Meckelein2007-08-131-1/+3
|
* improved overall doc quality (some pages were quite old) and linked to moreRainer Gerhards2007-08-131-0/+2
| | | | of the online resources.
* preparing for 1.18.2 releaseRainer Gerhards2007-08-131-1/+5
|
* - fixed a bug in outchannel code that caused templates to be incorrectlyRainer Gerhards2007-08-091-0/+4
| | | | | | parsed - fixed a bug in ommysql that caused a wrong ";template" missing message in some cases
* bumped up version numberRainer Gerhards2007-08-081-0/+2
|
* preparing for 1.18.1Rainer Gerhards2007-08-081-1/+2
|
* added a database cleanup script based on a suggestion of Michael Mansour.Rainer Gerhards2007-08-081-0/+2
| | | | Michael Meckelein adapted it sligthly for use with rsyslog.
* 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