Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | milestone: on the way to a new action conf interface to plugins... | Rainer Gerhards | 2011-07-20 | 3 | -9/+151 |
| | |||||
* | cleanup | Rainer Gerhards | 2011-07-20 | 1 | -21/+1 |
| | |||||
* | milestone: added module config names | Rainer Gerhards | 2011-07-20 | 46 | -85/+69 |
| | |||||
* | milestone: size syntax implemented | Rainer Gerhards | 2011-07-19 | 3 | -10/+55 |
| | |||||
* | milestone: glbl obj parameters settable via new conf interface | Rainer Gerhards | 2011-07-19 | 5 | -3/+77 |
| | |||||
* | milestone: two syntaxes for get conf param implemented | Rainer Gerhards | 2011-07-19 | 3 | -4/+78 |
| | |||||
* | milestone: first steps at global() conf obj implementation | Rainer Gerhards | 2011-07-19 | 6 | -2/+228 |
| | | | | | 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 | ||||
* | bugfix: misaddressing in config handler | Rainer Gerhards | 2011-07-15 | 2 | -1/+4 |
| | | | | | In theory, can cause segfault, in practice this is extremely unlikely Thanks to Marcin for alertig me. | ||||
* | better check for config errors | Rainer Gerhards | 2011-07-15 | 4 | -23/+63 |
| | |||||
* | more cleanup | Rainer Gerhards | 2011-07-15 | 3 | -9/+12 |
| | |||||
* | renamed exprret type to var in spite of more generic use | Rainer Gerhards | 2011-07-15 | 2 | -49/+55 |
| | |||||
* | some more cleanup | Rainer Gerhards | 2011-07-15 | 5 | -382/+4 |
| | | | | preparing for a new, higher performance, variant object type | ||||
* | preparing for 6.3.3v6.3.3 | Rainer Gerhards | 2011-07-13 | 6 | -5/+11 |
| | |||||
* | forgotten to support the discard action ("~") | Rainer Gerhards | 2011-07-13 | 1 | -0/+1 |
| | |||||
* | reverting back to non-debug settings | Rainer Gerhards | 2011-07-13 | 2 | -3/+3 |
| | | | | | debug settings in testbench were accidently left on, including a special test case | ||||
* | Merge branch 'v5-stable' | Rainer Gerhards | 2011-07-13 | 2 | -8/+10 |
|\ | |||||
| * | doc: cleanup of copy-and-paste error in comment | Rainer Gerhards | 2011-07-13 | 1 | -1/+1 |
| | | | | | | | | thanks to darix for alerting me | ||||
| * | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2011-07-11 | 1 | -7/+9 |
| |\ | |||||
| | * | doc: updated rsyslog.conf man page with new syntaxes | Rainer Gerhards | 2011-07-11 | 1 | -7/+9 |
| | | | |||||
* | | | doc: v6 compatiblity doc added | Rainer Gerhards | 2011-07-13 | 3 | -30/+99 |
| | | | |||||
* | | | lexer bug: *.somewhat PRIs not detected | Rainer Gerhards | 2011-07-13 | 2 | -1/+31 |
| | | | | | | | | | | | | regression from last update | ||||
* | | | proudly added new conf parser to ChangeLog ;-) | Rainer Gerhards | 2011-07-12 | 1 | -0/+4 |
| | | | |||||
* | | | Merge branch 'master-newconf' | Rainer Gerhards | 2011-07-12 | 52 | -4489/+2833 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tools/omfile.c | ||||
| * | | | removed compatibility mode as we expect people have adjusted their confs by now | Rainer Gerhards | 2011-07-12 | 2 | -234/+17 |
| | | | | |||||
| * | | | removed emergency config, do error reporting on fatal config file error | Rainer Gerhards | 2011-07-12 | 6 | -91/+24 |
| | | | | |||||
| * | | | more cleanup, working on emergency config system | Rainer Gerhards | 2011-07-11 | 3 | -16/+59 |
| | | | | |||||
| * | | | fixed lexer: facilities local0-local7 were not correctly handled | Rainer Gerhards | 2011-07-11 | 5 | -6/+9 |
| | | | | |||||
| * | | | even more cleanup ;) | Rainer Gerhards | 2011-07-11 | 2 | -105/+0 |
| | | | | |||||
| * | | | more cleanup... | Rainer Gerhards | 2011-07-11 | 7 | -259/+0 |
| | | | | |||||
| * | | | more cleanup | Rainer Gerhards | 2011-07-11 | 7 | -919/+0 |
| | | | | |||||
| * | | | cleanup, removing now unused code | Rainer Gerhards | 2011-07-11 | 17 | -2631/+0 |
| | | | | |||||
| * | | | cleaup & emergency config system reactivated | Rainer Gerhards | 2011-07-09 | 8 | -308/+44 |
| | | | | |||||
| * | | | 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 | 5 | -3/+13 |
| | | | | | | | | | | | | | | | | | | | | ... 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 |
| | | | | |||||
| * | | | cosmetic updates | Rainer Gerhards | 2011-07-08 | 1 | -4/+2 |
| | | | | |||||
| * | | | milestone/[PARTWORK]: integrated all variable types (msg/sys/cee) | Rainer Gerhards | 2011-07-08 | 4 | -5/+161 |
| | | | | |||||
| * | | | milestone/[PARTWORK]: implemented comparison operations | Rainer Gerhards | 2011-07-08 | 7 | -58/+236 |
| | | | | |||||
| * | | | milestone/[PARTWORK]: implemented "CONTAINS" | Rainer Gerhards | 2011-07-08 | 2 | -8/+20 |
| | | | | |||||
| * | | | milestone/[PARTWORK]: obtaining msg vars integrated, "==" works for strings | Rainer Gerhards | 2011-07-07 | 9 | -31/+124 |
| | | | | |||||
| * | | | milestone/[PARTWORK]: integrted script filter, but var access is missing | Rainer Gerhards | 2011-07-07 | 12 | -28/+116 |
| | | | | |||||
| * | | | milestone:/[PARTWORK]: config is processed using new parser, except... | Rainer Gerhards | 2011-07-06 | 4 | -34/+82 |
| | | | | | | | | | | | | | | | | ... for "if" filters (more work to come, probably lots of more work... ;)) | ||||
| * | | | milestone/[NONWORKING]: first integration of new parser, rules are not yet ↵ | Rainer Gerhards | 2011-07-06 | 7 | -13/+120 |
| | | | | | | | | | | | | | | | | 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..." ;)). | ||||
| * | | | milestone: grammar integrated in rsyslog build system | Rainer Gerhards | 2011-07-05 | 7 | -8/+29 |
| | | | |