summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* bugfix (doc): misspelled config directive, invalid signal info - thanks toRainer Gerhards2008-02-111-0/+1
| | | | Peter Vrabec for pointing this out
* bugfix: trailing ":" of tag was lost while parsing legacy syslog messagesRainer Gerhards2008-02-111-0/+2
| | | | without timestamp - thanks to Anders Blomdell for providing a patch!
* bugfix: errno could be changed during mark processing, leading to invalidRainer Gerhards2008-02-111-0/+3
| | | | | error messages when processing inputs. Thank to varmojfekoj for pointing out this problem.
* bugfix: suspended actions were not always properly resumed varmojfekojRainer Gerhards2008-02-111-0/+2
| | | | provided the patch - many thanks!
* added x-info field to rsyslogd startup/shutdown message. Hopefully pointsRainer Gerhards2008-02-111-0/+3
| | | | | users to right location for further info (many don't even know they run rsyslog ;))
* - fixed a bug that could cause invalid string handling via strerror_rRainer Gerhards2008-01-301-0/+4
| | | | varmojfekoj provided the patch - many thanks!
* fixed a bug that caused a potential hang in file and fwd output moduleRainer Gerhards2008-01-241-1/+3
| | | | varmojfekoj provided the patch - many thanks!
* fixed a bug with standard template definitions (not a big deal) - thanks toRainer Gerhards2008-01-141-0/+6
| | | | varmojfekoj for spotting it
* preparing for 2.0.0v2-0-0Rainer Gerhards2008-01-021-0/+4
|
* prepared for 1.21.2Rainer Gerhards2007-12-281-1/+1
|
* prepared for version 1.21.2Rainer Gerhards2007-12-281-1/+8
|
* backported rsyslog v3 omgssapi - to provide forward compatibility from v2Rainer Gerhards2007-12-281-0/+2
| | | | | to v3. Will release as v1.21.2, because some field experience is needed before it becomes stable v2.
* removed socket leak in omfwd.cRainer Gerhards2007-12-261-0/+1
|
* moved cross-platform define for AI_NUMERICSERV to net.hRainer Gerhards2007-12-261-0/+3
|
* preparing for 1.21.1v1-21-1Rainer Gerhards2007-12-231-1/+1
|
* bugfix: memory leak in cfsysline.c/doGetWord() fixedRainer Gerhards2007-12-201-0/+1
|
* bugfix: when compiled without network support, unix sockets were notRainer Gerhards2007-12-201-0/+2
| | | | properly closed
* bugfix: fixing memory leak when message queue is full and during parsing.Rainer Gerhards2007-12-201-0/+2
| | | | Thanks to varmojfekoj for the patch.
* bugfix: llDestroy() left the list with invalid root/last pointersRainer Gerhards2007-12-191-0/+1
|
* bumped version numberRainer Gerhards2007-12-191-0/+3
|
* preparing for 1.21.0 releaseRainer Gerhards2007-12-191-1/+3
|
* applied Michael Biebl's patch to enhance $includeconfig to support wildcardRainer Gerhards2007-12-181-0/+3
| | | | filenames
* bumped version numberRainer Gerhards2007-12-121-0/+2
|
* prepared for 1.20.1 releaseRainer Gerhards2007-12-121-1/+3
|
* added recent changesRainer Gerhards2007-12-111-0/+10
|
* updated changelogRainer Gerhards2007-12-071-3/+6
|
* added info about releases from other branchRainer Gerhards2007-12-031-0/+8
|
* added new modExit() entry point to loadable module interfaceRainer Gerhards2007-11-211-2/+6
|
* prepared for the next releaseMichael Meckelein2007-10-191-0/+3
|
* doc patch applied, release docs updatedv1-19-10Michael Meckelein2007-10-191-1/+1
|
* added doc fixes provided by Michael Biebl - thanksRainer Gerhards2007-10-181-0/+1
|
* undid creation of a separate thread for the main loop -- this did not turnRainer Gerhards2007-10-171-0/+4
| | | | out to be needed or useful, so reduce complexity once again.
* fixed issue with (now) invalid startup options (-r 0 must now be -r0)Rainer Gerhards2007-10-151-0/+4
|
* bumped version numberRainer Gerhards2007-10-151-0/+2
|
* preparing for 1.19.9 releaseRainer Gerhards2007-10-121-1/+7
|
* bumped version numberRainer Gerhards2007-10-081-0/+2
|
* preparing for 1.19.8 releaseRainer Gerhards2007-09-271-1/+1
|
* created some support for distributing ommysql together with the mainRainer Gerhards2007-09-271-0/+13
| | | | | | | | | rsyslog package. I need to re-think it in the future, but for the time being the current mode is best. I now simply include one additional tarball for ommysql inside the main distribution. I look forward to user feedback on how this should be done best. In the long term, a separate project should be spawend for ommysql, but I'd like to do that only after the plugin interface is fully stable (what it is not yet).
* fixed a bug in cvthname() that lead to message loss if part of the sourceRainer Gerhards2007-09-261-0/+1
| | | | hostname would have been dropped
* bumping version numberRainer Gerhards2007-09-251-0/+2
|
* preparing for 1.19.7 releasev1-19-7Rainer Gerhards2007-09-251-1/+7
|
* more cleanup on thread-safe CRL functionsRainer Gerhards2007-09-251-0/+5
|
* 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
|