summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | doc: updated rsyslog.conf man page with new syntaxesRainer Gerhards2011-07-111-7/+9
| | | |_|_|_|/ | | |/| | | |
* | | | | | | doc: v6 compatiblity doc addedRainer Gerhards2011-07-133-30/+99
| | | | | | |
* | | | | | | lexer bug: *.somewhat PRIs not detectedRainer Gerhards2011-07-132-1/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | regression from last update
* | | | | | | proudly added new conf parser to ChangeLog ;-)Rainer Gerhards2011-07-121-0/+4
| | | | | | |
* | | | | | | Merge branch 'master-newconf'Rainer Gerhards2011-07-1252-4489/+2833
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tools/omfile.c
| * | | | | | | removed compatibility mode as we expect people have adjusted their confs by nowRainer Gerhards2011-07-122-234/+17
| | | | | | | |
| * | | | | | | removed emergency config, do error reporting on fatal config file errorRainer Gerhards2011-07-126-91/+24
| | | | | | | |
| * | | | | | | more cleanup, working on emergency config systemRainer Gerhards2011-07-113-16/+59
| | | | | | | |
| * | | | | | | fixed lexer: facilities local0-local7 were not correctly handledRainer Gerhards2011-07-115-6/+9
| | | | | | | |
| * | | | | | | even more cleanup ;)Rainer Gerhards2011-07-112-105/+0
| | | | | | | |
| * | | | | | | more cleanup...Rainer Gerhards2011-07-117-259/+0
| | | | | | | |
| * | | | | | | more cleanupRainer Gerhards2011-07-117-919/+0
| | | | | | | |
| * | | | | | | cleanup, removing now unused codeRainer Gerhards2011-07-1117-2631/+0
| | | | | | | |
| * | | | | | | cleaup & emergency config system reactivatedRainer Gerhards2011-07-098-308/+44
| | | | | | | |
| * | | | | | | milestone/[WORKS AGAIN!]: looks like the new conf format is integratedRainer Gerhards2011-07-093-1/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | finally completed $IncludeConfig processing.
| * | | | | | | milestone/[PARTWORK]: made sure all legacy selectors workRainer Gerhards2011-07-095-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 functionRainer Gerhards2011-07-091-2/+32
| | | | | | | |
| * | | | | | | milestone/[PARTWORK]: implemented RainerScript functionsRainer Gerhards2011-07-093-7/+129
| | | | | | | |
| * | | | | | | optimized function representationRainer Gerhards2011-07-082-9/+31
| | | | | | | |
| * | | | | | | cosmetic updatesRainer Gerhards2011-07-081-4/+2
| | | | | | | |
| * | | | | | | milestone/[PARTWORK]: integrated all variable types (msg/sys/cee)Rainer Gerhards2011-07-084-5/+161
| | | | | | | |
| * | | | | | | milestone/[PARTWORK]: implemented comparison operationsRainer Gerhards2011-07-087-58/+236
| | | | | | | |
| * | | | | | | milestone/[PARTWORK]: implemented "CONTAINS"Rainer Gerhards2011-07-082-8/+20
| | | | | | | |
| * | | | | | | milestone/[PARTWORK]: obtaining msg vars integrated, "==" works for stringsRainer Gerhards2011-07-079-31/+124
| | | | | | | |
| * | | | | | | milestone/[PARTWORK]: integrted script filter, but var access is missingRainer Gerhards2011-07-0712-28/+116
| | | | | | | |
| * | | | | | | milestone:/[PARTWORK]: config is processed using new parser, except...Rainer Gerhards2011-07-064-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 Gerhards2011-07-067-13/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handled
| * | | | | | | milestone: abstracted parser interface ...Rainer Gerhards2011-07-063-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 parsingRainer Gerhards2011-07-055-48/+83
| | | | | | | |
| * | | | | | | milestone: improved build systemRainer Gerhards2011-07-055-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 systemRainer Gerhards2011-07-057-8/+29
| | | | | | | |
| * | | | | | | milestone: added functions to grammarRainer Gerhards2011-07-045-4/+67
| | | | | | | |
| * | | | | | | cleanupRainer Gerhards2011-07-042-30/+20
| | | | | | | |
| * | | | | | | milestone: strings and vars are now stored correctly in in-memory representationRainer Gerhards2011-07-045-17/+43
| | | | | | | |
| * | | | | | | milstone: top-level grammer now ready for integration (but script detail ↵Rainer Gerhards2011-07-045-50/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | still missing)
| * | | | | | | bugfix(new bug): cfsyslines were not properly reversed during parsingRainer Gerhards2011-07-041-7/+3
| | | | | | | |
| * | | | | | | milestone: PROPFILT added to grammarRainer Gerhards2011-07-043-13/+16
| | | | | | | |
| * | | | | | | milestone: added BSD-style blocksRainer Gerhards2011-07-043-3/+15
| | | | | | | |
| * | | | | | | milestone: support for include files addedRainer Gerhards2011-07-044-11/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support for directories will be added during rsyslog integration
| * | | | | | | milestone: added comparison ops, prepring for flex include processingRainer Gerhards2011-07-045-19/+83
| | | | | | | |
| * | | | | | | milestone: added operations to expr, added evaluationRainer Gerhards2011-07-045-20/+233
| | | | | | | |
| * | | | | | | grammar: small optimization during expr creationRainer Gerhards2011-07-032-1/+10
| | | | | | | |
| * | | | | | | milestone: added grammar for arithmetic expressionsRainer Gerhards2011-07-036-18/+146
| | | | | | | |
| * | | | | | | milestone: grammar for basic if/then construct (no expr)Rainer Gerhards2011-07-033-15/+65
| | | | | | | |
| * | | | | | | milestone: support for action list added to grammarRainer Gerhards2011-07-034-13/+163
| | | | | | | |
| * | | | | | | milestone: some support for rules in grammarRainer Gerhards2011-07-024-81/+85
| | | | | | | |
| * | | | | | | milestone: grammar for objects and cfsysline createdRainer Gerhards2011-07-025-43/+242
| | | | | | | |
| * | | | | | | milestone: done some more twists to the lexerRainer Gerhards2011-07-012-6/+32
| | | | | | | |
| * | | | | | | milestone: lexer now correctly identifies (almost) all constructsRainer Gerhards2011-07-012-4/+107
| | | | | | | |
| * | | | | | | milestone: grammar contains rules for object blocksRainer Gerhards2011-07-012-18/+149
| | | | | | | |