summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: action resume interval incorrectly handled, thus took longer to resumev3-stableTomas Heinrich2011-12-011-1/+3
| | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* bugfix: cosmetic: proper constant used instead of number in open callTomas Heinrich2011-12-011-0/+1
| | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* bugfix: potential misadressing in property replacerAndre Lorbach2011-08-051-0/+1
|
* bugfix: timestamp was incorrectly calculated for timezones with minute offsetRainer Gerhards2011-06-161-0/+3
| | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=271
* improved some code based on clang static analyzer resultsRainer Gerhards2010-12-161-0/+3
|
* bugfix(important): problem in TLS handling could cause rsyslog to loopv3.22.3Rainer Gerhards2010-11-241-0/+6
| | | | | | ... in a tight loop, effectively disabling functionality and bearing the risk of unresponsiveness of the whole system. Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=194
* preparing for 3.22.2v3.22.2Rainer Gerhards2010-08-051-1/+1
|
* program name filter ! in the configuration cannot be resetKiss Gabor (Bitman)2010-08-051-0/+2
| | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* bugfix: comment char ('#') in literal terminated script parsingRainer Gerhards2010-03-011-0/+3
| | | | | ...and thus could not be used. but tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=119
* bugfix: potential segfault when -p command line option was usedRainer Gerhards2009-12-041-0/+2
| | | | thanks to varmojfekoj for pointing me at this bug
* bugfix: $CreateDirs variable not properly initializedRainer Gerhards2009-11-301-0/+2
| | | | default thus was random (but most often "on")
* bugfix: segfault on startup when -q or -Q option was givenRainer Gerhards2009-11-121-0/+3
| | | | | bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=157 Thanks to Jonas Nogueira for reporting this bug.
* bugfix: potential hang condition on queue shutdownRainer Gerhards2009-10-201-0/+1
|
* enhance: imrelp now also provides remote peer's IP addressRainer Gerhards2009-10-141-0/+2
| | | | [if librelp != 1.0.0 is used]
* Merge branch 'v2-stable' into v3-stableRainer Gerhards2009-09-301-0/+1
|\
| * doc bugfix: default for $DirCreateMode incorrectly statedRainer Gerhards2009-09-301-0/+1
| |
* | clarified use of $ActionsSendStreamDriver[AuthMode/PermittedPeers]Rainer Gerhards2009-09-041-0/+2
| | | | | | | | in doc set (require TLS drivers)
* | bugfix: sending syslog messages with zip compression did not workRainer Gerhards2009-07-131-0/+3
| |
* | preparing for 3.22.1v3.22.1Rainer Gerhards2009-07-021-1/+1
| |
* | bugfix: invalid mutex release in msg.cRainer Gerhards2009-06-241-0/+2
| | | | | | | | | | Detected under threading debugger, seems not to have any impact on actual deployments.
* | some minor bugfixesRainer Gerhards2009-06-181-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - bugfix: invalid error message issued if $inlcudeConfig was on an empty set of files (e.g. *.conf, where none such files existed) thanks to Michael Biebl for reporting this bug - bugfix: when run in foreground (but not in debug mode), a debug message ("DoDie called") was emitted at shutdown. Removed. thanks to Michael Biebl for reporting this bug - bugfix: some garbagge was emitted to stderr on shutdown. This garbage consisted of file names, which were written during startup (key point: not a pointer error) thanks to Michael Biebl for reporting this bug - bugfix: startup and shutdown message were emitted to stdout thanks to Michael Biebl for reporting this bug
* | bugfix: error messages were not emitted to stderr in forked modeRainer Gerhards2009-06-151-0/+2
| | | | | | | | stderr and stdo are now kept open across fork()
* | fixed copy&paste error in previous commitRainer Gerhards2009-05-291-0/+1
| | | | | | | | (testcase was only present in v4, so I did not spot the issue immediately)
* | fixed problem in syslog-protocol (now RFC5424) parserRainer Gerhards2009-05-291-2/+2
| | | | | | | | ... as well as some other minor issues.
* | small enhancement: config validation run now exits with code 1 if an error ↵Rainer Gerhards2009-05-281-0/+6
| | | | | | | | | | | | | | | | | | | | is detected. This change is considered important but small enough to apply it directly to the stable version. [But it is a border case, the change requires more code than I had hoped. Thus I have NOT tried to actually catch all cases, this is left for the current devel releases, if necessary]
* | bugfix: internal messages were emitted to whatever file had fd2varmojfekoj2009-05-281-0/+3
| | | | | | | | | | | | ...when rsyslogd ran in forked mode (as usual!) Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | relaxed GnuTLS version requirement to 1.4.0Rainer Gerhards2009-05-191-0/+2
| | | | | | | | | | | | | | | | after confirmation from the field that this version is sufficient. I always thought so (I think I developed under 1.4.x), but had no longer an environment to verify. Most imporantly, this means that Centos users will have much less trouble building rsyslog/tls support.
* | bugfix: potential segfault issue when multiple $UDPServerRun directives are ↵Rainer Gerhards2009-05-121-0/+2
| | | | | | | | | | | | specified. Thanks to Michael Biebl for helping to debug this one.
* | bugfix: light and full delay watermarks had invalid valuesRainer Gerhards2009-04-231-0/+4
| | | | | | | | | | ... badly affecting performance for delayable inputs (but not causeing any other issues)
* | preparing for 3.22.0 (move to stable)v3.22.0Rainer Gerhards2009-04-211-1/+3
| |
* | highlighted bugfix imported from v2-stableRainer Gerhards2009-04-171-0/+5
| |
* | Merge branch 'v3-stable' into betaRainer Gerhards2009-04-171-0/+7
|\ \
| * \ Merge branch 'debian_lenny' into v3-stableRainer Gerhards2009-04-171-0/+7
| |\ \
| | * | Merge branch 'v2-stable' into debian_lennyRainer Gerhards2009-04-171-0/+7
| | |\|
| | | * bugfix: ompgsql did not detect problems in sql command executionRainer Gerhards2009-04-171-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this could cause loss of messages. The handling was correct if the connection broke, but not if there was a problem with statement execution. The most probable case for such a case would be invalid sql inside the template, and this is now much easier to diagnose.
* | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-04-161-3/+15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | preparing for 3.20.6v3.20.6Rainer Gerhards2009-04-161-1/+2
| | | |
| * | | Merge branch 'debian_lenny' into v3-stableRainer Gerhards2009-04-161-2/+10
| |\| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | Merge branch 'v2-stable' into debian_lennyRainer Gerhards2009-04-161-1/+10
| | |\| | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html
| | | * prepared for 2.0.7 & corrected default for $DirCreatemodev2.0.7Rainer Gerhards2009-04-141-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | bugfix: the default for $DirCreateMode was 0644, and as such wrong. It has now been changed to 0700. For some background, please see http://lists.adiscon.net/pipermail/rsyslog/2009-April/001986.html
* | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-04-091-0/+11
|\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | bugfix: $InputTCPMaxSessions config directive was accepted, but not honoredRainer Gerhards2009-04-091-0/+4
| | | | | | | | | | | | | | | | This resulted in a fixed upper limit of 200 connections.
| * | | Merge branch 'v2-stable' into v3-stableRainer Gerhards2009-04-091-0/+3
| |\ \ \ | | | |/ | | |/|
| | * | bugfix: potential memory leak in msg.cRainer Gerhards2009-04-091-0/+3
| | | | | | | | | | | | | | | | | | | | This one did not surface yet and the issue was actually found due to a problem in v4 - but better fix it here, too.
* | | | preparing for 3.21.11v3.21.11Rainer Gerhards2009-04-031-1/+1
| | | |
* | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-04-021-1/+11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | preparing for 3.20.5 releasev3.20.5Rainer Gerhards2009-04-021-2/+2
| | | |
| * | | Merge branch 'dapatch' into v3-stableRainer Gerhards2009-04-021-0/+4
| |\ \ \
| | * | | bugfix: potential abort with DA queue after high watermark is reachedRainer Gerhards2009-03-251-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There exists a race condition that can lead to a segfault. Thanks go to vbernetr, who performed the analysis and provided patch, which I only tweaked a very little bit.
| * | | | fixed bugs in RainerScriptvarmojfekoj2009-03-161-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - when converting a number and a string to a common type, both were actually converted to the other variable's type. - the value of rsCStrConvertToNumber() was miscalculated. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>