Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | omlibdbi: improve debug reporting on Begin/EndTX | Rainer Gerhards | 2013-07-05 | 1 | -3/+9 | |
| | | | | | | ||||||
* | | | | | | doc: add CVE ID for omelasticsearch double-free | Rainer Gerhards | 2013-07-05 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-05 | 1 | -0/+1 | |
|\| | | | | | ||||||
| * | | | | | doc: add CVE ID for omelasticsearch double-freev7.4.2 | Rainer Gerhards | 2013-07-05 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | make use of new librelp generic error reporting facility | Rainer Gerhards | 2013-07-05 | 4 | -1/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This leads to more error messages being passed to the user and thus simplified troubleshooting. librelp 1.2.0 is now required | |||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-04 | 1 | -2/+1 | |
|\| | | | | | ||||||
| * | | | | | minor code reduction | Rainer Gerhards | 2013-07-04 | 1 | -2/+1 | |
| | | | | | | ||||||
* | | | | | | bugfix: very small memory leak in imrelp | Rainer Gerhards | 2013-07-04 | 2 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 3 | -3/+3 | |
| | | | | | | ||||||
* | | | | | | 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 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'v7-stable-hidden' into v7-stable | Rainer Gerhards | 2013-07-04 | 3 | -4/+8 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | prepare for 7.4.2 release | Rainer Gerhards | 2013-07-04 | 3 | -4/+8 | |
| | | | | | | | ||||||
| * | | | | | | Added header in typedefs.h needed for building on ehel 5 | Andre Lorbach | 2013-07-04 | 1 | -0/+4 | |
| |/ / / / / | ||||||
* | | | | | | doc: add new omrelp parameter "windowSize" | Rainer Gerhards | 2013-07-02 | 1 | -0/+13 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-02 | 1 | -3/+3 | |
|\| | | | | | ||||||
| * | | | | | doc/imfile: re-do spelling corrections | Rainer Gerhards | 2013-07-02 | 1 | -3/+3 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-02 | 0 | -0/+0 | |
|\| | | | | | ||||||
| * | | | | | rollback html editor rewrite of imfile | Rainer Gerhards | 2013-07-02 | 1 | -165/+230 | |
| | | | | | | ||||||
* | | | | | | doc: rollback html edit of imfile doc | Rainer Gerhards | 2013-07-02 | 1 | -165/+230 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The html editor did a total rewrite, which causes merges from older versions to fail miserably. | |||||
* | | | | | | omrelp: add "windowSize" parameter to set custom RELP window size | Rainer Gerhards | 2013-07-02 | 2 | -0/+9 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-02 | 2 | -1/+3 | |
|\| | | | | | |/ / / / |/| | | | | ||||||
| * | | | | bugfix: double-free in omelasticsearch | Rainer Gerhards | 2013-07-02 | 2 | -1/+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 | 2 | -1/+27 | |
| | | | | | ||||||
* | | | | | cosmetic: remove compiler warning | Rainer Gerhards | 2013-06-29 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | [io]mrelp: improve error reporting | Rainer Gerhards | 2013-06-28 | 4 | -1/+23 | |
| | | | | | ||||||
* | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-27 | 3 | -230/+167 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/imfile.html | |||||
| * | | | | bugfix: in RFC5425 TLS, multiple wildcards in auth could cause segfault | Rainer Gerhards | 2013-06-27 | 2 | -0/+2 | |
| | | | | | ||||||
| * | | | | added "required" parameters, fixed conf snippet, bolded defaults | Radu Gheorghe | 2013-06-25 | 1 | -230/+165 | |
| | | | | | ||||||
* | | | | | Added header in typedefs.h needed for building on ehel 5 | Andre Lorbach | 2013-06-27 | 1 | -0/+4 | |
| | | | | | ||||||
* | | | | | doc: add recent contribution to ChangeLog | Rainer Gerhards | 2013-06-27 | 1 | -0/+5 | |
| | | | | | ||||||
* | | | | | Spellcheck the html docs - doc/[a-n]*.html | Georgi Georgiev | 2013-06-27 | 26 | -105/+105 | |
| | | | | | | | | | | | | | | | | | | | | Spotted a few typos, started fixing them... got tired around n | |||||
* | | | | | doc: clarify omprog legacy parameters | Rainer Gerhards | 2013-06-27 | 1 | -2/+3 | |
| | | | | | ||||||
* | | | | | prepare for 7.5.1 releasev7.5.1 | Rainer Gerhards | 2013-06-26 | 2 | -2/+2 | |
| | | | | | ||||||
* | | | | | require new librelp version | Rainer Gerhards | 2013-06-26 | 2 | -2/+3 | |
| | | | | | ||||||
* | | | | | doc: typo fix | Rainer Gerhards | 2013-06-26 | 2 | -2/+2 | |
| | | | | | ||||||
* | | | | | bugfix: imptcp did not properly initialize compression status variable | Rainer Gerhards | 2013-06-26 | 2 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | 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 | 2 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | |||||
* | | | | | bugfix: omrelp potential segfault at startup on invalid config parameters | Rainer Gerhards | 2013-06-25 | 2 | -1/+3 | |
| | | | | | ||||||
* | | | | | imrelp: properly initialize certifcate parameters | Rainer Gerhards | 2013-06-25 | 1 | -0/+3 | |
| | | | | | ||||||
* | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-25 | 2 | -2/+11 | |
|\| | | | | ||||||
| * | | | | lmsig_gt: remove no longer needed error message | Rainer Gerhards | 2013-06-25 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | This is now properly handled inside rsyslog core. | |||||
| * | | | | bugfix: lmsig_gt abort on invalid configuration parameters | Risto Laanoja | 2013-06-25 | 2 | -2/+13 | |
| | | | | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=448 | |||||
* | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-06-25 | 1 | -2/+0 | |
|\| | | | | ||||||
| * | | | | imfile: remove redundant error mesage | Rainer Gerhards | 2013-06-25 | 1 | -2/+0 | |
| | | | | |