summaryrefslogtreecommitdiffstats
path: root/plugins/pmrfc3164sd
Commit message (Collapse)AuthorAgeFilesLines
* milestone: added module config namesRainer Gerhards2011-07-201-0/+1
|
* 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
|
* 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>
* fixed some issueizotov2010-08-111-4/+6
|
* minor bug fixesRainer Gerhards2010-08-051-1/+1
| | | | | - doc for pmlastmsg and ruleset parsers were hard to read - pmrfc3164sd had wrong name
* fix: pmrfc3164 did not load because modInit was not specifiedRainer Gerhards2010-07-091-1/+1
| | | | ... in the proper way for a non.builtin module.
* added new pm3164sd parser moduleRainer Gerhards2010-07-072-0/+349
this permits to accept RFC5424 structured data from messages with RFC3164 header. This was compiled from existing modules by user izotov.