Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | bugfix: Segmentation fault on incorrect variable assignment | Pavel Levshin | 2013-10-24 | 1 | -0/+6 | |
| |/ / / | ||||||
* | | | | doc: update ChangeLog | Rainer Gerhards | 2013-10-24 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | bugfix: Segmentation fault on incorrect variable assignment | Pavel Levshin | 2013-10-24 | 1 | -0/+6 | |
| | | | | ||||||
* | | | | doc: add imuxsock fix to ChangeLog | Rainer Gerhards | 2013-10-24 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | imuxsock: add some clarifiying comments | Rainer Gerhards | 2013-10-24 | 1 | -2/+4 | |
| | | | | ||||||
* | | | | imuxsock: When syssock.use set to off, additional listeners cannot be created | Pavel Levshin | 2013-10-24 | 1 | -2/+0 | |
| | | | | ||||||
* | | | | re-enable global vars, but as an undocumented & unsupported feature | Rainer Gerhards | 2013-10-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | This is done as we may be able to preserve the syntax. | |||||
* | | | | remove global variable support | Rainer Gerhards | 2013-10-22 | 3 | -32/+16 | |
| |/ / |/| | | | | | | | | | | | | | | | | | | | | The original idea was not well thought out and global variables, as implemented, worked far different from what anybody would expect. As such, we consider the current approach as an experiment that did not work out and opt to removing it, clearing the way for a better future solution. Note: global vars were introduced in 7.5.3 on Sept, 11th 2013. | |||||
* | | | regression fix: global variable access did not work | Rainer Gerhards | 2013-10-21 | 1 | -2/+2 | |
| | | | ||||||
* | | | regression fix: global variables could not be accessed via script | Rainer Gerhards | 2013-10-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | cleanup: remove (no longer?) needed structure member | Rainer Gerhards | 2013-10-21 | 1 | -4/+0 | |
| | | | ||||||
* | | | doc: document impstats ruleset parameter | Rainer Gerhards | 2013-10-20 | 2 | -0/+3 | |
| | | | ||||||
* | | | impstats: initial shot at multi-ruleset support | Rainer Gerhards | 2013-10-19 | 1 | -1/+39 | |
| | | | ||||||
* | | | fix compiler warning | Rainer Gerhards | 2013-10-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | bugfix: imudp when using recvmmsg could report wrong sender IP | Rainer Gerhards | 2013-10-18 | 2 | -3/+6 | |
| | | | ||||||
* | | | cosmetic: remove compiler warnings | Rainer Gerhards | 2013-10-18 | 1 | -3/+0 | |
| | | | ||||||
* | | | bugfix: running imupd on multiple threads lead to segfault if recvmmsg is ↵ | Rainer Gerhards | 2013-10-18 | 2 | -34/+45 | |
| | | | | | | | | | | | | available | |||||
* | | | refactor config property filter decoding and fix some memleaks | Rainer Gerhards | 2013-10-18 | 1 | -15/+19 | |
| | | | | | | | | | | | | | | | all leaks are cosmetic, happen only once during startup and in error cases. Do not affect performance at all (but valgrind testing ;)). | |||||
* | | | fix cosmetic memleak when property filter is disabled | Rainer Gerhards | 2013-10-18 | 2 | -0/+3 | |
| | | | ||||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-18 | 2 | -2/+11 | |
|\| | | | | | | | | | | | | | | Conflicts: runtime/conf.c | |||||
| * | | bugfix: invalid property filter was not properly disabled in ruleset | Rainer Gerhards | 2013-10-18 | 3 | -2/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Note that this bugfix introduces a very slight memory leak, which is cosmetic, as it just holds data until termination that is no longer needed. It is just the part of the config that was invalid. We will "fix" this "issue" in the devel version first, as the fix is a bit too intrusive to do without hard need in the stable version. | |||||
* | | | refactor property-based filter decoding | Rainer Gerhards | 2013-10-18 | 3 | -105/+106 | |
| | | | | | | | | | | | | among others, provides *much* better error messages to user | |||||
* | | | slight optimizations: avoid unnecessary writes | Rainer Gerhards | 2013-10-18 | 1 | -2/+4 | |
| | | | | | | | | | | | | but this happens only during config load, so no real gain | |||||
* | | | doc: mention bugfix in ChangeLog | Rainer Gerhards | 2013-10-18 | 1 | -0/+3 | |
| | | | ||||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-18 | 1 | -0/+3 | |
|\| | | ||||||
| * | | doc: add last bugfix to ChangeLog | Rainer Gerhards | 2013-10-18 | 1 | -0/+3 | |
| | | | ||||||
| * | | bugfix: potential misadressing when trimming cstr's | Rainer Gerhards | 2013-10-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | include invalid property name in property filter error message | Rainer Gerhards | 2013-10-18 | 1 | -4/+4 | |
| | | | ||||||
* | | | remove obsolete function | Rainer Gerhards | 2013-10-18 | 2 | -21/+0 | |
| | | | ||||||
* | | | bugfix: potential misadressing when trimming cstr's | Rainer Gerhards | 2013-10-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-18 | 0 | -0/+0 | |
|\| | | | | | | | | | | | | | | Conflicts: runtime/libgcry.h | |||||
| * | | remove compiler warning | Rainer Gerhards | 2013-10-18 | 1 | -2/+2 | |
| | | | ||||||
| * | | add missing function prototype | Rainer Gerhards | 2013-10-18 | 1 | -0/+1 | |
| | | | ||||||
| * | | cosmetic: remove compiler warnings | Rainer Gerhards | 2013-10-18 | 1 | -3/+4 | |
| | | | ||||||
* | | | cosmetic: remove compiler warnings | Rainer Gerhards | 2013-10-18 | 1 | -3/+4 | |
| | | | ||||||
* | | | remove unused variables | Rainer Gerhards | 2013-10-18 | 1 | -2/+0 | |
| | | | ||||||
* | | | remove compiler warning | Rainer Gerhards | 2013-10-18 | 1 | -2/+2 | |
| | | | ||||||
* | | | remove no longer needed variable | Rainer Gerhards | 2013-10-18 | 1 | -1/+0 | |
| | | | ||||||
* | | | bugfix: omelasticsearch did not compile on platforms without atomic instructions | Rainer Gerhards | 2013-10-18 | 2 | -5/+7 | |
| | | | ||||||
* | | | doc: mention imported bugfix | Rainer Gerhards | 2013-10-18 | 1 | -0/+3 | |
| | | | ||||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-18 | 2 | -1/+5 | |
|\| | | ||||||
| * | | bugfix: segfault if re_extract() function was used and no match found | Rainer Gerhards | 2013-10-18 | 2 | -1/+5 | |
| | | | ||||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-17 | 1 | -2/+2 | |
|\| | | ||||||
| * | | doc: typo fix | Rainer Gerhards | 2013-10-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | thanks to Xuri Nagarin for alerting us | |||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-16 | 2 | -3/+4 | |
|\| | | ||||||
| * | | bugfix: omelasticsearch: failed.es counter was only maintained in bulk mode | Rainer Gerhards | 2013-10-16 | 2 | -3/+4 | |
| | | | ||||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-16 | 2 | -5/+24 | |
|\| | | | | | | | | | | | | | | Conflicts: plugins/omelasticsearch/omelasticsearch.c | |||||
| * | | bugfix: omelasticsearch: did not correctly initialize stats counters | Rainer Gerhards | 2013-10-16 | 2 | -1/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 counter | Rainer Gerhards | 2013-10-16 | 2 | -0/+7 | |
| | | | ||||||
| * | | bugfix omelasticsearch: failed.http stats counter had incorrect count | Rainer Gerhards | 2013-10-16 | 1 | -5/+8 | |
| | | |