summaryrefslogtreecommitdiffstats
path: root/runtime/rsconf.h
Commit message (Collapse)AuthorAgeFilesLines
* implemented freeCnf() module interface & fixed some mem leaksRainer Gerhards2012-06-251-1/+1
| | | | | | | | 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.
* cleaned-up umask handlingRainer Gerhards2011-06-011-0/+1
|
* step: small improvements to input mod config plumbingRainer Gerhards2011-05-031-0/+1
|
* step: put plumbing in place for new input module config systemRainer Gerhards2011-05-031-0/+3
|
* step: added config-specific module listRainer Gerhards2011-04-271-0/+6
|
* step: $ModLoad handler no longe requries conf objRainer Gerhards2011-04-271-0/+6
| | | | | re-doing the interface, global var "loadConf" now holds that data. Makes things simpler with legacy handler, as well as new functionality.
* step: outchannel list integrated into main config objectRainer Gerhards2011-04-261-0/+6
|
* step: config handler setting from syslogd.c moved to rsconf.cRainer Gerhards2011-04-211-1/+40
|
* step: begun to create a "load" interface in rsconfRainer Gerhards2011-04-211-1/+9
|
* step: slowly migrating config settings... ;)Rainer Gerhards2011-04-191-2/+36
|
* some more work was required on the ruleset modificationRainer Gerhards2011-04-191-0/+4
|
* milestone: ruleset now supports rsconf_tRainer Gerhards2011-04-191-0/+9
|
* milestone: conf obj interface now utilzes rsconf_tRainer Gerhards2011-04-191-0/+6
|
* milestone: templates are now in config objectRainer Gerhards2011-04-191-0/+59