summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: mmpstrucdata generated inaccessible propertiesRainer Gerhards2013-11-211-2/+4
|
* Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-191-2/+2
|\ | | | | | | | | | | Conflicts: ChangeLog plugins/imuxsock/imuxsock.c
| * bugfix: imuxsock: UseSysTimeStamp config parameter did not work correctlyRainer Gerhards2013-11-151-3/+3
| | | | | | | | | | Thanks to Tomas Heinrich for alerting us and provinding a solution suggestion.
* | Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-151-1/+5
|\| | | | | | | | | Conflicts: ChangeLog
| * imuxsock: pass along missing legacy config variablesTomas Heinrich2013-11-151-1/+5
| | | | | | | | | | | | | | Not doing so caused that the system log socket was unaffected by these directives. bCreatePath is still not passed but currently, there's no placeholder for it.
| * omhiredis: fix memory leakPavel Levshin2013-11-081-3/+2
| |
* | omhiredis: fix memory leakPavel Levshin2013-11-081-3/+2
| |
* | omudpspoof: cleanup code that could never executeRainer Gerhards2013-11-061-5/+1
| |
* | ommysql cosmetic: change some historic namesRainer Gerhards2013-10-311-21/+21
| |
* | 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.
* | add module mmsequencePavel Levshin2013-10-162-0/+404
| |
* | Merge branch 'master-var-refactor' into tmpRainer Gerhards2013-10-161-6/+12
|\ \
| * \ Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-261-1/+4
| |\ \
| * \ \ Merge branch 'v7-stable-varfree' into master-var-refactorRainer Gerhards2013-10-251-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into master-var-refactorRainer Gerhards2013-10-241-4/+4
| |\ \ \ \
| * | | | | 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
| | | | | |
* | | | | | 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).
* | | | Make use of int64 json numbers, if availablePavel Levshin2013-10-261-1/+4
| | | |
* | | | Merge branch 'v7-stable'Rainer Gerhards2013-10-251-1/+1
|\| | | | |_|/ |/| |
| * | bugfix: memory leak in omhiredisPavel Levshin2013-10-251-1/+1
| | |
| * | remove compiler warningRainer Gerhards2013-10-181-2/+2
| | |
* | | 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
| |/ |/|
* | 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
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-10-161-3/+3
|\|
| * bugfix: omelasticsearch: failed.es counter was only maintained in bulk modeRainer Gerhards2013-10-161-3/+3
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-10-161-5/+16
|\| | | | | | | | | Conflicts: plugins/omelasticsearch/omelasticsearch.c
| * bugfix: omelasticsearch: did not correctly initialize stats countersRainer Gerhards2013-10-161-0/+3
| | | | | | | | | | | | | | | | This usually did not lead to any problems, because they are in static memory, which is initialized to zero by the OS when the plugin is loaded. But it may cause problems especially on systems that do not support atomic instructions - in this case the associated mutexes also did not get properly initialized.
| * omelasticsearch: add failed.httprequests stats counterRainer Gerhards2013-10-161-0/+5
| |
| * bugfix omelasticsearch: failed.http stats counter had incorrect countRainer Gerhards2013-10-161-5/+8
| |
* | bugfix: imfile did not properly initialize strm object ptrRainer Gerhards2013-10-151-0/+1
| | | | | | | | | | | | This did not cause any real issue, as with the current config system the zerod-out static memory actually was initialized. However, this posed problems after we moved to dynamic memory alloc.
* | mmutf8fix: compile problem & potential misadressing at end of messageRainer Gerhards2013-10-151-2/+3
| | | | | | | | | | | | | | | | this is a regression of a recently-done bugfix, which I unfortunately did not test correctly (accidently, compilation for this module was not enabled). Thanks to Risto Vaarandi for alerting me.
* | imfile: permit to monitor an unlimited number of filesRainer Gerhards2013-10-141-26/+51
| |
* | imfile: improve config file parameter validationRainer Gerhards2013-10-141-0/+66
| |
* | cleanup: remove some code that stems back to the module sample codeRainer Gerhards2013-10-141-30/+2
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-10-141-1/+2
|\|
| * bugfix: mmanon did not detect all IP addresses in rewrite modeRainer Gerhards2013-10-141-0/+2
| | | | | | | | | | | | | | The problem occured if two IPs were close to each other and the first one was shrunk. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=485 Thanks to micah-at-riseup.net for reporting this bug
| * bugfix: mmanon sometimes used invalid replacement char in simple modeRainer Gerhards2013-10-141-1/+0
| | | | | | | | | | | | | | | | depending on configuration sequence, the replacement character was set to 's' instead of the correct value. Most importantly, it was set to 's' if simple mode was selected and no replacement char set. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=484 Thanks to micah-at-riseup.net for reporting this bug
* | Merge branch 'c9'Rainer Gerhards2013-10-111-0/+10
|\ \ | | | | | | | | | | | | Conflicts: plugins/imptcp/imptcp.c
| * | imptcp: add "defaultTZ" input parameterRainer Gerhards2013-10-111-1/+11
| | |
* | | imudp: reduce resource usageRainer Gerhards2013-10-111-3/+10
| | | | | | | | | | | | we utilize the imudp main thread to act as a worker itself
* | | imudp: support for multiple receiver threads addedRainer Gerhards2013-10-111-21/+104
| | |