summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v7-stable'Rainer Gerhards2013-07-041-2/+7
|\ | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * doc: mention imported build patch for CENTOS5Rainer Gerhards2013-07-041-0/+1
| |
| * Merge branch 'v7-stable-hidden' into v7-stableRainer Gerhards2013-07-043-4/+8
| |\
| | * prepare for 7.4.2 releaseRainer Gerhards2013-07-043-4/+8
| | |
| * | Added header in typedefs.h needed for building on ehel 5Andre Lorbach2013-07-041-0/+4
| |/
* | doc: add new omrelp parameter "windowSize"Rainer Gerhards2013-07-021-0/+13
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-07-021-3/+3
|\|
| * doc/imfile: re-do spelling correctionsRainer Gerhards2013-07-021-3/+3
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-07-020-0/+0
|\|
| * rollback html editor rewrite of imfileRainer Gerhards2013-07-021-165/+230
| |
* | doc: rollback html edit of imfile docRainer Gerhards2013-07-021-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 sizeRainer Gerhards2013-07-022-0/+9
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-07-022-1/+3
|\|
| * bugfix: double-free in omelasticsearchRainer Gerhards2013-07-022-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 sendsRainer Gerhards2013-06-292-1/+27
| |
* | cosmetic: remove compiler warningRainer Gerhards2013-06-291-1/+1
| |
* | [io]mrelp: improve error reportingRainer Gerhards2013-06-284-1/+23
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-273-230/+167
|\| | | | | | | | | Conflicts: doc/imfile.html
| * bugfix: in RFC5425 TLS, multiple wildcards in auth could cause segfaultRainer Gerhards2013-06-272-0/+2
| |
| * added "required" parameters, fixed conf snippet, bolded defaultsRadu Gheorghe2013-06-251-230/+165
| |
* | Added header in typedefs.h needed for building on ehel 5Andre Lorbach2013-06-271-0/+4
| |
* | doc: add recent contribution to ChangeLogRainer Gerhards2013-06-271-0/+5
| |
* | Spellcheck the html docs - doc/[a-n]*.htmlGeorgi Georgiev2013-06-2726-105/+105
| | | | | | | | Spotted a few typos, started fixing them... got tired around n
* | doc: clarify omprog legacy parametersRainer Gerhards2013-06-271-2/+3
| |
* | prepare for 7.5.1 releasev7.5.1Rainer Gerhards2013-06-262-2/+2
| |
* | require new librelp versionRainer Gerhards2013-06-262-2/+3
| |
* | doc: typo fixRainer Gerhards2013-06-262-2/+2
| |
* | bugfix: imptcp did not properly initialize compression status variableRainer Gerhards2013-06-262-0/+4
| | | | | | | | could lead to segfault if stream:always compression mode was selected
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-251-0/+1
|\|
| * bugfix: omrelp potential segfault at startup on invalid config parametersRainer Gerhards2013-06-252-1/+3
| | | | | | | | | | Conflicts: ChangeLog
* | bugfix: omrelp potential segfault at startup on invalid config parametersRainer Gerhards2013-06-252-1/+3
| |
* | imrelp: properly initialize certifcate parametersRainer Gerhards2013-06-251-0/+3
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-252-2/+11
|\|
| * lmsig_gt: remove no longer needed error messageRainer Gerhards2013-06-251-2/+0
| | | | | | | | This is now properly handled inside rsyslog core.
| * bugfix: lmsig_gt abort on invalid configuration parametersRisto Laanoja2013-06-252-2/+13
| | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=448
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-251-2/+0
|\|
| * imfile: remove redundant error mesageRainer Gerhards2013-06-251-2/+0
| |
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-252-0/+2
|\|
| * testbench: "prevent" memleaks due to raceRainer Gerhards2013-06-251-0/+1
| | | | | | | | | | | | | | | | | | | | imdiag may not have enough time to properly terminate when the shutdown request is made. Thus we give it a little headroom. Note that this does not address a real issue inside the code - at most, it looks like a memory leak, but one where the whole process is immediately destructed. However, it is an annouance for the testbench. Note that the race may still occur based on circumstances, but now is much less likely.
| * debug: add memleak info to "make distcheck"Rainer Gerhards2013-06-251-0/+1
| | | | | | | | | | do --enable-valgrind to get better diagnostics in case of memory leaks
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-2513-15/+22
|\|
| * build: fix issues on FreeBSDRainer Gerhards2013-06-253-3/+5
| | | | | | | | | | The last fix was incomplete. Thanks to Christiano for testing and suggestions.
| * doc: update ChangeLogRainer Gerhards2013-06-251-0/+2
| |
| * typo fix ("listner" vs. "listener")Michael Biebl2013-06-258-10/+10
| |
| * imtcp: permit parameter name with typo for backward compatibilityRainer Gerhards2013-06-251-1/+3
| |
| * imtcp: fix typo in config parameter nameMichael Biebl2013-06-251-2/+2
| |
| * bugfix: potential segfault on rsyslog termination in imudpRainer Gerhards2013-06-252-1/+2
| | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=456
* | Merge branch 'v7-stable'Rainer Gerhards2013-06-245-11/+15
|\|
| * bugfix: RainerScript object required parameters were not properly checkedRainer Gerhards2013-06-244-10/+14
| | | | | | | | this clould result to segfaults on startup if parameters were missing.
| * bugfix: omrelp "template" parameter is NOT requiredRainer Gerhards2013-06-241-1/+1
| |