Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testbench: bug fix & enhance $IncludeConfig tests | Rainer Gerhards | 2012-11-20 | 10 | -10/+8 |
| | | | | The bug fixes actually fixes a bug inside the *testbench* itself. | ||||
* | improve $IncludeConfig error messages | Rainer Gerhards | 2012-11-20 | 2 | -0/+24 |
| | |||||
* | prepare 7.2.2 releasev7.2.2 | Rainer Gerhards | 2012-11-16 | 1 | -2/+2 |
| | |||||
* | Merge branch 'v6-stable' into v7-stable | Rainer Gerhards | 2012-11-09 | 9 | -2/+62 |
|\ | | | | | | | | | Conflicts: tests/Makefile.am | ||||
| * | bugfix: $IncludeConfig did not correctly process directories | Rainer Gerhards | 2012-11-09 | 9 | -2/+62 |
| | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=376 The testbench was also enhanced to check for these cases. Thanks to Georgi Georgiev for the bug report. Also minor bugfix: no error msg on unreadable $IncludeConfig path | ||||
| * | preparing for 6.6.0v6.6.0 | Rainer Gerhards | 2012-10-22 | 1 | -2/+2 |
| | | |||||
* | | bugfix: omfwd did not properly support "template" parameter | Rainer Gerhards | 2012-10-30 | 4 | -1/+102 |
| | | | | | | | | | | We also added a testbench test to check for this in the future. That in turn required new testbench tools. | ||||
* | | testbench: complex1.sh testcase failed on slower machines | Rainer Gerhards | 2012-10-29 | 1 | -0/+5 |
| | | | | | | | | ... due to too small timeout for enqueue processing --> messages got lost | ||||
* | | testbench: add test for ruleset() and call statements | Rainer Gerhards | 2012-10-29 | 3 | -0/+38 |
| | | |||||
* | | testbench: -c option no longer exists | Rainer Gerhards | 2012-10-22 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'v6-devel' | Rainer Gerhards | 2012-10-02 | 1 | -1/+1 |
|\| | |||||
| * | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-10-02 | 1 | -2/+2 |
| |\ | |||||
| | * | minor: disable debug support in complex1.sh test | Rainer Gerhards | 2012-10-02 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-10-02 | 2 | -3/+3 |
| |\| | |||||
| | * | cleanup | Rainer Gerhards | 2012-10-02 | 1 | -1/+1 |
| | | | |||||
| | * | bugfix: fixed wrong bufferlength for snprintf in tcpflood.c | Andre Lorbach | 2012-09-28 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | The problem occured when using the -f (dynafiles) option, and caused some tests to fail. | ||||
| * | | testbench: do not run tests requiring root privs if non-root | Rainer Gerhards | 2012-09-20 | 2 | -0/+8 |
| | | | |||||
* | | | Implement script optimization IF -> PRIFILT | Rainer Gerhards | 2012-09-21 | 3 | -0/+28 |
| | | | |||||
* | | | Implement RainerScript prifield() function | Rainer Gerhards | 2012-09-20 | 3 | -0/+26 |
| | | | |||||
* | | | Add new tests to testbench | Rainer Gerhards | 2012-09-20 | 5 | -0/+63 |
| | | | |||||
* | | | Implement RainerScript field() function | Rainer Gerhards | 2012-09-20 | 3 | -0/+27 |
| | | | |||||
* | | | Merge branch 'v6-devel' | Rainer Gerhards | 2012-09-20 | 2 | -0/+8 |
|\ \ \ | |||||
| * | | | testbench: do not run tests requiring root privs if non-root | Rainer Gerhards | 2012-09-20 | 2 | -0/+8 |
| |/ / | |||||
* | | | bugfix: small memory leak in imdiag | Rainer Gerhards | 2012-09-19 | 3 | -0/+26 |
| | | | | | | | | | | | | | | | This does not have any practical problems associated with it, EXCECPT that it caused almost all valgrind testbench tests to fail. | ||||
* | | | Add CEE test to testbench | Rainer Gerhards | 2012-09-19 | 3 | -0/+22 |
|/ / | |||||
* | | Fix new testbench test | Rainer Gerhards | 2012-09-14 | 1 | -1/+1 |
| | | |||||
* | | Add test for script-based contains filter to testbench | Rainer Gerhards | 2012-09-14 | 3 | -0/+20 |
| | | |||||
* | | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-08-25 | 1 | -1/+3 |
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog action.c configure.ac doc/manual.html runtime/ruleset.c template.h threads.c tools/syslogd.c | ||||
| * | preparing for 5.10.0 releasev5.10.0 | Rainer Gerhards | 2012-08-22 | 1 | -1/+3 |
| | | |||||
* | | Skip tests that require root if euid != 0 | Miloslav Trmač | 2012-05-31 | 4 | -0/+12 |
| | | | | | | | | | | | | This will mark them as SKIPPED instead of FAILED, making it at least in theory possible to get 0 FAILED tests even when running as an unprivileged user. | ||||
* | | Don't run valgrind tests if imdiag is not enabled | Miloslav Trmač | 2012-05-31 | 1 | -2/+2 |
| | | | | | | | | Valgrind tests depend on imdiag as well. | ||||
* | | Merge branch 'v5-beta' | Rainer Gerhards | 2012-05-10 | 1 | -2/+2 |
|\| | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * | Merge branch 'v5-stable' into v5-beta | Rainer Gerhards | 2012-05-10 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | bugfix/tcpflood: sending small test files did not work correctly | Rainer Gerhards | 2012-05-10 | 1 | -2/+2 |
| | | | |||||
* | | | bugfix: abort during startup when rsyslog.conf v6+ format was used in a ↵ | Rainer Gerhards | 2012-02-02 | 3 | -4/+7 |
| | | | | | | | | | | | | certain way | ||||
* | | | ommysql: added support for v6 config format | Rainer Gerhards | 2012-02-02 | 2 | -0/+20 |
| | | | |||||
* | | | Merge branch 'v5-devel' | Rainer Gerhards | 2011-10-21 | 1 | -1/+5 |
|\| | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| * | | removed dependency on gcrypt for recently-enough GnuTLS | Rainer Gerhards | 2011-10-17 | 1 | -1/+5 |
| | | | | | | | | | | | | see: http://bugzilla.adiscon.com/show_bug.cgi?id=289 | ||||
| * | | Merge branch 'v5-stable' into v5-devel | Rainer Gerhards | 2011-10-17 | 1 | -2/+3 |
| |\| | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
* | | | Merge branch 'beta' | Rainer Gerhards | 2011-10-17 | 1 | -2/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| * \ \ | Merge branch 'v5-stable' into beta | Rainer Gerhards | 2011-10-13 | 1 | -2/+3 |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | | fixed compiler warnings in tcpflood.c | Rainer Gerhards | 2011-10-06 | 1 | -2/+3 |
| | | | | |||||
* | | | | Merge branch 'beta'v6.3.5 | Rainer Gerhards | 2011-08-31 | 1 | -15/+14 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac doc/manual.html tests/Makefile.am | ||||
| * | | | preparing for 6.1.12 releasev6.1.12 | Rainer Gerhards | 2011-08-31 | 1 | -14/+14 |
| | | | | |||||
| * | | | Merge branch 'v5-stable' into beta | Rainer Gerhards | 2011-07-11 | 1 | -2/+2 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/rsyslog.h | ||||
* | | | | preparing for 6.3.3v6.3.3 | Rainer Gerhards | 2011-07-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | reverting back to non-debug settings | Rainer Gerhards | 2011-07-13 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | debug settings in testbench were accidently left on, including a special test case | ||||
* | | | | Merge branch 'master-newconf' | Rainer Gerhards | 2011-07-12 | 4 | -6/+5 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tools/omfile.c | ||||
| * | | | | removed emergency config, do error reporting on fatal config file error | Rainer Gerhards | 2011-07-12 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | fixed lexer: facilities local0-local7 were not correctly handled | Rainer Gerhards | 2011-07-11 | 3 | -4/+2 |
| | | | | |