Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | preparing for 5.9.0v5.9.0 | Rainer Gerhards | 2011-06-10 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | imfile: added $InputFileMaxLinesAtOnce directive | Rainer Gerhards | 2011-05-24 | 1 | -0/+1 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'beta' | Rainer Gerhards | 2011-06-21 | 11 | -46/+136 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/Makefile.am tests/manytcp-too-few-tls.sh | |||||
| * | | | | | | Merge branch 'v5-stable' into beta | Rainer Gerhards | 2011-06-21 | 11 | -47/+138 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/diag.sh tests/sndrcv_drvr.sh | |||||
| | * | | | | | bugfix: mutex was invalidly left unlocked during action processingv5.8.2 | Rainer Gerhards | 2011-06-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At least one case where this can occur is during thread shutdown, which may be initiated by lower activity. In most cases, this is quite unlikely to happen. However, if it does, data structures may be corrupted which could lead to fatal failure and segfault. I detected this via a testbench test, not a user report. But I assume that some users may have had unreproducable aborts that were cause by this bug. | |||||
| | * | | | | | preparing for 5.8.2 | Rainer Gerhards | 2011-06-21 | 1 | -1/+2 | |
| | | | | | | | ||||||
| | * | | | | | testbench: added new tests for failover cases | Rainer Gerhards | 2011-06-20 | 10 | -52/+130 | |
| | | |_|/ / | | |/| | | | ||||||
| | * | | | | failover problem was not totally solved, now (hopefully ;)) | Rainer Gerhards | 2011-06-16 | 1 | -1/+5 | |
| | | |/ / | | |/| | | | | | | | | | | | | I overlooked a border case, which came up on a larger testbench run. | |||||
| * | | | | Merge branch 'v5-stable' into beta | Rainer Gerhards | 2011-06-14 | 3 | -0/+40 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/nsd_gtls.c tcpsrv.c tests/Makefile.am | |||||
| | * | | | backporting TLS-based test | Rainer Gerhards | 2011-06-14 | 3 | -0/+43 | |
| | | | | | ||||||
| | * | | | backported current tcpflood testing tool | Rainer Gerhards | 2011-06-14 | 2 | -55/+557 | |
| | |/ / | | | | | | | | | | | | | so that we can improve v5's testbench as well | |||||
* | | | | bugfix: memory leak in imtcp & subsystems under some circumstances | Rainer Gerhards | 2011-06-10 | 3 | -0/+38 | |
| | | | | | | | | | | | | | | | | | | | | This leak is tied to error conditions which lead to incorrect cleanup of some data structures. | |||||
* | | | | added some more tls-based tests to testbench | Rainer Gerhards | 2011-06-10 | 4 | -1/+54 | |
| | | | | ||||||
* | | | | fixed broken testbench | Rainer Gerhards | 2011-05-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | actually, this test was missing the module path all the time, but we didn't notice it because previously no module needed to be loaded. | |||||
* | | | | regression fix: config validation code affected by recent changes | Rainer Gerhards | 2011-05-30 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | did not return with proper return value | |||||
* | | | | Merge branch 'beta' | Rainer Gerhards | 2011-05-21 | 2 | -0/+9 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog plugins/imrelp/imrelp.c | |||||
| * | | | preparing for 6.1.8 releasev6.1.8 | Rainer Gerhards | 2011-05-21 | 1 | -0/+6 | |
| | | | | ||||||
| * | | | Merge branch 'v5-stable' into beta | Rainer Gerhards | 2011-05-20 | 1 | -0/+3 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html doc/rsyslog_conf_modules.html plugins/imrelp/imrelp.c | |||||
| | * | | minor: made diagtalker output more clear | Rainer Gerhards | 2011-05-11 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | prevents confusion during testbench run | |||||
* | | | | temporarily changed testbench to cover ongoing config changes | Rainer Gerhards | 2011-04-26 | 2 | -2/+2 | |
| | | | | ||||||
* | | | | step: config handler setting from syslogd.c moved to rsconf.c | Rainer Gerhards | 2011-04-21 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | milestone: conf obj interface now utilzes rsconf_t | Rainer Gerhards | 2011-04-19 | 2 | -0/+2 | |
|/ / / | ||||||
* | | | Merge branch 'v5-devel' | Rainer Gerhards | 2011-04-12 | 1 | -0/+5 | |
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html plugins/imtcp/imtcp.c | |||||
| * | | testbench sent a big bunch of error messages to console - supporessed | Rainer Gerhards | 2011-04-12 | 1 | -0/+5 | |
| | | | ||||||
* | | | added one more testcase for sending TCP/TLS syslog | Rainer Gerhards | 2011-04-04 | 5 | -2/+54 | |
| | | | ||||||
* | | | activated TLS send/receive test in testbench | Rainer Gerhards | 2011-04-04 | 2 | -10/+4 | |
| | | | | | | | | | | | | | | | This was possible because in v6 we do no longer have the TLS startup delay. | |||||
* | | | Merge branch 'v5-devel' | Rainer Gerhards | 2011-03-31 | 23 | -10/+377 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html doc/rsyslog_conf.html runtime/msg.c runtime/rsyslog.h template.c | |||||
| * | | improved testbench, updated ChangeLog to reflect recent bugfix | Rainer Gerhards | 2011-03-31 | 2 | -10/+38 | |
| | | | | | | | | | | | | | | | | | | After trying out some more things with the new code (after last bugfix), I now think that the bugfix is OK to use and without regressions. | |||||
| * | | fixed problem in testbench & added new test (not yet integrated) | Rainer Gerhards | 2011-03-30 | 6 | -5/+139 | |
| | | | | | | | | | | | | | | | The test is a setup scenario for this bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=241 | |||||
| * | | testbench samples incorrect, correctedv5.7.10 | Rainer Gerhards | 2011-03-29 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | this was due to the old RFC5424 parser being considered correct, what it was not. As such, the samples generated from it were incorrect as well. Now with the corrected parsers, the tests failed. | |||||
| * | | added some more valgrind-based tests | Rainer Gerhards | 2011-03-16 | 5 | -0/+74 | |
| | | | ||||||
| * | | Merge branch 'v5-stable' into v5-beta | Rainer Gerhards | 2011-03-16 | 12 | -3/+134 | |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am | |||||
| | * | | fixed a regression of last patch and some cleanup | Rainer Gerhards | 2011-03-16 | 4 | -1/+32 | |
| | | | | ||||||
| | * | | bugfix: failover did not work correctly if repeated msg reduction was on | Rainer Gerhards | 2011-03-16 | 10 | -1/+101 | |
| | | | | | | | | | | | | | | | | affected directive was: $ActionExecOnlyWhenPreviousIsSuspended on | |||||
* | | | | fixed double-free regerssion, probably caused by last merge | Rainer Gerhards | 2011-03-14 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge branch 'v5-devel' | Rainer Gerhards | 2011-03-14 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/diag.sh | |||||
| * | | | | testbench bugfix: work file was left over | Rainer Gerhards | 2011-03-14 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | testbench bugfix: tls test failed during make distcheck... | Rainer Gerhards | 2011-03-11 | 5 | -6/+10 | |
| | | | | | | | | | | | | | | | | ... due to wrong path the certificate files | |||||
* | | | | Merge branch 'v5-beta' | Rainer Gerhards | 2011-03-11 | 8 | -4/+85 | |
|\| | | | ||||||
| * | | | added one more test for imfile (under valgrind) | Rainer Gerhards | 2011-03-11 | 2 | -0/+19 | |
| | | | | ||||||
| * | | | Merge branch 'v5-stable' into v5-beta | Rainer Gerhards | 2011-03-11 | 7 | -4/+66 | |
| |\| | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am | |||||
| | * | | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2011-03-11 | 7 | -4/+66 | |
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/Makefile.am tests/diag.sh tests/tcpflood.c | |||||
| | | * | added new test for imfile to testbench | Rainer Gerhards | 2011-03-11 | 6 | -4/+62 | |
| | | | | ||||||
| | | * | improved tcpflood test tool to support many more connections | Rainer Gerhards | 2011-03-10 | 1 | -0/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | even on platforms that place a low limit on the number of file descriptors per processes. The tool now increases the fd limit as required. | |||||
* | | | | Merge branch 'v5-beta' | Rainer Gerhards | 2011-03-11 | 26 | -6/+370 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/omlibdbi/omlibdbi.c tests/Makefile.am tests/diag.sh | |||||
| * | | | bugfix: minor memory leak in omlibdbi (< 1k per instance and run) | Rainer Gerhards | 2011-03-10 | 6 | -0/+74 | |
| | | | | | | | | | | | | | | | | | | | | also testbench improvement (omlibdbi now also receives a couple of tests if we have a life MySQL server). | |||||
| * | | | fixed problem in testbench Makefile, added module to distcheck | Rainer Gerhards | 2011-03-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Thanks to Michael Biebl for mentioning that some modules were not included in make distcheck. | |||||
| * | | | fixed problems in testbench makefile (just introduced...) | Rainer Gerhards | 2011-03-09 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | added MySQL life tests for ommysql | Rainer Gerhards | 2011-03-09 | 10 | -1/+87 | |
| | | | | | | | | | | | | | | | | | | | | tests run against a life database instance which must be setup in a specific way. | |||||
| * | | | improved testbench | Rainer Gerhards | 2011-03-09 | 4 | -0/+43 | |
| | | | |