Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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> | ||||
* | 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 |
| | |||||
* | changed statsobj interface and added better doc | Rainer Gerhards | 2012-03-14 | 6 | -39/+67 |
| | |||||
* | 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 |
| | |||||
* | 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 | ||||
* | 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> | ||||
* | bugfix: imklog invalidly computed facility and severity | Rainer Gerhards | 2012-03-01 | 2 | -2/+4 |
| | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=313 | ||||
* | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2012-02-03 | 1 | -16/+14 |
|\ | |||||
| * | ommysql: put under ASL 2.0 | Rainer Gerhards | 2012-02-03 | 1 | -16/+14 |
| | | | | | | | | after getting OK via email from contributor Ariel P. (2012-02-02 22:06 CET) | ||||
* | | undoing last commit: wrong branch | Rainer Gerhards | 2012-01-30 | 1 | -1/+1 |
| | | |||||
* | | indicated special version | Rainer Gerhards | 2012-01-30 | 1 | -1/+1 |
| | | |||||
* | | added merged v4 bugfix info to changelog | Rainer Gerhards | 2012-01-27 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2012-01-27 | 7 | -47/+59 |
|\| | |||||
| * | bugfix: omprog made rsyslog abort on startup if not binary to execute was ↵ | Rainer Gerhards | 2012-01-27 | 3 | -0/+9 |
| | | | | | | | | configured | ||||
| * | relicense unlimited_select.h under ASL 2.0 | Rainer Gerhards | 2012-01-26 | 1 | -15/+14 |
| | | | | | | | | | | after receiving permission from Red Hat legal (given in email from Tomas Heinrich) | ||||
| * | increased max config file line size to 64k | Rainer Gerhards | 2012-01-24 | 2 | -1/+7 |
| | | | | | | | | | | We now also emit an error message if even 64k is not enough (not doing so previously may rightfully be considered as a bug) | ||||
| * | licensing change | Rainer Gerhards | 2012-01-21 | 2 | -31/+29 |
| | | |||||
* | | mentioning license change in ChangeLog | Rainer Gerhards | 2012-01-21 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2012-01-21 | 2 | -0/+3 |
|\| | |||||
| * | license docs were not properly redistributed | Rainer Gerhards | 2012-01-21 | 2 | -0/+3 |
| | | | | | | | | thanks to Tomas Heinrich for alerting me. | ||||
* | | preparing for 5.8.7v5.8.7 | Rainer Gerhards | 2012-01-17 | 3 | -3/+5 |
| | | |||||
* | | licensing update | Rainer Gerhards | 2012-01-16 | 1 | -17/+16 |
| | | |||||
* | | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2012-01-16 | 2 | -1/+23 |
|\| | | | | | | | | | Conflicts: tools/syslogd.c | ||||
| * | FQDN hostname for multihomed host was not always set to the correct name | Tomas Heinrich | 2012-01-16 | 2 | -2/+24 |
| | | | | | | | | | | | | ..if multiple aliases existed. Thanks to Tomas Heinreich for the patch. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2012-01-16 | 65 | -1001/+882 |
|\| | | | | | | | | | | | | | | | Conflicts: runtime/debug.h runtime/obj.c runtime/parser.h runtime/wti.h | ||||
| * | license changes | Rainer Gerhards | 2012-01-16 | 45 | -704/+617 |
| | | |||||
| * | runtime license change | Rainer Gerhards | 2012-01-16 | 20 | -297/+265 |
| | | |||||
* | | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2012-01-14 | 2 | -35/+30 |
|\| | |||||
| * | license change | Rainer Gerhards | 2012-01-14 | 2 | -35/+30 |
| | | | | | | | | after careful consideration of affected code | ||||
* | | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2012-01-14 | 43 | -647/+645 |
|\| | | | | | | | | | | | | | | | Conflicts: plugins/imfile/imfile.c plugins/omtesting/omtesting.c tcpsrv.c threads.c | ||||
| * | more license analysis & change | Rainer Gerhards | 2012-01-14 | 11 | -178/+163 |
| | | |||||
| * | rsyslog.conf.5 socket module example sb imuxsock | Jim Hill | 2012-01-14 | 1 | -1/+1 |
| | | |||||
| * | more files moved to ASL 2.0 | Rainer Gerhards | 2012-01-12 | 4 | -66/+58 |
| | | |||||
| * | some more files to ASL 2.0 | Rainer Gerhards | 2012-01-11 | 7 | -108/+104 |
| | | |||||
| * | relicense parts under ASL 2.0 | Rainer Gerhards | 2012-01-11 | 20 | -294/+316 |
| | | | | | | | | after carful check for copyright holder | ||||
* | | relicense to ASL 2.0 | Rainer Gerhards | 2012-01-11 | 1 | -24/+14 |
| | | |||||
* | | bugfix: instabilities when using RFC5424 header fields | Kaiwang Chen | 2012-01-09 | 2 | -5/+7 |
| | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | bugfix: stats counter were not properly initialized on creation | Rainer Gerhards | 2011-12-20 | 2 | -0/+3 |
| | | |||||
* | | bugfix: imuxsock did truncate part of received message if it did not contain ↵ | Rainer Gerhards | 2011-12-20 | 2 | -2/+9 |
| | | | | | | | | | | | | | | | | a proper date. The truncation occured because we removed that part of the messages that was expected to be the date. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=295 | ||||
* | | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2011-12-16 | 4 | -4/+49 |
|\| |