summaryrefslogtreecommitdiffstats
path: root/tools/pmrfc5424.c
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: removed unused but set parametersRainer Gerhards2012-04-231-2/+2
|
* renaming conf.* wasn't a good idea -- undoingRainer Gerhards2011-04-191-1/+1
| | | | | too many dependencies, things get cluttered (and merging probably gets problematic). Now new config will be "conf2".
* renamed conf.c to legacyconf.c to make room for new config systemRainer Gerhards2011-04-191-1/+1
|
* bugfix: RFC5424 parser confused by empty structured dataRainer Gerhards2011-03-221-2/+1
| | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=237
* added work-around for bug in gtls, which causes fd leak when using TLSBojan Smojver2011-02-231-0/+1
| | | | | | | | The capability has been added for module to specify that they do not like being unloaded. related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=222 Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* finalized parser module calling interfaceRainer Gerhards2009-11-041-0/+4
| | | | | looks like we are almost done and need only to add the ruleset parser-specific config options.
* moved rfc3164/5424 code to new parser modulesRainer Gerhards2009-11-041-0/+228
| | | | | | another milestone commit: the program works, the new interface is used, some more cleanup is needed and the per-ruleset config options are still missing. But we are getting closer...
* one step closer to dynamically loadable parsersRainer Gerhards2009-11-031-0/+9
| | | | | This is a milestone commit, which adds new code that breaks nothing, but also does not add any visible change. Just prep work...
* more cleanup and working towards a parser module calling interfaceRainer Gerhards2009-11-031-0/+88
I cleaned up a lot of config variable access along the way. This version compiles and runs, but does not yet offer any enhanced functionality. pmrfc5424 is just a dummy that is not yet being used.