Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: comments inside objects (e.g. action()) were not properly handled | Rainer Gerhards | 2012-10-04 | 1 | -0/+1 |
| | |||||
* | Implemented different grammar for pri filters | Rainer Gerhards | 2012-09-21 | 1 | -1/+1 |
| | | | | | | | | The method introduced by the previous commit caused issues in v7 as it was too generic. Most importantly, it permitted simple words (like "stop") to (invalidly) be detected as pri filters. Now, the grammar is close to the initial one, and each pri filter must at least have a comma or a period inside it, which does not conflict with simple words. | ||||
* | bugfix: some valid legacy PRI filters were flagged as errornous | Rainer Gerhards | 2012-09-21 | 1 | -1/+1 |
| | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=358 This happend to filters of the style "local0,local1.*", where the multiple facilities were comma-separated. | ||||
* | Fix length calculation for script string constants | Rainer Gerhards | 2012-09-14 | 1 | -2/+2 |
| | | | | | | This could lead to various problems, like if-filters not working. Note this is a regression from yesterdays escape fix, so there exist no released version with this problem. | ||||
* | Fixing string unescaping (new code from this morning's commit) | Rainer Gerhards | 2012-09-13 | 1 | -1/+1 |
| | |||||
* | bugfix: missing support for escape sequences in RainerScript | Rainer Gerhards | 2012-09-13 | 3 | -2/+148 |
| | | | | | | | Only \' was supported. Now the usual set is supported. Note that v5 used \x as escape where x was any character (e.g. "\n" meant "n" and NOT LF). This also means there is some incompatibility to v5 for well-know sequences. Better break it now than later. | ||||
* | bugfix: expression-based filters with AND/OR could segfault | Rainer Gerhards | 2012-06-11 | 1 | -2/+4 |
| | | | | | | | | due to a problem with boolean shortcut operations. From the user's perspective, the segfault is almost non-deterministic (it occurs when a shortcut is used). Thanks to Lars Peterson for providing the initial bug report and his support in solving it. | ||||
* | regression fix: last memleak bugfix caused abort in some situations | Rainer Gerhards | 2012-06-05 | 1 | -1/+3 |
| | | | | | The problem was introduced by the fix I did roughly an hour ago. Obviously, no released version is affected. | ||||
* | restructured cfsysline handling a bit | Rainer Gerhards | 2012-06-05 | 1 | -3/+2 |
| | | | | so that we have cleaner code | ||||
* | cosmetic: removed autoconf warning messages | Rainer Gerhards | 2012-06-04 | 1 | -4/+4 |
| | |||||
* | bugfix: number conversion in expression evaluation was not always correct | Rainer Gerhards | 2012-04-23 | 1 | -2/+4 |
| | | | | | was invalid when the property was no string. Currently all props are strings, so this bug never could hit in practice. | ||||
* | conf file: bufgix: legacy parsing of some filters did not work correctly | Rainer Gerhards | 2012-02-01 | 2 | -2/+1 |
| | |||||
* | added support for v6 config system to omfwd | Rainer Gerhards | 2011-10-11 | 1 | -2/+2 |
| | |||||
* | bugfix: facility local<x> was not correctly interpreted in legacy filters | Rainer Gerhards | 2011-09-28 | 1 | -1/+1 |
| | | | | | Was only accepted if it was the first PRI in a multi-filter PRI. Thanks to forum user Mark for bringing this to our attention. | ||||
* | bugfix: config parser did not support properties with dashes in them | Rainer Gerhards | 2011-09-15 | 1 | -1/+1 |
| | | | | ...inside property-based filters. Thanks to Gerrit Seré for reporting this. | ||||
* | milestone: queue object now has a param handler for new conf interface | Rainer Gerhards | 2011-07-22 | 3 | -3/+48 |
| | | | | ... and action queue defs use this new interface (but not yet the main queues) | ||||
* | need to handle legacy-legacy omusrmsg format stricter | Rainer Gerhards | 2011-07-22 | 1 | -1/+1 |
| | | | | otherwise, the grammar for if-constructs was broken | ||||
* | milestone: all syntaxes for new config handler implemented | Rainer Gerhards | 2011-07-22 | 2 | -1/+131 |
| | | | | | | so far, mostly compile-time tested. Real testing happens as side-activity when implementing other parts of the new config system | ||||
* | omusrmsg now supports the new config system | Rainer Gerhards | 2011-07-21 | 1 | -1/+1 |
| | |||||
* | bugfix: abort in omfile (in brand-new code) | Rainer Gerhards | 2011-07-21 | 3 | -1/+7 |
| | |||||
* | fixing minor memory leaks | Rainer Gerhards | 2011-07-21 | 2 | -1/+46 |
| | |||||
* | milestone: done plumbing to call plugin create action instance entry point | Rainer Gerhards | 2011-07-20 | 1 | -2/+3 |
| | |||||
* | milestone: size syntax implemented | Rainer Gerhards | 2011-07-19 | 1 | -0/+48 |
| | |||||
* | milestone: glbl obj parameters settable via new conf interface | Rainer Gerhards | 2011-07-19 | 2 | -0/+3 |
| | |||||
* | milestone: two syntaxes for get conf param implemented | Rainer Gerhards | 2011-07-19 | 2 | -4/+76 |
| | |||||
* | milestone: first steps at global() conf obj implementation | Rainer Gerhards | 2011-07-19 | 3 | -0/+184 |
| | | | | | also, the foundation for accessing conf file params has been laid. Still more work to do... | ||||
* | removed some printf's left in lexer | Rainer Gerhards | 2011-07-15 | 1 | -4/+5 |
| | | | | | may cause some mild confusion if someone actually uses the not-yet-officially-supported construct | ||||
* | better check for config errors | Rainer Gerhards | 2011-07-15 | 4 | -23/+63 |
| | |||||
* | renamed exprret type to var in spite of more generic use | Rainer Gerhards | 2011-07-15 | 2 | -49/+55 |
| | |||||
* | preparing for 6.3.3v6.3.3 | Rainer Gerhards | 2011-07-13 | 1 | -0/+1 |
| | |||||
* | forgotten to support the discard action ("~") | Rainer Gerhards | 2011-07-13 | 1 | -0/+1 |
| | |||||
* | doc: v6 compatiblity doc added | Rainer Gerhards | 2011-07-13 | 1 | -3/+4 |
| | |||||
* | lexer bug: *.somewhat PRIs not detected | Rainer Gerhards | 2011-07-13 | 1 | -1/+1 |
| | | | | regression from last update | ||||
* | removed emergency config, do error reporting on fatal config file error | Rainer Gerhards | 2011-07-12 | 2 | -4/+5 |
| | |||||
* | fixed lexer: facilities local0-local7 were not correctly handled | Rainer Gerhards | 2011-07-11 | 1 | -1/+5 |
| | |||||
* | cleaup & emergency config system reactivated | Rainer Gerhards | 2011-07-09 | 2 | -0/+24 |
| | |||||
* | milestone/[WORKS AGAIN!]: looks like the new conf format is integrated | Rainer Gerhards | 2011-07-09 | 3 | -1/+54 |
| | | | | finally completed $IncludeConfig processing. | ||||
* | milestone/[PARTWORK]: made sure all legacy selectors work | Rainer Gerhards | 2011-07-09 | 2 | -1/+3 |
| | | | | | ... except for the not guaranteed $outchannel construct, which we could not fix without syntax change. Shouldn't hurt too many. | ||||
* | checking number of parameters provided to function | Rainer Gerhards | 2011-07-09 | 1 | -2/+32 |
| | |||||
* | milestone/[PARTWORK]: implemented RainerScript functions | Rainer Gerhards | 2011-07-09 | 3 | -7/+129 |
| | |||||
* | optimized function representation | Rainer Gerhards | 2011-07-08 | 2 | -9/+31 |
| | |||||
* | milestone/[PARTWORK]: integrated all variable types (msg/sys/cee) | Rainer Gerhards | 2011-07-08 | 1 | -3/+21 |
| | |||||
* | milestone/[PARTWORK]: implemented comparison operations | Rainer Gerhards | 2011-07-08 | 2 | -33/+222 |
| | |||||
* | milestone/[PARTWORK]: implemented "CONTAINS" | Rainer Gerhards | 2011-07-08 | 1 | -7/+19 |
| | |||||
* | milestone/[PARTWORK]: obtaining msg vars integrated, "==" works for strings | Rainer Gerhards | 2011-07-07 | 4 | -20/+61 |
| | |||||
* | milestone/[PARTWORK]: integrted script filter, but var access is missing | Rainer Gerhards | 2011-07-07 | 7 | -12/+85 |
| | |||||
* | milestone/[NONWORKING]: first integration of new parser, rules are not yet ↵ | Rainer Gerhards | 2011-07-06 | 3 | -9/+10 |
| | | | | handled | ||||
* | milestone: abstracted parser interface ... | Rainer Gerhards | 2011-07-06 | 3 | -9/+44 |
| | | | | | so that both testdriver and other callers (rsyslog!) can use it without changing the parser (this simplifies development). | ||||
* | milestone: some plumbing for rsyslog/stand alone parsing | Rainer Gerhards | 2011-07-05 | 5 | -48/+83 |
| | |||||
* | milestone: improved build system | Rainer Gerhards | 2011-07-05 | 5 | -31/+79 |
| | | | | | ... still had quite some glitches, as usual. This time it hopefully works under all circumstances (well, let's hope for "usual cir..." ;)). |