Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | ||||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-16 | 2 | -2/+2 | |
|\| | ||||||
| * | require libestr 0.1.8, as there are bugs in previous versions that affect us | Rainer Gerhards | 2013-10-16 | 2 | -2/+2 | |
| | | ||||||
* | | nit: fixing 7.5.5 release datev7.5.5 | Rainer Gerhards | 2013-10-16 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-16 | 1 | -0/+1 | |
|\| | ||||||
| * | doc: add new helpful link to impstats doc | Rainer Gerhards | 2013-10-16 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'c10' | Rainer Gerhards | 2013-10-16 | 2 | -0/+90 | |
|\ \ | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/rsyslog_conf_modules.html | |||||
| * | | doc: linking between mmrfc5424addhmac resources | Rainer Gerhards | 2013-10-16 | 2 | -0/+8 | |
| | | | ||||||
| * | | Merge branch 'c10-neu' into c10 | Rainer Gerhards | 2013-10-16 | 1 | -87/+24 | |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: doc/mmrfc5424addhmac.html | |||||
| | * | | doc: describe mmrfc5424addhmac parameters | Rainer Gerhards | 2013-10-16 | 1 | -87/+17 | |
| | | | | ||||||
| * | | | doc: describe mmrfc5424addhmac log verification method | Rainer Gerhards | 2013-10-16 | 1 | -1/+27 | |
| |/ / | ||||||
| * | | doc: add base doc for mmrfc5424addhmac | Rainer Gerhards | 2013-10-15 | 1 | -0/+119 | |
| | | | | | | | | | | | | | | | while it probably is not of general interest, at least some rough facts are conveyed. | |||||
| * | | change version number to reflect custom branch | Rainer Gerhards | 2013-09-26 | 1 | -1/+1 | |
| | | | ||||||
* | | | turn off accidentally enabled make check debug mode | Rainer Gerhards | 2013-10-15 | 1 | -1/+1 | |
| | | | ||||||
* | | | bugfix: imfile did not properly initialize strm object ptr | Rainer Gerhards | 2013-10-15 | 5 | -4/+29 | |
| | | | | | | | | | | | | | | | | | | 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 message | Rainer Gerhards | 2013-10-15 | 1 | -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 files | Rainer Gerhards | 2013-10-14 | 2 | -26/+52 | |
| | | | ||||||
* | | | imfile: improve config file parameter validation | Rainer Gerhards | 2013-10-14 | 1 | -0/+66 | |
| | | | ||||||
* | | | cleanup: remove some code that stems back to the module sample code | Rainer Gerhards | 2013-10-14 | 1 | -30/+2 | |
| | | | ||||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-14 | 2 | -1/+13 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | bugfix: mmanon did not detect all IP addresses in rewrite mode | Rainer Gerhards | 2013-10-14 | 2 | -1/+8 | |
| | | | | | | | | | | | | | | | | | | | | | 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 |