Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-05-10 | 2 | -11/+19 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | bugfix: disk queue was not persisted on shutdown, regression of fix to | Rainer Gerhards | 2012-05-10 | 2 | -12/+12 |
| | | | | | | | | | | | | | | | | http://bugzilla.adiscon.com/show_bug.cgi?id=299 The new code also handles the case of shutdown of blocking light and full delayable sources somewhat smarter and permits, assuming sufficient timouts, to persist message up to the max queue capacity. Also some nits in debug instrumentation have been fixed. | ||||
* | | preparing for 6.2.1v6.2.1 | Rainer Gerhards | 2012-05-10 | 3 | -3/+3 |
| | | |||||
* | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-05-10 | 4 | -16/+7 |
|\| | | | | | | | | | Conflicts: ChangeLog | ||||
| * | bugfix/tcpflood: sending small test files did not work correctly | Rainer Gerhards | 2012-05-10 | 2 | -2/+5 |
| | | |||||
| * | cleanup: removing no longer needed macros | Rainer Gerhards | 2012-05-04 | 2 | -14/+1 |
| | | |||||
* | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-05-03 | 6 | -19/+120 |
|\| | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | preparing for 5.8.11 releasev5.8.11 | Rainer Gerhards | 2012-05-03 | 3 | -3/+3 |
| | | |||||
| * | ommysql: added support for new mysql_library_[init/exit] | Rainer Gerhards | 2012-05-03 | 2 | -1/+27 |
| | | |||||
| * | bugfix: ommysql did not properly init/exit the mysql runtime library | Rainer Gerhards | 2012-05-03 | 2 | -1/+14 |
| | | | | | | | | | | | | | | This could lead to segfaults. Triggering condition: multiple action instances using ommysql. Thanks to Tomas Heinrich for reporting this problem and providing an initial patch (which my solution is based on, I need to add more code to clean the mess up). | ||||
| * | bugfix: rsyslog did not terminate when delayable inputs were blocked | Rainer Gerhards | 2012-05-03 | 2 | -5/+47 |
| | | | | | | | | | | | | | | ...due to unvailable sources. Fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=299 Thanks to Marcin M for bringing up this problem and Andre Lorbach for helping to reproduce and fix it. | ||||
| * | bugfix: inside queue.c, some thread cancel states were not correctly reset. | Rainer Gerhards | 2012-05-03 | 2 | -5/+8 |
| | | | | | | | | | | | | While this is a bug, we assume it did have no practical effect because the reset as it was done was set to the state the code actually had at this point. But better fix this... | ||||
| * | debug: slightly improved debug info for input module startup | Rainer Gerhards | 2012-05-03 | 1 | -0/+1 |
| | | |||||
| * | bugfix: active input in "light delay state" could block rsyslog termination | Rainer Gerhards | 2012-04-27 | 2 | -0/+6 |
| | | | | | | | | at least for prolonged period of time... | ||||
| * | doc: correcting sample section of omudpspoof | Rainer Gerhards | 2012-04-20 | 1 | -8/+8 |
| | | | | | | | | again, credits to Jo Rhett for reporting this issue | ||||
| * | doc: omudpspoof doc had invalid directives | Rainer Gerhards | 2012-04-20 | 1 | -2/+2 |
| | | | | | | | | Thanks to Jo Rhett for reporting the bug. | ||||
* | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-04-19 | 2 | -2/+4 |
|\| | |||||
| * | doc: added last bugfix to ChangeLog | Rainer Gerhards | 2012-04-19 | 1 | -0/+2 |
| | | |||||
| * | bugfix: imptcp input name could not be set | Rainer Gerhards | 2012-04-19 | 1 | -2/+2 |
| | | | | | | | | | | | | bugfix: imptcp input name could not be set config directive was accepted, but had no effect | ||||
* | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-04-18 | 4 | -8/+45 |
|\| | |||||
| * | fixed compile bug | Rainer Gerhards | 2012-04-18 | 1 | -1/+1 |
| | | | | | | | | | | actually a regression from last bugfix - I just wonder why the other machine did not complain :-S | ||||
| * | bugfix: assigned ruleset was lost when using disk queues | Rainer Gerhards | 2012-04-18 | 4 | -8/+45 |
| | | | | | | | | | | | | This looked quite hard to diagnose for disk-assisted queues, as the pure memory part worked well, but ruleset info was lost for messages stored inside the disk queue. | ||||
* | | doc: added new $uptime property | Rainer Gerhards | 2012-04-13 | 1 | -0/+4 |
| | | |||||
* | | Add a system property, PROP_SYS_UPTIME, to place up-time markers into ↵ | Steven A. Falco | 2012-04-13 | 2 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | rsyslog output. Here is an example template, where this is used: $template CoincidentFileFormat,"[UP=%$uptime%sec] %TIMESTAMP% %HOSTNAME% %syslogtag%%msg:::sp-if-no-1st-sp%%msg:::drop-last-lf%\n" and here is an example line of output using the above template: [UP=20sec] Apr 12 21:50:00 atom kernel: imklog 5.8.7, log source = /proc/kmsg started. | ||||
* | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-04-12 | 6 | -136/+171 |
|\| | | | | | | | | | Conflicts: ChangeLog | ||||
| * | imuxsock: do not cache hostname | Rainer Gerhards | 2012-04-12 | 2 | -11/+5 |
| | | |||||
| * | Free also LocalDomain in glbl class destructor | Marius Tomaschewski | 2012-04-11 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Marius Tomaschewski <mt@suse.com> | ||||
| * | Allocate LocalDomain as new string | Marius Tomaschewski | 2012-04-11 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | LocalDomain points to "" or the domain in LocalHostName, allocate as new string before passing to SetLocalDomain or free will fail later. Signed-off-by: Marius Tomaschewski <mt@suse.com> | ||||
| * | doc: credits update for last bugfix | Rainer Gerhards | 2012-04-11 | 1 | -1/+2 |
| | | |||||
| * | bugfix: hostname was not requeried on HUP | Rainer Gerhards | 2012-04-11 | 5 | -125/+161 |
| | | | | | | | | Thanks to Marius Tomaschewski for reporting this bug. | ||||
* | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-04-07 | 3 | -5/+19 |
|\| | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | preparing for 5.8.10v5.8.10 | Rainer Gerhards | 2012-04-07 | 3 | -3/+3 |
| | | |||||
| * | bugfix: segfault on startup if $actionqueuefilename was missing for disk ↵ | Tomas Heinrich | 2012-04-05 | 2 | -1/+5 |
| | | | | | | | | | | | | queue config Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
| * | doc: noted disk queue format change from v4->v5 | Rainer Gerhards | 2012-04-05 | 1 | -0/+5 |
| | | |||||
| * | bugfix: segfault if disk-queue was started up with old queue file | Tomas Heinrich | 2012-04-05 | 2 | -3/+8 |
| | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-03-17 | 4 | -4/+219 |
|\| | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | bugfix: memory leak in array passing output module mode | Rainer Gerhards | 2012-03-17 | 2 | -2/+6 |
| | | |||||
| * | preparing for 5.8.9v5.8.9 | Rainer Gerhards | 2012-03-15 | 3 | -3/+3 |
| | | |||||
| * | added tool to recover disk queue if .qi file is missing (recover_qi.pl) | Kaiwang Chen | 2012-03-15 | 3 | -1/+211 |
| | | |||||
* | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-03-14 | 6 | -39/+67 |
|\| | |||||
| * | changed statsobj interface and added better doc | Rainer Gerhards | 2012-03-14 | 6 | -39/+67 |
| | | |||||
* | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-03-12 | 4 | -3/+18 |
|\| | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | bugfix: stopped DA queue was never processed after a restart | Rainer Gerhards | 2012-03-12 | 4 | -2/+15 |
| | | | | | | | | ...due to a regression from statistics module. | ||||
| * | preparing for 5.8.8v5.8.8 | Rainer Gerhards | 2012-03-05 | 3 | -3/+3 |
| | | |||||
* | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-03-02 | 2 | -2/+6 |
|\| | |||||
| * | Fix for "/run/systemd/journal/syslog" detection | Marius Tomaschewski | 2012-03-02 | 1 | -2/+5 |
| | | | | | | | | | | Changed to check "/run/systemd/journal" directory and not the socket, as the socket may not exists [e.g. is not activated]. | ||||
| * | Install syslog.service Alias for newer systemd versions | Michael Biebl | 2012-03-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the syslog.socket unit file of newer systemd versions: The default syslog implementation should make syslog.service a symlink to itself, so that this socket activates the right actual syslog service. Examples: /etc/systemd/system/syslog.service -> /lib/systemd/system/rsyslog.service /etc/systemd/system/syslog.service -> /lib/systemd/system/syslog-ng.service Best way to achieve that is by adding this to your unit file (i.e. to rsyslog.service or syslog-ng.service): [Install] Alias=syslog.service http://cgit.freedesktop.org/systemd/systemd/tree/units/syslog.socket#n26 | ||||
* | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-03-01 | 1 | -0/+9 |
|\| | |||||
| * | Detect if to use /run/systemd/journal/syslog under systemd | Marius Tomaschewski | 2012-03-01 | 1 | -0/+9 |
| | | | | | | | | | | | | | | Detect if we have to use the new /run/systemd/journal/syslog socket instead of the /dev/log under newer systemd versions. Signed-off-by: Marius Tomaschewski <mt@suse.com> | ||||
* | | mentioned imported bugfix in ChangeLog | Rainer Gerhards | 2012-03-01 | 1 | -0/+2 |
| | |