Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | consistently use new message protocol type #define's | Rainer Gerhards | 2013-09-23 | 1 | -1/+1 |
| | |||||
* | milestone: added module config names | Rainer Gerhards | 2011-07-20 | 1 | -0/+1 |
| | |||||
* | renaming conf.* wasn't a good idea -- undoing | Rainer Gerhards | 2011-04-19 | 1 | -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 system | Rainer Gerhards | 2011-04-19 | 1 | -1/+1 |
| | |||||
* | added work-around for bug in gtls, which causes fd leak when using TLS | Bojan Smojver | 2011-02-23 | 1 | -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 issue | izotov | 2010-08-11 | 1 | -4/+6 |
| | |||||
* | minor bug fixes | Rainer Gerhards | 2010-08-05 | 1 | -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 specified | Rainer Gerhards | 2010-07-09 | 1 | -1/+1 |
| | | | | ... in the proper way for a non.builtin module. | ||||
* | added new pm3164sd parser module | Rainer Gerhards | 2010-07-07 | 1 | -0/+341 |
this permits to accept RFC5424 structured data from messages with RFC3164 header. This was compiled from existing modules by user izotov. |