summaryrefslogtreecommitdiffstats
path: root/tools/pmrfc3164.c
Commit message (Collapse)AuthorAgeFilesLines
* improved support for --enable-debuglessRainer Gerhards2012-05-291-2/+2
| | | | Now it's probably time to prove the effect in practice...
* cleanup: removed unused but set parametersRainer Gerhards2012-04-231-2/+0
|
* Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-08-301-3/+1
| | | | | | Conflicts: ChangeLog tools/syslogd.c
* Added debug output into message parsers needed for bugtrackingAndre Lorbach2011-08-121-0/+2
| | | | Changed version to 5.8.5-pre1
* 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>
* fully integrated parser fixes from v4.6.0Rainer Gerhards2010-02-251-4/+12
| | | | | This also made necessary some parser test case updates. Acutally, the test case was wrong, but I did not notice that before.
* 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...