summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* mmutf8fix: support v8 omod interfaceRainer Gerhards2013-11-111-3/+18
|
* omsnmp: support omod v8 interfaceRainer Gerhards2013-11-111-33/+48
|
* mmanon: adjust to recent omod interface changesRainer Gerhards2013-11-101-2/+1
|
* mmnormalize: convert to v8 omod interfaceRainer Gerhards2013-11-091-3/+18
|
* Merge branch 'master' into master-ruleengRainer Gerhards2013-11-081-3/+2
|\
| * omhiredis: fix memory leakPavel Levshin2013-11-081-3/+2
| |
* | Merge branch 'master' into master-ruleengRainer Gerhards2013-11-061-5/+1
|\|
| * omudpspoof: cleanup code that could never executeRainer Gerhards2013-11-061-5/+1
| |
| * ommysql cosmetic: change some historic namesRainer Gerhards2013-10-311-21/+21
| |
* | omtesting: support v8 omod interfaceRainer Gerhards2013-11-011-1/+12
| |
* | omjournal: support v8 omod interfaceRainer Gerhards2013-11-011-0/+15
| |
* | omstdout: support v8 omod interfaceRainer Gerhards2013-11-011-3/+18
| |
* | ommysql cosmetic: change some historic namesRainer Gerhards2013-10-311-36/+36
| |
* | omruleset: make work with v8 omod interfaceRainer Gerhards2013-10-311-3/+14
| |
* | remove pData emulation from v8 omod interfaceRainer Gerhards2013-10-311-0/+2
| | | | | | | | | | breaks compilation of not converted modules - but these won't work anyways. So better change this now.
* | ommysql: add support for v8 output module interfaceRainer Gerhards2013-10-311-53/+61
| |
* | Merge branch 'master' into master-ruleengRainer Gerhards2013-10-311-8/+0
|\|
| * bugfix: ommysql lost configfile/section parameters after first closeRainer Gerhards2013-10-311-8/+0
| | | | | | | | | | This means that when a connection was broken, it was probably re-instantiated with different parameters than configured.
* | fix v8 output interface transaction begin handlingRainer Gerhards2013-10-311-4/+6
| |
* | dev doc: add some info on how to access ES for testingRainer Gerhards2013-10-301-0/+4
| |
* | remove pData from tryResume callbackRainer Gerhards2013-10-301-2/+2
| |
* | omelasticsearch: upgrade to v8 ouptut module interfaceRainer Gerhards2013-10-301-98/+120
| | | | | | | | Note that this code here has NOT yet been tested.
* | impstats: cleanupRainer Gerhards2013-10-291-2/+0
| |
* | Merge branch 'master' into master-ruleengRainer Gerhards2013-10-292-0/+404
|\|
| * add module mmsequencePavel Levshin2013-10-162-0/+404
| |
| * Merge branch 'master-var-refactor' into tmpRainer Gerhards2013-10-161-6/+12
| |\
* | | add freeWrkrInstance to output module interfaceRainer Gerhards2013-10-291-0/+5
| | |
* | | mmanon: update to new output module interface (partial)Rainer Gerhards2013-10-281-0/+10
| | |
* | | Merge branch 'master' into master-ruleengRainer Gerhards2013-10-281-2/+2
|\| |
| * | Merge branch 'v7-stable'Rainer Gerhards2013-10-281-2/+2
| |\ \
| | * | bugfix: imtcp flowControl parameter incorrectly defaulted to "off"Rainer Gerhards2013-10-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This could cause message loss on systems under heavy load and was a change-of-behaviour to previous version. This is a regression most probably introduced in 5.9.0 (but did not try hard to find the exact point of its introduction).
* | | | milestone: make default modules compile again (but they do NOT work!)Rainer Gerhards2013-10-272-1/+8
| |_|/ |/| |
* | | Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-261-1/+4
|\| |
| * | Make use of int64 json numbers, if availablePavel Levshin2013-10-261-1/+4
| | |
| * | Merge branch 'v7-stable'Rainer Gerhards2013-10-251-1/+1
| |\|
* | | Merge branch 'v7-stable-varfree' into master-var-refactorRainer Gerhards2013-10-251-1/+1
|\ \ \ | | |/ | |/|
| * | bugfix: memory leak in omhiredisPavel Levshin2013-10-251-1/+1
| | |
| * | remove compiler warningRainer Gerhards2013-10-181-2/+2
| | |
* | | Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-241-4/+4
|\ \ \ | | |/ | |/|
| * | imuxsock: add some clarifiying commentsRainer Gerhards2013-10-241-2/+4
| | |
| * | imuxsock: When syssock.use set to off, additional listeners cannot be createdPavel Levshin2013-10-241-2/+0
| | |
* | | refactor: use common code for message property description processingRainer Gerhards2013-10-221-6/+12
| | | | | | | | | | | | in all cases except script var access -- this comes next...
* | | work a bit toward string handling unificationRainer Gerhards2013-10-211-5/+5
|/ /
* | impstats: initial shot at multi-ruleset supportRainer Gerhards2013-10-191-1/+39
| |
* | bugfix: imudp when using recvmmsg could report wrong sender IPRainer Gerhards2013-10-181-3/+5
| |
* | cosmetic: remove compiler warningsRainer Gerhards2013-10-181-3/+0
| |
* | bugfix: running imupd on multiple threads lead to segfault if recvmmsg is ↵Rainer Gerhards2013-10-181-34/+43
| | | | | | | | available
* | remove compiler warningRainer Gerhards2013-10-181-2/+2
| |
* | remove no longer needed variableRainer Gerhards2013-10-181-1/+0
| |
* | bugfix: omelasticsearch did not compile on platforms without atomic instructionsRainer Gerhards2013-10-181-5/+5
| |