summaryrefslogtreecommitdiffstats
path: root/runtime/rsconf.c
Commit message (Collapse)AuthorAgeFilesLines
* milestone: LIST-type templates work, but no all options yet presentRainer Gerhards2012-08-251-5/+6
|
* milestone: base plumbing for LIST-type templates mostly in placeRainer Gerhards2012-08-251-0/+1
|
* v6 config/templates: legacy types are now supported via template()Rainer Gerhards2012-08-251-2/+2
|
* add base plumbing for template() config object to grammarRainer Gerhards2012-08-241-0/+10
|
* Merge branch 'beta'Rainer Gerhards2012-06-291-1/+1
|\ | | | | | | | | | | Conflicts: ChangeLog runtime/rsyslog.h
| * Merge branch 'master-elasticsearch' into tmpRainer Gerhards2012-06-291-1/+1
| |\
| | * omelasticsearch: used new property replacer options for default templateRainer Gerhards2012-04-051-1/+1
| | | | | | | | | | | | makes JSON creation far more bulletproof (and also faster)
* | | cleanup & fix of mini-leakRainer Gerhards2012-06-251-2/+0
| | |
* | | implemented freeCnf() module interface & fixed some mem leaksRainer Gerhards2012-06-251-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | The interface was actually not present in older versions, even though some modules already used it. The implementation was now done, and not in 6.3/6.4 because the resulting memory leak was ultra-slim and the new interface handling has some potential to seriously break things. Not the kind of thing you want to add in late beta state, if avoidable.
* | | milestone: module() config statement basically worksRainer Gerhards2012-06-211-11/+11
| | | | | | | | | | | | some nits to iron out, only omfile actually support module params
* | | milestone: module() can load module in legacy modeRainer Gerhards2012-06-201-0/+3
| | |
* | | Merge branch 'beta'Rainer Gerhards2012-06-061-0/+1
|\| |
| * | fixing small memleak during config read phaseRainer Gerhards2012-06-051-0/+1
| | | | | | | | | | | | | | | | | | traditional system line buffers were not freed. semi-static memory leak during config load phase, did not grow while processing messages. Usually less than 5k during the whole runtime.
* | | imrelp now supports non-cancel thread terminationRainer Gerhards2012-05-311-1/+2
|/ / | | | | | | (but now requires at least librelp 1.0.1)
* / better debug instrumentation --> input thread names used for reportingRainer Gerhards2012-05-021-1/+2
|/
* bugfix: rsyslog aborted during startup if there is an error in loading an actionRainer Gerhards2012-01-271-18/+16
| | | | and legacy configuration mode is used
* Merge branch 'v6-stable-noscoping' into masterRainer Gerhards2012-01-191-46/+46
| | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imfile/imfile.c plugins/imklog/imklog.c plugins/immark/immark.c plugins/imptcp/imptcp.c plugins/imrelp/imrelp.c plugins/imtcp/imtcp.c plugins/imtemplate/imtemplate.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c plugins/mmsnmptrapd/mmsnmptrapd.c plugins/omtemplate/omtemplate.c runtime/glbl.c runtime/parser.c tools/omfile.c tools/syslogd.c
* Merge branch 'v5-devel' into masterRainer Gerhards2012-01-181-0/+3
| | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html plugins/imptcp/imptcp.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c runtime/parser.c template.c tools/omfwd.c tools/syslogd.c
* milestone: queue object now has a param handler for new conf interfaceRainer Gerhards2011-07-221-1/+5
| | | | ... and action queue defs use this new interface (but not yet the main queues)
* milestone: all syntaxes for new config handler implementedRainer Gerhards2011-07-221-1/+0
| | | | | | so far, mostly compile-time tested. Real testing happens as side-activity when implementing other parts of the new config system
* bugfix: abort in omfile (in brand-new code)Rainer Gerhards2011-07-211-2/+6
|
* milestone: omfile basically gets its parameters via the new systemRainer Gerhards2011-07-211-0/+1
| | | | | but not all syntax handlers are present (so it does not yet fully work).
* fixing minor memory leaksRainer Gerhards2011-07-211-5/+5
|
* milestone: done plumbing to call plugin create action instance entry pointRainer Gerhards2011-07-201-1/+5
|
* milestone: size syntax implementedRainer Gerhards2011-07-191-9/+0
|
* milestone: glbl obj parameters settable via new conf interfaceRainer Gerhards2011-07-191-3/+16
|
* milestone: first steps at global() conf obj implementationRainer Gerhards2011-07-191-0/+5
| | | | | also, the foundation for accessing conf file params has been laid. Still more work to do...
* bugfix: misaddressing in config handlerRainer Gerhards2011-07-151-1/+1
| | | | | In theory, can cause segfault, in practice this is extremely unlikely Thanks to Marcin for alertig me.
* more cleanupRainer Gerhards2011-07-151-3/+3
|
* removed emergency config, do error reporting on fatal config file errorRainer Gerhards2011-07-121-85/+16
|
* more cleanup, working on emergency config systemRainer Gerhards2011-07-111-13/+54
|
* fixed lexer: facilities local0-local7 were not correctly handledRainer Gerhards2011-07-111-1/+2
|
* cleaup & emergency config system reactivatedRainer Gerhards2011-07-091-38/+18
|
* milestone/[PARTWORK]: integrated all variable types (msg/sys/cee)Rainer Gerhards2011-07-081-2/+97
|
* milestone/[PARTWORK]: implemented comparison operationsRainer Gerhards2011-07-081-3/+0
|
* milestone/[PARTWORK]: implemented "CONTAINS"Rainer Gerhards2011-07-081-1/+1
|
* milestone/[PARTWORK]: obtaining msg vars integrated, "==" works for stringsRainer Gerhards2011-07-071-2/+12
|
* milestone/[PARTWORK]: integrted script filter, but var access is missingRainer Gerhards2011-07-071-10/+10
|
* milestone:/[PARTWORK]: config is processed using new parser, except...Rainer Gerhards2011-07-061-15/+55
| | | | ... 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-061-0/+106
| | | | handled
* cleaned-up umask handlingRainer Gerhards2011-06-011-14/+17
|
* regression fix: config validation code affected by recent changesRainer Gerhards2011-05-301-5/+10
| | | | did not return with proper return value
* step: imtcp did not properly handle privilege dropRainer Gerhards2011-05-061-1/+1
|
* step: conf interface now natively supports priv dropRainer Gerhards2011-05-061-9/+41
|
* step: generalized new config interface for all module typesRainer Gerhards2011-05-061-16/+19
|
* step: imudp utilizes interim new input module interfaceRainer Gerhards2011-05-041-1/+7
|
* step: small improvements to input mod config plumbingRainer Gerhards2011-05-031-6/+10
|
* step: put plumbing in place for new input module config systemRainer Gerhards2011-05-031-16/+88
|
* step: action queues now activated only AFTER privilege dropRainer Gerhards2011-05-021-0/+1
|
* step: moved main message queue activation to after priv dropRainer Gerhards2011-04-271-0/+21
|