Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | milestone: queue object now has a param handler for new conf interface | Rainer Gerhards | 2011-07-22 | 1 | -1/+5 |
| | | | | ... and action queue defs use this new interface (but not yet the main queues) | ||||
* | milestone: all syntaxes for new config handler implemented | Rainer Gerhards | 2011-07-22 | 1 | -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 Gerhards | 2011-07-21 | 1 | -2/+6 |
| | |||||
* | milestone: omfile basically gets its parameters via the new system | Rainer Gerhards | 2011-07-21 | 1 | -0/+1 |
| | | | | | but not all syntax handlers are present (so it does not yet fully work). | ||||
* | fixing minor memory leaks | Rainer Gerhards | 2011-07-21 | 1 | -5/+5 |
| | |||||
* | milestone: done plumbing to call plugin create action instance entry point | Rainer Gerhards | 2011-07-20 | 1 | -1/+5 |
| | |||||
* | milestone: size syntax implemented | Rainer Gerhards | 2011-07-19 | 1 | -9/+0 |
| | |||||
* | milestone: glbl obj parameters settable via new conf interface | Rainer Gerhards | 2011-07-19 | 1 | -3/+16 |
| | |||||
* | milestone: first steps at global() conf obj implementation | Rainer Gerhards | 2011-07-19 | 1 | -0/+5 |
| | | | | | also, the foundation for accessing conf file params has been laid. Still more work to do... | ||||
* | bugfix: misaddressing in config handler | Rainer Gerhards | 2011-07-15 | 1 | -1/+1 |
| | | | | | In theory, can cause segfault, in practice this is extremely unlikely Thanks to Marcin for alertig me. | ||||
* | more cleanup | Rainer Gerhards | 2011-07-15 | 1 | -3/+3 |
| | |||||
* | removed emergency config, do error reporting on fatal config file error | Rainer Gerhards | 2011-07-12 | 1 | -85/+16 |
| | |||||
* | more cleanup, working on emergency config system | Rainer Gerhards | 2011-07-11 | 1 | -13/+54 |
| | |||||
* | fixed lexer: facilities local0-local7 were not correctly handled | Rainer Gerhards | 2011-07-11 | 1 | -1/+2 |
| | |||||
* | cleaup & emergency config system reactivated | Rainer Gerhards | 2011-07-09 | 1 | -38/+18 |
| | |||||
* | milestone/[PARTWORK]: integrated all variable types (msg/sys/cee) | Rainer Gerhards | 2011-07-08 | 1 | -2/+97 |
| | |||||
* | milestone/[PARTWORK]: implemented comparison operations | Rainer Gerhards | 2011-07-08 | 1 | -3/+0 |
| | |||||
* | milestone/[PARTWORK]: implemented "CONTAINS" | Rainer Gerhards | 2011-07-08 | 1 | -1/+1 |
| | |||||
* | milestone/[PARTWORK]: obtaining msg vars integrated, "==" works for strings | Rainer Gerhards | 2011-07-07 | 1 | -2/+12 |
| | |||||
* | milestone/[PARTWORK]: integrted script filter, but var access is missing | Rainer Gerhards | 2011-07-07 | 1 | -10/+10 |
| | |||||
* | milestone:/[PARTWORK]: config is processed using new parser, except... | Rainer Gerhards | 2011-07-06 | 1 | -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 Gerhards | 2011-07-06 | 1 | -0/+106 |
| | | | | handled | ||||
* | cleaned-up umask handling | Rainer Gerhards | 2011-06-01 | 1 | -14/+17 |
| | |||||
* | regression fix: config validation code affected by recent changes | Rainer Gerhards | 2011-05-30 | 1 | -5/+10 |
| | | | | did not return with proper return value | ||||
* | step: imtcp did not properly handle privilege drop | Rainer Gerhards | 2011-05-06 | 1 | -1/+1 |
| | |||||
* | step: conf interface now natively supports priv drop | Rainer Gerhards | 2011-05-06 | 1 | -9/+41 |
| | |||||
* | step: generalized new config interface for all module types | Rainer Gerhards | 2011-05-06 | 1 | -16/+19 |
| | |||||
* | step: imudp utilizes interim new input module interface | Rainer Gerhards | 2011-05-04 | 1 | -1/+7 |
| | |||||
* | step: small improvements to input mod config plumbing | Rainer Gerhards | 2011-05-03 | 1 | -6/+10 |
| | |||||
* | step: put plumbing in place for new input module config system | Rainer Gerhards | 2011-05-03 | 1 | -16/+88 |
| | |||||
* | step: action queues now activated only AFTER privilege drop | Rainer Gerhards | 2011-05-02 | 1 | -0/+1 |
| | |||||
* | step: moved main message queue activation to after priv drop | Rainer Gerhards | 2011-04-27 | 1 | -0/+21 |
| | |||||
* | minor: some better debug instrumentation | Rainer Gerhards | 2011-04-27 | 1 | -2/+4 |
| | |||||
* | step: config-specific module list used during config processing | Rainer Gerhards | 2011-04-27 | 1 | -12/+8 |
| | |||||
* | step: added config-specific module list | Rainer Gerhards | 2011-04-27 | 1 | -22/+43 |
| | |||||
* | step: $ModLoad handler no longe requries conf obj | Rainer Gerhards | 2011-04-27 | 1 | -13/+3 |
| | | | | | re-doing the interface, global var "loadConf" now holds that data. Makes things simpler with legacy handler, as well as new functionality. | ||||
* | step: shuffled module-related code from syslogd.c to rsconf.c | Rainer Gerhards | 2011-04-27 | 1 | -0/+173 |
| | | | | ... plus some minor cleanup/code shuffle | ||||
* | step: outchannel list integrated into main config object | Rainer Gerhards | 2011-04-26 | 1 | -0/+4 |
| | |||||
* | step: moved config validation code | Rainer Gerhards | 2011-04-26 | 1 | -9/+33 |
| | |||||
* | shuffled even more config code from syslgod to config handler | Rainer Gerhards | 2011-04-26 | 1 | -1/+113 |
| | |||||
* | step: config handler setting from syslogd.c moved to rsconf.c | Rainer Gerhards | 2011-04-21 | 1 | -2/+384 |
| | |||||
* | step: begun to create a "load" interface in rsconf | Rainer Gerhards | 2011-04-21 | 1 | -1/+128 |
| | |||||
* | step: slowly migrating config settings... ;) | Rainer Gerhards | 2011-04-19 | 1 | -1/+34 |
| | |||||
* | milestone: ruleset now supports rsconf_t | Rainer Gerhards | 2011-04-19 | 1 | -3/+9 |
| | |||||
* | milestone: templates are now in config object | Rainer Gerhards | 2011-04-19 | 1 | -0/+112 |