Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rollback html editor rewrite of imfile | Rainer Gerhards | 2013-07-02 | 1 | -165/+230 |
| | |||||
* | bugfix: double-free in omelasticsearch | Rainer Gerhards | 2013-07-02 | 2 | -1/+3 |
| | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=461 Thanks to Marius Ionescu for providing a detailled bug report | ||||
* | bugfix: in RFC5425 TLS, multiple wildcards in auth could cause segfault | Rainer Gerhards | 2013-06-27 | 2 | -0/+2 |
| | |||||
* | added "required" parameters, fixed conf snippet, bolded defaults | Radu Gheorghe | 2013-06-25 | 1 | -230/+165 |
| | |||||
* | bugfix: omrelp potential segfault at startup on invalid config parameters | Rainer Gerhards | 2013-06-25 | 2 | -1/+3 |
| | | | | | Conflicts: ChangeLog | ||||
* | lmsig_gt: remove no longer needed error message | Rainer Gerhards | 2013-06-25 | 1 | -2/+0 |
| | | | | This is now properly handled inside rsyslog core. | ||||
* | bugfix: lmsig_gt abort on invalid configuration parameters | Risto Laanoja | 2013-06-25 | 2 | -2/+13 |
| | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=448 | ||||
* | imfile: remove redundant error mesage | Rainer Gerhards | 2013-06-25 | 1 | -2/+0 |
| | |||||
* | testbench: "prevent" memleaks due to race | Rainer Gerhards | 2013-06-25 | 1 | -0/+1 |
| | | | | | | | | | | imdiag may not have enough time to properly terminate when the shutdown request is made. Thus we give it a little headroom. Note that this does not address a real issue inside the code - at most, it looks like a memory leak, but one where the whole process is immediately destructed. However, it is an annouance for the testbench. Note that the race may still occur based on circumstances, but now is much less likely. | ||||
* | debug: add memleak info to "make distcheck" | Rainer Gerhards | 2013-06-25 | 1 | -0/+1 |
| | | | | | do --enable-valgrind to get better diagnostics in case of memory leaks | ||||
* | build: fix issues on FreeBSD | Rainer Gerhards | 2013-06-25 | 3 | -3/+5 |
| | | | | | The last fix was incomplete. Thanks to Christiano for testing and suggestions. | ||||
* | doc: update ChangeLog | Rainer Gerhards | 2013-06-25 | 1 | -0/+2 |
| | |||||
* | typo fix ("listner" vs. "listener") | Michael Biebl | 2013-06-25 | 8 | -10/+10 |
| | |||||
* | imtcp: permit parameter name with typo for backward compatibility | Rainer Gerhards | 2013-06-25 | 1 | -1/+3 |
| | |||||
* | imtcp: fix typo in config parameter name | Michael Biebl | 2013-06-25 | 1 | -2/+2 |
| | |||||
* | bugfix: potential segfault on rsyslog termination in imudp | Rainer Gerhards | 2013-06-25 | 2 | -1/+2 |
| | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=456 | ||||
* | bugfix: RainerScript object required parameters were not properly checked | Rainer Gerhards | 2013-06-24 | 4 | -10/+14 |
| | | | | this clould result to segfaults on startup if parameters were missing. | ||||
* | bugfix: omrelp "template" parameter is NOT required | Rainer Gerhards | 2013-06-24 | 1 | -1/+1 |
| | |||||
* | $uptime property: fix mem leak and build problems on FreeBSD | Rainer Gerhards | 2013-06-24 | 2 | -3/+29 |
| | |||||
* | solve build problem on FreeBSD | Rainer Gerhards | 2013-06-24 | 1 | -1/+5 |
| | | | | Thanks to Christiano for reporting this problem. | ||||
* | impstats: solve build problem on FreeBSD | Rainer Gerhards | 2013-06-24 | 2 | -0/+9 |
| | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=458 | ||||
* | imptcp: improve doc | Rainer Gerhards | 2013-06-20 | 1 | -6/+6 |
| | |||||
* | doc bugfix: invalid parameter name | Rainer Gerhards | 2013-06-20 | 1 | -1/+1 |
| | |||||
* | Add missing test | Michael Biebl | 2013-06-20 | 1 | -1/+1 |
| | | | | | Fixes ./configure: line 18474: xno: command not found | ||||
* | doc: imjournal doc correction | Tomas Heinrich | 2013-06-19 | 1 | -1/+1 |
| | |||||
* | doc: remove duplicate omfile descriptions | Rainer Gerhards | 2013-06-17 | 1 | -38/+34 |
| | | | | | always bears the risk that one or another is not maintained when an update happpens | ||||
* | prepare for 7.4.1 releasev7.4.1 | Rainer Gerhards | 2013-06-17 | 3 | -3/+3 |
| | |||||
* | imjournal: rate limiter was destructed too early | Rainer Gerhards | 2013-06-17 | 1 | -1/+1 |
| | | | | | Too quick hacking, obviously, one too late, one too early, now it should fit ;) Thanks to Tomas Heinrich for pointing this out. | ||||
* | imjournal fix: put ratelimiter destruction in wrong entry point | Rainer Gerhards | 2013-06-17 | 2 | -2/+2 |
| | | | | No regression, this was in recently written, never-released code. | ||||
* | implement new ratelimiting mode for imjournal | Rainer Gerhards | 2013-06-17 | 3 | -1/+20 |
| | | | | | | | | | | | | | and make imjournal use it. The new mode is needed, as imjournal uses journal's timestamp as message generation time (which otherwise is when the message entered the system, and the ratelimiter uses this as current timestamp in order to save performance). It is debatable if imjournal is doing the right thing here. But it doesn't feel totally wrong. So let's safe that debate for later ;) | ||||
* | doc: legacy parameter description in imjournal slightly wrong | Rainer Gerhards | 2013-06-17 | 1 | -2/+2 |
| | |||||
* | doc cleanup | Rainer Gerhards | 2013-06-17 | 1 | -5/+5 |
| | |||||
* | Add IgnorePreviousMessages option to imjournal. | Milan Bartos | 2013-06-17 | 2 | -9/+41 |
| | | | | | | | | | | | | | This option specifies whether imjournal should ignore messages that are currently in journal. This option is only used when there is no StateFile to avoid message loss. modified: doc/imjournal.html modified: plugins/imjournal/imjournal.c Conflicts: doc/imjournal.html plugins/imjournal/imjournal.c | ||||
* | doc: improve imjournal doc | Rainer Gerhards | 2013-06-17 | 1 | -17/+19 |
| | | | | most importantly, convert sample to new-style config format | ||||
* | fix imjournal doc after merging patch | Rainer Gerhards | 2013-06-17 | 1 | -11/+2 |
| | | | | | ... was changed in the interim, so the result of the merge was sub-optimal ;) | ||||
* | Merge branch 'tmp' into v7-stable | Rainer Gerhards | 2013-06-17 | 2 | -3/+14 |
|\ | | | | | | | | | Conflicts: plugins/imjournal/imjournal.c | ||||
| * | Rename legacy imjournal configs to have "imjournal" prepended. | Milan Bartos | 2013-06-17 | 2 | -3/+14 |
| | | | | | | | | | | modified: doc/imjournal.html modified: plugins/imjournal/imjournal.c | ||||
* | | doc bugfix: DynaFileCacheSize description in omfile was wrong | Rainer Gerhards | 2013-06-16 | 1 | -2/+6 |
| | | | | | | | | thanks to David Lang for alerting me. | ||||
* | | doc: add journal presentation link to omjournal doc | Rainer Gerhards | 2013-06-16 | 1 | -0/+3 |
| | | |||||
* | | doc: improve imjournal doc and add ratelimiting paramters | Rainer Gerhards | 2013-06-16 | 1 | -8/+56 |
| | | |||||
* | | imjournal: add legacy config statement for ratelimiting | Rainer Gerhards | 2013-06-15 | 1 | -0/+4 |
| | | |||||
* | | imjournal: add ratelimiting capability | Rainer Gerhards | 2013-06-15 | 2 | -8/+32 |
| | | | | | | | | | | | | | | | | | | | | | | The original imjournal code did not support ratelimiting at all. We now have our own ratelimiter. This can mitigate against journal database corruption, when the journal re-sends old data. This is a current bug in systemd journal, but we won't outrule this to happen in the future again. So it is better to have a safeguard in place. By default, we permit 20,000 messages witin 10 minutes. This may be a bit restrictive, but given the risk potential it seems reasonable. Users requiring larger traffic flows can always adjust the value. | ||||
* | | doc: warn about using imjournal | Rainer Gerhards | 2013-06-15 | 1 | -0/+8 |
| | | | | | | | | do to bugs in systemd, the module can lead to a DoS to the local machine | ||||
* | | doc: mention contributed patch in ChangeLog | Rainer Gerhards | 2013-06-14 | 1 | -0/+1 |
| | | |||||
* | | bugfix: prevent a segfault if state file is not defined | Tomas Heinrich | 2013-06-14 | 1 | -12/+31 |
| | | |||||
* | | systemd: use service type notify | Cristian RodrÃguez | 2013-06-14 | 2 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a time window, between rsyslog reporting syntax errors and the daemon returning with failure, this may cause systemctl restart rsyslog to not report any error inmediately but later in the logs which is confusing to users. The appropiate steps to correct this annoyance is to notify systemd with a simple sd_notify(0, "READY=1"); just before entering the main loop. Tested in openSUSE 12.3/13.1 x86_64 | ||||
* | | Fix rsyslog.service to comply with systemd recommendations | Cristian RodrÃguez | 2013-06-14 | 1 | -1/+1 |
| | | | | | | | | | | | | Those are documented here: http://www.freedesktop.org/wiki/Software/systemd/syslog/ | ||||
* | | bugfix: prevent calling tellLostCnt() twice | Tomas Heinrich | 2013-06-12 | 1 | -1/+1 |
| | | |||||
* | | bugfix: prevent another endless loop in the ratelimiter | Tomas Heinrich | 2013-06-12 | 1 | -1/+1 |
| | | | | | | | | | | | | The message that reports how many messages were lost due to ratelimiting was sent before reseting the state that led to it. If it itself got ratelimited, this could lead to an endless loop. | ||||
* | | doc bugfix: imrelp does not have a v6+ "ruleset" config parameter | Rainer Gerhards | 2013-06-10 | 1 | -4/+2 |
| | |