Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | make use of new librelp generic error reporting facility | Rainer Gerhards | 2013-07-05 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This leads to more error messages being passed to the user and thus simplified troubleshooting. librelp 1.2.0 is now required | |||||
* | | | | | | | bugfix: very small memory leak in imrelp | Rainer Gerhards | 2013-07-04 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more or less cosmetic, a single memory block was not freed, but this only happens immediately before termination (when the OS automatically frees all memory). Still an annoyance e.g. in valgrind. | |||||
* | | | | | | | doc: mention that omelasticsearch bug requires custom config to be triggered | Rainer Gerhards | 2013-07-04 | 1 | -0/+4 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-04 | 1 | -0/+4 | |
|\| | | | | | | ||||||
| * | | | | | | doc: mention that omelasticsearch bug requires custom config to be triggered | Rainer Gerhards | 2013-07-04 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This means the majority of users is not affected at all. | |||||
* | | | | | | | doc: mention omelasticsearch bugfix in 7.5.2 changelog | Rainer Gerhards | 2013-07-04 | 1 | -0/+7 | |
| | | | | | | | ||||||
* | | | | | | | prepare for 7.5.2 | Rainer Gerhards | 2013-07-04 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-04 | 1 | -2/+7 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | |||||
| * | | | | | | doc: mention imported build patch for CENTOS5 | Rainer Gerhards | 2013-07-04 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | prepare for 7.4.2 release | Rainer Gerhards | 2013-07-04 | 1 | -2/+6 | |
| | | | | | | | ||||||
* | | | | | | | omrelp: add "windowSize" parameter to set custom RELP window size | Rainer Gerhards | 2013-07-02 | 1 | -0/+1 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-02 | 1 | -0/+3 | |
|\| | | | | | | ||||||
| * | | | | | | bugfix: double-free in omelasticsearch | Rainer Gerhards | 2013-07-02 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=461 Thanks to Marius Ionescu for providing a detailled bug report | |||||
* | | | | | | | omrelp: use transactional mode to make imrelp emit bulk sends | Rainer Gerhards | 2013-06-29 | 1 | -1/+2 | |
| | | | | | | | ||||||
* | | | | | | | [io]mrelp: improve error reporting | Rainer Gerhards | 2013-06-28 | 1 | -0/+2 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-27 | 1 | -0/+1 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/imfile.html | |||||
| * | | | | | | bugfix: in RFC5425 TLS, multiple wildcards in auth could cause segfault | Rainer Gerhards | 2013-06-27 | 1 | -0/+1 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | doc: add recent contribution to ChangeLog | Rainer Gerhards | 2013-06-27 | 1 | -0/+5 | |
| | | | | | | ||||||
* | | | | | | require new librelp version | Rainer Gerhards | 2013-06-26 | 1 | -1/+2 | |
| | | | | | | ||||||
* | | | | | | bugfix: imptcp did not properly initialize compression status variable | Rainer Gerhards | 2013-06-26 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | could lead to segfault if stream:always compression mode was selected | |||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-25 | 1 | -0/+1 | |
|\| | | | | | ||||||
| * | | | | | bugfix: omrelp potential segfault at startup on invalid config parameters | Rainer Gerhards | 2013-06-25 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | |||||
* | | | | | | bugfix: omrelp potential segfault at startup on invalid config parameters | Rainer Gerhards | 2013-06-25 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-25 | 1 | -0/+3 | |
|\| | | | | | ||||||
| * | | | | | bugfix: lmsig_gt abort on invalid configuration parameters | Risto Laanoja | 2013-06-25 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=448 | |||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-25 | 1 | -0/+4 | |
|\| | | | | | ||||||
| * | | | | | doc: update ChangeLog | Rainer Gerhards | 2013-06-25 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | bugfix: potential segfault on rsyslog termination in imudp | Rainer Gerhards | 2013-06-25 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=456 | |||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-24 | 1 | -0/+3 | |
|\| | | | | | ||||||
| * | | | | | bugfix: RainerScript object required parameters were not properly checked | Rainer Gerhards | 2013-06-24 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | this clould result to segfaults on startup if parameters were missing. | |||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-24 | 1 | -1/+8 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | |||||
| * | | | | | $uptime property: fix mem leak and build problems on FreeBSD | Rainer Gerhards | 2013-06-24 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | impstats: solve build problem on FreeBSD | Rainer Gerhards | 2013-06-24 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=458 | |||||
* | | | | | | mmfields: add "jsonRoot" parameter | Rainer Gerhards | 2013-06-24 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | doc: add omprog improvement to ChangeLog | Rainer Gerhards | 2013-06-19 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | imrelp: support for setting permitted peers (client authentication) added | Rainer Gerhards | 2013-06-18 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | imrelp: add support for impstats | Rainer Gerhards | 2013-06-18 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-17 | 1 | -1/+2 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | |||||
| * | | | | | prepare for 7.4.1 releasev7.4.1 | Rainer Gerhards | 2013-06-17 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-15 | 1 | -0/+9 | |
|\| | | | | | ||||||
| * | | | | | imjournal: add ratelimiting capability | Rainer Gerhards | 2013-06-15 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original imjournal code did not support ratelimiting at all. We now have our own ratelimiter. This can mitigate against journal database corruption, when the journal re-sends old data. This is a current bug in systemd journal, but we won't outrule this to happen in the future again. So it is better to have a safeguard in place. By default, we permit 20,000 messages witin 10 minutes. This may be a bit restrictive, but given the risk potential it seems reasonable. Users requiring larger traffic flows can always adjust the value. | |||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-15 | 1 | -0/+1 | |
|\| | | | | | ||||||
| * | | | | | doc: mention contributed patch in ChangeLog | Rainer Gerhards | 2013-06-14 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | omrelp: add capability to directly specify GnuTLS priority string | Rainer Gerhards | 2013-06-12 | 1 | -0/+5 | |
| | | | | | | ||||||
* | | | | | | imrelp: new parameter "compression.dhbits" | Rainer Gerhards | 2013-06-12 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which controls the number of bits being used for Diffie-Hellman key generation | |||||
* | | | | | | add BSD-specific syslog facilities | Rainer Gerhards | 2013-06-12 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * "console" * "bsd_security" - this is called "security" under BSD, but that name was unfortunately already taken by some standard facility. So I | |||||
* | | | | | | doc: add new feature to ChangeLog | Rainer Gerhards | 2013-06-12 | 1 | -0/+3 | |
| | | | | | | ||||||
* | | | | | | prepare 7.5.0 releasev7.5.0 | Rainer Gerhards | 2013-06-11 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-10 | 1 | -0/+9 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | |||||
| * | | | | | doc: add contributed patches to ChangeLog | Rainer Gerhards | 2013-06-10 | 1 | -0/+4 | |
| | | | | | |