summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* preparing for 5.8.3v5.8.3Rainer Gerhards2011-07-113-3/+6
|
* added warning message for old-style outchannel syntaxRainer Gerhards2011-07-113-1/+28
|
* Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-07-115-6/+16
|\ | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/diag.sh
| * preparing for 4.6.7 releasev4.6.7Rainer Gerhards2011-07-118-15/+16
| |
| * support for :omfile: forward compatibility directiveRainer Gerhards2011-07-113-3/+11
| |
* | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-07-065-11/+23
|\| | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * added support for the ":omusrmsg:" syntax in configuring user messagesRainer Gerhards2011-07-063-8/+19
| |
| * doc: ./configure --help invalidly showed imdiag enabled by defaultRainer Gerhards2011-07-061-1/+1
| | | | | | | | Thanks to Frédéric L. W. Meunier for bringing this to my attention.
| * preparing for 4.6.6v4.6.6Rainer Gerhards2011-06-243-3/+3
| |
* | doc: mentioned Lennart's patch in ChangeLogRainer Gerhards2011-07-021-0/+3
| |
* | systemd: direct stdout/stderr of rsyslog to nullLennart Poettering2011-07-021-0/+1
| | | | | | | | | | | | | | This allows systemd upstream to set stdout/stderr of all spawned services by default to 'syslog'. In order to avoid log loops rsyslog itself must be have its stdout/stderr connected to 'null' in that case, however.
* | reduced sporadic failures during make checkRainer Gerhards2011-06-301-9/+14
| | | | | | | | backport from v6
* | bugfix: mutex was invalidly left unlocked during action processingv5.8.2Rainer Gerhards2011-06-213-5/+16
| | | | | | | | | | | | | | | | | | At least one case where this can occur is during thread shutdown, which may be initiated by lower activity. In most cases, this is quite unlikely to happen. However, if it does, data structures may be corrupted which could lead to fatal failure and segfault. I detected this via a testbench test, not a user report. But I assume that some users may have had unreproducable aborts that were cause by this bug.
* | preparing for 5.8.2Rainer Gerhards2011-06-214-4/+5
| |
* | testbench: added new tests for failover casesRainer Gerhards2011-06-2010-52/+130
| |
* | bugfix: problems in failover action handlingRainer Gerhards2011-06-203-10/+14
| | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=254
* | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-06-162-1/+7
|\|
| * Merge branch 'v3-stable' into v4-stableRainer Gerhards2011-06-162-1/+7
| |\ | | | | | | | | | | | | Conflicts: runtime/datetime.c
| | * bugfix: timestamp was incorrectly calculated for timezones with minute offsetRainer Gerhards2011-06-162-1/+4
| | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=271
* | | failover problem was not totally solved, now (hopefully ;))Rainer Gerhards2011-06-162-28/+64
| | | | | | | | | | | | I overlooked a border case, which came up on a larger testbench run.
* | | bugfix: problems in failover action handlingRainer Gerhards2011-06-165-52/+106
| | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=270 (not yet confirmed!)
* | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-06-151-1/+15
|\| | | | | | | | | | | | | | Conflicts: doc/rsyslog_conf_global.html
| * | doc: clarified requirements for $WorkDirectory directiveRainer Gerhards2011-06-151-1/+2
| | |
* | | bugfix/improvement:$WorkDirectory now gracefully handles trailing slashesRainer Gerhards2011-06-153-1/+24
| | |
* | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-06-141-0/+3
|\| | | | | | | | | | | | | | Conflicts: tcpsrv.c
| * | bugfix: memory leak in imtcp & subsystems under some circumstancesRainer Gerhards2011-06-143-4/+12
| | | | | | | | | | | | | | | This leak is tied to error conditions which lead to incorrect cleanup of some data structures. [backport from v6, limited testing under v4]
* | | bugfix: TLS-induced smaller memory still existed, now fixedRainer Gerhards2011-06-141-0/+3
| | |
* | | backporting TLS-based testRainer Gerhards2011-06-143-0/+43
| | |
* | | backported current tcpflood testing toolRainer Gerhards2011-06-142-55/+557
| | | | | | | | | | | | so that we can improve v5's testbench as well
* | | bugfix: memory leak in imtcp & subsystems under some circumstancesRainer Gerhards2011-06-103-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | This leak is tied to error conditions which lead to incorrect cleanup of some data structures. Note: this is a backport from v6. In v5, we currently do not have the toolchain to verify the original problem and that it is solved. So this patch is preliminary and subject to change as work progresses.
* | | somewhat improved debug loggingRainer Gerhards2011-06-101-0/+6
| | |
* | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-05-201-5/+0
|\| |
| * | cleanup: removed useless & undocumented config directive from imrelpRainer Gerhards2011-05-201-5/+0
| | |
* | | preparing for 5.8.1 stablev5.8.1Rainer Gerhards2011-05-193-3/+3
| | |
* | | omlibdbi: added necessary includeRainer Gerhards2011-05-121-0/+1
| | |
* | | mmsnmptrapd: removed unnecessary includesRainer Gerhards2011-05-121-3/+0
| | |
* | | doc: added merged important patch to ChangeLogRainer Gerhards2011-05-111-0/+10
| | |
* | | minor: made diagtalker output more clearRainer Gerhards2011-05-111-0/+3
| | | | | | | | | | | | prevents confusion during testbench run
* | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-05-112-1/+15
|\| | | | | | | | | | | | | | Conflicts: runtime/queue.c
| * | bugfix: invalid processing in QUEUE_FULL conditionRainer Gerhards2011-05-112-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the the multi-submit interface was used and a QUEUE_FULL condition occured, the failed message was properly destructed. However, the rest of the input batch, if it existed, was not processed. So this lead to potential loss of messages and a memory leak. The potential loss of messages was IMHO minor, because they would have been dropped in most cases due to the queue remaining full, but very few lucky ones from the batch may have made it. Anyhow, this has now been changed so that the rest of the batch is properly tried to be enqueued and, if not possible, destructed.
* | | undo accidental removal of a componentRainer Gerhards2011-05-101-0/+6
| | |
* | | Merge branch 'v5-stable-snmptrapd' into v5-stableRainer Gerhards2011-05-109-6/+573
|\ \ \
| * | | mmsnmptrapd: added doc & mentioned in ChangeLogRainer Gerhards2011-05-105-6/+110
| | | |
| * | | Merge branch 'v5-stable' into v5-stable-snmptrapdRainer Gerhards2011-05-092-0/+8
| |\ \ \
| * | | | cosmetic cleanupRainer Gerhards2011-05-091-2/+0
| | | | |
| * | | | mmsnmptrapd: added capability to specify severity mappingRainer Gerhards2011-05-091-2/+154
| | | | |
| * | | | mmsnmptrap: added TAG processingRainer Gerhards2011-05-061-1/+77
| | | | |
| * | | | added skeleton for mmsnmptrapdRainer Gerhards2011-05-054-0/+237
| | | | |
* | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-05-092-2/+6
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | bugfix: invalid storage type for config variablesRainer Gerhards2011-05-092-1/+2
| | | |