summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: potential hang condition on queue shutdownRainer Gerhards2009-10-202-2/+1
|
* enhance: imrelp now also provides remote peer's IP addressRainer Gerhards2009-10-143-4/+9
| | | | [if librelp != 1.0.0 is used]
* Merge branch 'v2-stable' into v3-stableRainer Gerhards2009-09-302-4/+9
|\
| * doc bugfix: default for $DirCreateMode incorrectly statedRainer Gerhards2009-09-302-4/+9
| |
* | clarified use of $ActionsSendStreamDriver[AuthMode/PermittedPeers]Rainer Gerhards2009-09-042-3/+7
| | | | | | | | in doc set (require TLS drivers)
* | removed mentioning HUP as a way of restarting from the doc setRainer Gerhards2009-07-1510-26/+21
| | | | | | | | ... part of the deprecation effort for v5
* | fix compile error in zip sender patchRainer Gerhards2009-07-131-2/+2
| | | | | | | | | | | | ... at least I was smart enough to remind me that I did not do one test ;) That reminder was the compiler error. Now removed and test done ;) [simple things tend to work, lol]
* | better configure error message if mysql-devel is missingRainer Gerhards2009-07-131-1/+1
| |
* | bugfix: sending syslog messages with zip compression did not workRainer Gerhards2009-07-132-2/+5
| |
* | preparing for 3.22.1v3.22.1Rainer Gerhards2009-07-023-3/+3
| |
* | bugfix: invalid mutex release in msg.cRainer Gerhards2009-06-242-0/+4
| | | | | | | | | | Detected under threading debugger, seems not to have any impact on actual deployments.
* | minor doc bugfix: name of rsyslogd.pid corrected (was syslogd.pid)Michael Biebl2009-06-241-2/+2
| | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | some minor bugfixesRainer Gerhards2009-06-185-11/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | removed forgotten debug messageRainer Gerhards2009-06-151-1/+0
| |
* | bugfix: error messages were not emitted to stderr in forked modeRainer Gerhards2009-06-152-2/+7
| | | | | | | | stderr and stdo are now kept open across fork()
* | fixed a regression of yesterday's patchRainer Gerhards2009-05-293-2/+3
| | | | | | | | | | ... I know I should not have done this to a stable branch... Thankfully nothing was yet released.
* | fixed copy&paste error in previous commitRainer Gerhards2009-05-292-1/+2
| | | | | | | | (testcase was only present in v4, so I did not spot the issue immediately)
* | fixed problem in syslog-protocol (now RFC5424) parserRainer Gerhards2009-05-293-17/+25
| | | | | | | | ... as well as some other minor issues.
* | small enhancement: config validation run now exits with code 1 if an error ↵Rainer Gerhards2009-05-289-4/+70
| | | | | | | | | | | | | | | | | | | | 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-282-1/+4
| | | | | | | | | | | | ...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-192-1/+3
| | | | | | | | | | | | | | | | 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-122-1/+3
| | | | | | | | | | | | specified. Thanks to Michael Biebl for helping to debug this one.
* | patch from Michael Biebl did not apply completely - manually done...Rainer Gerhards2009-05-121-0/+1
| |
* | Fix compiler warningsMichael Biebl2009-05-121-0/+1
| | | | | | | | Include <string.h> for memcpy and strlen.
* | bugfix: light and full delay watermarks had invalid valuesRainer Gerhards2009-04-232-6/+12
| | | | | | | | | | ... 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-213-3/+5
| |
* | highlighted bugfix imported from v2-stableRainer Gerhards2009-04-171-0/+5
| |
* | Merge branch 'v3-stable' into betaRainer Gerhards2009-04-172-9/+48
|\ \
| * \ Merge branch 'debian_lenny' into v3-stableRainer Gerhards2009-04-172-9/+48
| |\ \
| | * | Merge branch 'v2-stable' into debian_lennyRainer Gerhards2009-04-172-9/+48
| | |\|
| | | * bugfix: ompgsql did not detect problems in sql command executionRainer Gerhards2009-04-172-9/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-162-5/+17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | preparing for 3.20.6v3.20.6Rainer Gerhards2009-04-163-3/+4
| | | |
| * | | Merge branch 'debian_lenny' into v3-stableRainer Gerhards2009-04-162-4/+12
| |\| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | Merge branch 'v2-stable' into debian_lennyRainer Gerhards2009-04-163-3/+14
| | |\| | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html
| | | * prepared for 2.0.7 & corrected default for $DirCreatemodev2.0.7Rainer Gerhards2009-04-144-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | 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-095-1/+32
|\| | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | bugfix: $InputTCPMaxSessions config directive was accepted, but not honoredRainer Gerhards2009-04-094-1/+23
| | | | | | | | | | | | | | | | This resulted in a fixed upper limit of 200 connections.
| * | | Merge branch 'v2-stable' into v3-stableRainer Gerhards2009-04-092-0/+5
| |\ \ \ | | | |/ | | |/|
| | * | bugfix: potential memory leak in msg.cRainer Gerhards2009-04-092-0/+5
| | | | | | | | | | | | | | | | | | | | 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-033-3/+3
| | | |
* | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-04-0210-11/+126
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | preparing for 3.20.5 releasev3.20.5Rainer Gerhards2009-04-024-4/+12
| | | |
| * | | Merge branch 'dapatch' into v3-stableRainer Gerhards2009-04-026-6/+102
| |\ \ \
| | * | | bugfix: potential abort with DA queue after high watermark is reachedRainer Gerhards2009-03-256-6/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-163-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
| * | | | added link to online tutorial on the webRainer Gerhards2009-03-161-1/+5
| | | | |
| * | | | added link to (new) online video tutorials to manual setRainer Gerhards2009-03-111-0/+1
| | | | |
* | | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-03-1110-14/+44
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | doc enhance: enhance ommysql documentationRainer Gerhards2009-03-062-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | provide standard template for MySQL module and instructions on how to modify schema