Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | script optimizer: severity lt/le/gt/ge to prifilt() | Rainer Gerhards | 2012-12-11 | 1 | -16/+46 |
| | |||||
* | script optimizer: severity eq/ne to prifilt() | Rainer Gerhards | 2012-12-11 | 1 | -5/+37 |
| | |||||
* | bugfix: optimizer stopped prematurely on some operations | Rainer Gerhards | 2012-12-11 | 1 | -0/+11 |
| | |||||
* | script optimizer: optimize and/or on PRI filters | Rainer Gerhards | 2012-12-11 | 1 | -0/+37 |
| | |||||
* | script optimizer: support NOT pri matches | Rainer Gerhards | 2012-12-11 | 1 | -4/+42 |
| | |||||
* | enhance optimizer: detect eq-comparison for syslog facility | Rainer Gerhards | 2012-12-11 | 3 | -20/+148 |
| | | | | ... and replace it with a (much faster) prifilt() call | ||||
* | bugfix[minor]: invalid error code when mmnormalize could not access rulebase | Rainer Gerhards | 2012-11-30 | 3 | -3/+6 |
| | |||||
* | cleanup | Rainer Gerhards | 2012-11-30 | 1 | -1/+0 |
| | |||||
* | bugfix: segfault on imuxsock startup if system log socket is used and no ↵ | Rainer Gerhards | 2012-11-29 | 2 | -0/+7 |
| | | | | | | | ratelimiting supported. Happens only during initial config read phase, once this is over, everything works stable. | ||||
* | doc bugfix: corrections and improvements in mmnormalize html doc page | Florian Riedl | 2012-11-29 | 2 | -11/+14 |
| | |||||
* | Merge branch 'v7-stable' | Rainer Gerhards | 2012-11-29 | 2 | -4/+6 |
|\ | |||||
| * | bugfix: template "type" parameter is mandatory (but was not) | Rainer Gerhards | 2012-11-29 | 2 | -4/+6 |
| | | |||||
* | | refactor error processing in string template handling | Rainer Gerhards | 2012-11-29 | 2 | -44/+31 |
| | | |||||
* | | bugfix: error message had an extra LF in it (can break forwarding & tools) | Rainer Gerhards | 2012-11-29 | 1 | -1/+1 |
| | | |||||
* | | bugfix: no error message for invalid string template parameters | Rainer Gerhards | 2012-11-29 | 4 | -4/+28 |
| | | | | | | | | | | | | | | | | | | rather a malformed template was generated, and error information emitted at runtime. However, this could be quite confusing. Note that with this "bugfix" user experience changes: formerly, rsyslog and the affected actions properly started up, but the actions did not produce proper data. Now, there are startup error messages and the actions are NOT executed (due to missing template due to template error). | ||||
* | | bugfix: mmnormalize could abort rsyslog if config parameter was in error | Rainer Gerhards | 2012-11-28 | 2 | -1/+6 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2012-11-28 | 16 | -18/+52 |
|\| | | | | | | | | | | | | | Conflicts: doc/imptcp.html plugins/mmjsonparse/mmjsonparse.c plugins/mmnormalize/mmnormalize.c | ||||
| * | silence some primarily cosmetic compiler warning messages | Rainer Gerhards | 2012-11-28 | 4 | -7/+22 |
| | | |||||
| * | bugfix: modules not (yet) supporting new conf format were not properly ↵ | Rainer Gerhards | 2012-11-28 | 11 | -2/+16 |
| | | | | | | | | | | | | | | | | | | registered This lead to a "module not found" error message instead of the to-be-expected "module does not support new style" error message. That invalid error message could be quite misleading and actually stop people from addressing the real problem (aka "go nuts" ;)) | ||||
| * | doc: improve imptcp doc | Rainer Gerhards | 2012-11-26 | 1 | -8/+10 |
| | | |||||
| * | bugfix: supportoctetcountedframing parameter did not work in imptcp | Rainer Gerhards | 2012-11-25 | 2 | -1/+2 |
| | | |||||
* | | bugfix: mmnormalize build problems | Rainer Gerhards | 2012-11-27 | 2 | -6/+6 |
| | | |||||
* | | prepare 7.3.4 releasev7.3.4 | Rainer Gerhards | 2012-11-25 | 4 | -3/+16 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2012-11-22 | 2 | -0/+5 |
|\| | |||||
| * | Merge branch 'v6-stable' into tmp | Rainer Gerhards | 2012-11-22 | 2 | -0/+5 |
| |\ | |||||
| | * | bugfix: hostname set in rsyslog.conf was not picked up until HUP | oxpa | 2012-11-22 | 2 | -0/+5 |
| | | | | | | | | | | | | which could also mean "never" or "not for a very long time". | ||||
* | | | typo fix | Rainer Gerhards | 2012-11-22 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2012-11-22 | 1 | -15/+23 |
|\| | | |||||
| * | | typo fix | Rainer Gerhards | 2012-11-22 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'v6-stable' into v7-stable | Rainer Gerhards | 2012-11-22 | 1 | -12/+20 |
| |\| | |||||
| | * | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-11-22 | 1 | -12/+20 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | | * | typo correction | Rainer Gerhards | 2012-11-22 | 1 | -5/+5 |
| | | | | |||||
* | | | | doc: add new options to imklog doc page | Marius Tomaschewski | 2012-11-22 | 1 | -21/+19 |
| | | | | |||||
* | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2012-11-22 | 21 | -52/+187 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html plugins/imfile/imfile.c plugins/imklog/bsd.c plugins/imklog/imklog.c plugins/imklog/imklog.h | ||||
| * | | | doc: mention imported patches in ChangeLog | Rainer Gerhards | 2012-11-22 | 1 | -2/+12 |
| | | | | |||||
| * | | | Merge branch 'v6-stable' into tmp | Rainer Gerhards | 2012-11-22 | 5 | -28/+97 |
| |\| | | |||||
| | * | | imklog: add new config params to module() parameter set | Rainer Gerhards | 2012-11-22 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | This is based on Marius Tomaschewski's set of patches, mostly just applied manually (as I need to mangle with the merge). | ||||
| | * | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-11-22 | 5 | -28/+91 |
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: this was not a simple merge, I rather needed to adopt the v5 code to the new v6 config handling. However, no v6 config format has been added yet (this is the next step). Conflicts: plugins/imklog/imklog.c plugins/imklog/imklog.h | ||||
| | | * | bugfix: imklog mistakenly took kernel timestamp subseconds as nanoseconds | Rainer Gerhards | 2012-11-22 | 2 | -12/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | ... actually, they are microseconds. So the fractional part of the timestamp was not properly formatted. Thanks to Marius Tomaschwesky for the bug report and the patch idea. | ||||
| | | * | imklog: added $klogParseKernelTimestamp option | Marius Tomaschewski | 2012-11-21 | 4 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When enabled, kernel message [timestamp] is converted for message time. Default is to use receive time as in 5.8.x and before, because the clock used to create the timestamp is not supposed to be as accurate as the monotonic clock (depends on hardware and kernel) resulting in differences between kernel and system messages which occurred at same time. | ||||
| | | * | imklog: added $klogKeepKernelTimestamp option | Marius Tomaschewski | 2012-11-21 | 4 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | When enabled, the kernel [timestamp] remains at begin of each message, even it is used for the message time too. | ||||
| * | | | prepare for 7.2.3 releasev7.2.3 | Rainer Gerhards | 2012-11-21 | 3 | -3/+3 |
| | | | | |||||
| * | | | testbench: bug fix & enhance $IncludeConfig tests | Rainer Gerhards | 2012-11-20 | 10 | -10/+8 |
| | | | | | | | | | | | | | | | | The bug fixes actually fixes a bug inside the *testbench* itself. | ||||
| * | | | improve $IncludeConfig error messages | Rainer Gerhards | 2012-11-20 | 3 | -4/+31 |
| | | | | |||||
| * | | | document fixed regression | Rainer Gerhards | 2012-11-20 | 1 | -0/+12 |
| | | | | |||||
| * | | | regression fix: rsyslog terminated when wild-card $includeFile did not find ↵ | Rainer Gerhards | 2012-11-20 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | files Unfortunately, this is often the case by default in many distros. | ||||
| * | | | cleanup | Rainer Gerhards | 2012-11-20 | 1 | -1/+0 |
| | | | | |||||
| * | | | prepare 7.2.2 releasev7.2.2 | Rainer Gerhards | 2012-11-16 | 4 | -5/+5 |
| | | | | |||||
| * | | | refactor stream.h; fix some issues with last patch | Rainer Gerhards | 2012-11-15 | 3 | -26/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most importantly, the last patch for imfile contained a number of glitches, which are fixed by this commit (a memory leak under unusual conditions, partial message loss when rsyslog was terminated in the interim & mixing file data to the wrong files when multiple monitors were used [due to static variable]). The commit is actually a re-write of the patch, based on its core idea. Also some other minor cleanup was done. | ||||
| * | | | minor cleanup | Rainer Gerhards | 2012-11-15 | 1 | -8/+0 |
| | | | |