summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* milestone: queue-params are properly initialized for action queuesRainer Gerhards2011-08-014-14/+54
|
* regression: omfile aborted on dynafiles (never released bug)Rainer Gerhards2011-08-011-4/+3
|
* milestone: generic action parameters parsed via new config systemRainer Gerhards2011-08-014-30/+91
|
* milestone: queue object now has a param handler for new conf interfaceRainer Gerhards2011-07-2211-99/+267
| | | | ... and action queue defs use this new interface (but not yet the main queues)
* need to handle legacy-legacy omusrmsg format stricterRainer Gerhards2011-07-222-3/+37
| | | | otherwise, the grammar for if-constructs was broken
* milestone: all syntaxes for new config handler implementedRainer Gerhards2011-07-225-5/+135
| | | | | | so far, mostly compile-time tested. Real testing happens as side-activity when implementing other parts of the new config system
* working around automake curiosityRainer Gerhards2011-07-221-1/+4
|
* build system cleanup/improvementRainer Gerhards2011-07-222-7/+2
|
* omusrmsg now supports the new config systemRainer Gerhards2011-07-214-40/+130
|
* bugfix: abort in omfile (in brand-new code)Rainer Gerhards2011-07-215-4/+15
|
* milestone: omfile basically gets its parameters via the new systemRainer Gerhards2011-07-215-51/+176
| | | | | but not all syntax handlers are present (so it does not yet fully work).
* fixing minor memory leaksRainer Gerhards2011-07-215-8/+54
|
* doc: clarified that pmlastmsg does not drop those messagesRainer Gerhards2011-07-211-0/+5
|
* milestone: new output plugin interface call addedRainer Gerhards2011-07-219-23/+65
|
* milestone: done plumbing to call plugin create action instance entry pointRainer Gerhards2011-07-209-46/+135
|
* milestone: on the way to a new action conf interface to plugins...Rainer Gerhards2011-07-203-9/+151
|
* cleanupRainer Gerhards2011-07-201-21/+1
|
* milestone: added module config namesRainer Gerhards2011-07-2046-85/+69
|
* milestone: size syntax implementedRainer Gerhards2011-07-193-10/+55
|
* milestone: glbl obj parameters settable via new conf interfaceRainer Gerhards2011-07-195-3/+77
|
* milestone: two syntaxes for get conf param implementedRainer Gerhards2011-07-193-4/+78
|
* milestone: first steps at global() conf obj implementationRainer Gerhards2011-07-196-2/+228
| | | | | also, the foundation for accessing conf file params has been laid. Still more work to do...
* removed some printf's left in lexerRainer Gerhards2011-07-151-4/+5
| | | | | may cause some mild confusion if someone actually uses the not-yet-officially-supported construct
* bugfix: misaddressing in config handlerRainer Gerhards2011-07-152-1/+4
| | | | | In theory, can cause segfault, in practice this is extremely unlikely Thanks to Marcin for alertig me.
* better check for config errorsRainer Gerhards2011-07-154-23/+63
|
* more cleanupRainer Gerhards2011-07-153-9/+12
|
* renamed exprret type to var in spite of more generic useRainer Gerhards2011-07-152-49/+55
|
* some more cleanupRainer Gerhards2011-07-155-382/+4
| | | | preparing for a new, higher performance, variant object type
* preparing for 6.3.3v6.3.3Rainer Gerhards2011-07-136-5/+11
|
* forgotten to support the discard action ("~")Rainer Gerhards2011-07-131-0/+1
|
* reverting back to non-debug settingsRainer Gerhards2011-07-132-3/+3
| | | | | debug settings in testbench were accidently left on, including a special test case
* Merge branch 'v5-stable'Rainer Gerhards2011-07-132-8/+10
|\
| * doc: cleanup of copy-and-paste error in commentRainer Gerhards2011-07-131-1/+1
| | | | | | | | thanks to darix for alerting me
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-07-111-7/+9
| |\
| | * 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.