summaryrefslogtreecommitdiffstats
path: root/plugins/pmlastmsg
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>
* preparing for 5.5.6 releasev5.5.6Rainer Gerhards2010-07-211-1/+0
|
* added new parser modulesRainer Gerhards2010-07-132-0/+184
most importantly pmlastmsg, which handles the pathetic "last message repeated n times" messages that some syslogd's emit. Also some minor fixes, like wrong files names in make dist (for new files introduced after last release)