Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-10 | 1 | -0/+2 |
|\ | |||||
| * | fix build on FreeBSD | Cristiano Rolim | 2013-07-10 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-05 | 1 | -49/+60 |
|\| | |||||
| * | bugfix: potential segfault during startup on invalid config | Rainer Gerhards | 2013-07-05 | 1 | -49/+60 |
| | | | | | | | | | | could happen if invalid actions were present, which could lead to improper handling in optimizer. | ||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-24 | 1 | -2/+9 |
|\| | |||||
| * | bugfix: RainerScript object required parameters were not properly checked | Rainer Gerhards | 2013-06-24 | 1 | -2/+9 |
| | | | | | | | | this clould result to segfaults on startup if parameters were missing. | ||||
* | | cosmetic: update .gitignore files | Rainer Gerhards | 2013-05-08 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'v7-stable' | Rainer Gerhards | 2013-04-08 | 2 | -61/+127 |
|\ | | | | | | | | | | | Conflicts: grammar/rainerscript.c runtime/ruleset.c | ||||
| * | bugfix: nested if/prifilt conditions did not work properly | Rainer Gerhards | 2013-04-04 | 2 | -61/+129 |
| | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=415 | ||||
| * | bugfix: script == comparison did not work properly on JSON objects | Rainer Gerhards | 2013-04-04 | 1 | -0/+23 |
| | | | | | | | | backport from 7.3 branch | ||||
* | | add RainerScript re_extract() function | Rainer Gerhards | 2013-03-27 | 2 | -2/+104 |
| | | |||||
* | | Fix for glob(3)s that lack GLOB_NOMAGIC | Martin Carpenter | 2013-03-21 | 1 | -4/+8 |
| | | | | | | | | | | | | Conflicts: configure.ac | ||||
* | | Merge branch 'v7-stable' into tmp | Rainer Gerhards | 2013-03-20 | 1 | -1/+5 |
|\| | |||||
| * | bugfix: RainerScript getenv() function caused segfault when var was not found | Philippe Muller | 2013-03-20 | 1 | -1/+5 |
| | | | | | | | | | | | | | | This patch is released under ASL 2.0 as of email conversation from 2013-03-20. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com> | ||||
* | | bugfix: segfault in expression optimizer | Rainer Gerhards | 2013-03-15 | 1 | -4/+4 |
| | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=423 | ||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-03-13 | 2 | -3/+14 |
|\| | | | | | | | | | | | Conflicts: configure.ac doc/manual.html | ||||
| * | bugfix: include files got included in the wrong order | Rainer Gerhards | 2013-02-28 | 2 | -3/+14 |
| | | | | | | | | | | | | | | | | | | This happens if an $IncludeConfig directive was done on multiple files (e.g. the distro default of $IncludeConfig /etc/rsyslog.d/*.conf). In that case, the order of include file processing is reversed, which could lead to all sorts of problems. Thanks to Nathan Stratton Treadway for his great analysis of the problem, which made bug fixing really easy. | ||||
* | | field() function now supports a string as field delimiter | Rainer Gerhards | 2013-02-10 | 1 | -7/+58 |
| | | | | | | | | | | also done a bugfix: field() function did never return "***FIELD NOT FOUND***" instead it returned "***ERROR in field() FUNCTION***" in that case | ||||
* | | bugfix: script == comparison did not work properly on JSON objects | Rainer Gerhards | 2013-02-08 | 1 | -0/+23 |
| | | |||||
* | | optimize: use binary search on EQ/NEQ array matches | Rainer Gerhards | 2013-01-27 | 1 | -20/+46 |
| | | | | | | | | | | | | Conflicts: grammar/rainerscript.c | ||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-01-09 | 1 | -8/+17 |
|\| | |||||
| * | bugfix: some property-based filter were incorrectly parsed | Rainer Gerhards | 2013-01-09 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This usually lead to a syntax error on startup and rsyslogd not actually starting up. The problem was the regex, which did not care for double quote characters to follow in the action part - unfortunately something that can frequently happen with v6+ format. An example: :programname, isequal, "as" {action(type="omfile" ...) } Here, the part :programname, isequal, "as" {action(type="omfile" was treated as the property filter, and the rest as action part. Obviously, this did not work out. Unfortunately, such situations usually resulted in very hard to understand error messages. | ||||
| * | improve config reader error messages a bit more | Rainer Gerhards | 2013-01-09 | 1 | -6/+12 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-01-09 | 1 | -1/+2 |
|\| | | | | | | | | | Conflicts: ChangeLog | ||||
| * | slightly improved config parser error messages when invalid escapes happen | Rainer Gerhards | 2013-01-09 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-01-08 | 1 | -5/+5 |
|\| | |||||
| * | bugfix: doGetFileCreateMode() had invalid validity check ;) | Chandler Latour | 2013-01-08 | 1 | -5/+5 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2012-12-18 | 1 | -0/+4 |
|\| | |||||
| * | cosmetic: silence compiler warning | Rainer Gerhards | 2012-12-18 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'master-optimize-facilitext' | Rainer Gerhards | 2012-12-14 | 1 | -14/+354 |
|\ \ | |||||
| * | | script optimizer: support textual severities in compare operations as well | Rainer Gerhards | 2012-12-11 | 1 | -0/+17 |
| | | | |||||
| * | | script optimizer: support numerical facilities in compare operations as well | Rainer Gerhards | 2012-12-11 | 1 | -5/+58 |
| | | | |||||
| * | | 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 | 1 | -9/+131 |
| | | | | | | | | | | | | ... and replace it with a (much faster) prifilt() call | ||||
* | | | Merge branch 'v7-stable-newmsglock' into master-newmsglock | Rainer Gerhards | 2012-12-06 | 2 | -0/+25 |
|\ \ \ | |/ / |/| / | |/ | | | | | | | Conflicts: runtime/msg.c runtime/queue.c tools/syslogd.c | ||||
| * | fix missing functionality: ruleset(){} could not specify ruleset queue | Rainer Gerhards | 2012-11-30 | 2 | -0/+25 |
| | | | | | | | | | | | | | | | | | | | | The "queue.xxx" parameter set was not supported, and legacy ruleset config statements did not work (by intention). The fix introduces the "queue.xxx" parameter set. It has some regression potential, but only for the new functionality. Note that using that interface it is possible to specify duplicate queue file names, which will cause trouble. This will be solved in v7.3, because there is a too-large regression potential for the v7.2 stable branch. | ||||
* | | cleanup | Rainer Gerhards | 2012-11-30 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2012-11-28 | 1 | -2/+4 |
|\| | | | | | | | | | | | | | Conflicts: doc/imptcp.html plugins/mmjsonparse/mmjsonparse.c plugins/mmnormalize/mmnormalize.c | ||||
| * | silence some primarily cosmetic compiler warning messages | Rainer Gerhards | 2012-11-28 | 1 | -2/+4 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2012-11-22 | 2 | -7/+12 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html plugins/imfile/imfile.c plugins/imklog/bsd.c plugins/imklog/imklog.c plugins/imklog/imklog.h | ||||
| * | improve $IncludeConfig error messages | Rainer Gerhards | 2012-11-20 | 1 | -4/+7 |
| | | |||||
| * | 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 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2012-11-14 | 1 | -5/+17 |
|\| | |||||
| * | make sure inaccessible config file is not tried to be processed | Rainer Gerhards | 2012-11-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | | The processing loop was not terminated when an unaccessible file was detected, and so processing was done using unitialized data, which could lead to all sorts of problems. Also did some minor cleanup. | ||||
| * | Silently ignore wildcard includes that match nothing | Georgi Georgiev | 2012-11-13 | 1 | -4/+16 |
| | | | | | | | | This will avoid an error message when including an empty directory. |