summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* added work-around for bug in gtls, which causes fd leak when using TLSBojan Smojver2011-02-231-1/+0
| | | | | | | | The capability has been added for module to specify that they do not like being unloaded. related bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=222 Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* fixed testsuite problems during make distcheckv5.7.5Rainer Gerhards2011-02-233-5/+5
|
* added one more test for imuxsock to autmatted test suiteRainer Gerhards2011-02-227-13/+62
| | | | control character escaping is now also being tested
* improved testbench, added tests for imuxsockRainer Gerhards2011-02-218-1/+73
|
* Merge branch 'v4-devel' into v5-develRainer Gerhards2010-12-172-44/+9
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/imfile.html doc/manual.html plugins/imudp/imudp.c runtime/msg.h tools/syslogd.c
| * added $LocalHostName config directive & some bugfixingRainer Gerhards2010-12-161-0/+1
| | | | | | | | | | | | - added $LocalHostName config directive - bugfix: local hostname was pulled too-early, so that some config directives (namely FQDN settings) did not have any effect
| * Fix a potential missing '\0' on too long strings.Luis Fernando Muñoz Mejías2010-11-301-44/+8
| | | | | | | | | | | | | | | | | | | | | | | | By implementing a trivial strlcpy it's much easier to detect string truncations and react to them. This also gives a noticeable speedup in buffer handling (can be HUGE), since strlcpy() doesn't clear all the buffer entry before writing data. Converted all uses of strncpy() into strlcpy(). Also, we don't need to check for some null pointers, as there are no malloc-like operations in the doAction loop.
| * added forgotten testcase filesv4.7.3Rainer Gerhards2010-11-252-0/+25
| |
| * Merge branch 'v4-stable' into v4-develRainer Gerhards2010-10-221-2/+2
| |\
* | \ Merge branch 'v5-beta' into v5-develRainer Gerhards2010-11-251-3/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/imfile.html plugins/imfile/imfile.c runtime/rsyslog.h
| * | | bugfix: testbench failed if imptcp was not enabledRainer Gerhards2010-11-051-3/+7
| | | |
* | | | Merge branch 'v5-stable' into v5-develRainer Gerhards2010-10-224-3/+30
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | fixed testbench compile problem on SolarisRainer Gerhards2010-10-191-1/+3
| | | |
| * | | yet another forgotten testbench fileRainer Gerhards2010-10-221-0/+12
| | | |
| * | | added forgotten testbench fileRainer Gerhards2010-10-221-0/+13
| | | |
| * | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-10-221-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | better error messages in testbenchRainer Gerhards2010-10-221-2/+2
| | | |
| * | | Merge branch 'v4-devel' into v5-betaRainer Gerhards2010-10-1513-63/+214
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | Conflicts: Makefile.am tests/tcpflood.c
* | | | imuxsock: indicate when rate limiting begins, include pid in rl messagesRainer Gerhards2010-09-291-7/+34
| | | | | | | | | | | | | | | | also improved test tool
* | | | improved imuxsock doc & added small testing tool permanentlyRainer Gerhards2010-09-292-1/+32
| | | |
* | | | imuxsock: added per-socket hash tables/rate limiters & severity filterRainer Gerhards2010-09-281-0/+20
| | | | | | | | | | | | | | | | | | | | rate limiting now applies only to messages with a given severity or above. By default, emergency messages are NOT rate-limited.
* | | | Merge branch 'v4-devel' into v5-develRainer Gerhards2010-08-116-5/+69
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'v4-stable-imptcp' into v4-develRainer Gerhards2010-08-116-5/+69
| |\ \ \
| | * | | imptcp: added $InputPTCPServerAddtlFrameDelimiter directiveRainer Gerhards2010-08-116-5/+69
| | | | | | | | | | | | | | | | | | | | also improved testbench
* | | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-08-119-60/+147
|\| | | | | |_|/ / |/| | | | | | | | | | | | | | | Conflicts: Makefile.am tests/tcpflood.c
| * | | Merge branch 'v4-stable-imptcp' into tmpRainer Gerhards2010-08-119-59/+146
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac runtime/rsyslog.h tests/Makefile.am
| | * | more testbench improvements and new testsRainer Gerhards2010-08-106-58/+107
| | | |
| | * | small improvements to testbenchRainer Gerhards2010-08-102-1/+3
| | | |
| | * | added tests for imptcp and fixed some problems with itRainer Gerhards2010-08-104-1/+37
| | |/ | | | | | | | | | it now also works reliably in edge-triggered mode
* | | Merge branch 'v4-devel'Rainer Gerhards2010-08-064-1/+203
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/rsyslog_conf_modules.html runtime/rsyslog.h tests/Makefile.am
| * | added omuxsock, which permits to write message to local Unix socketsRainer Gerhards2010-08-064-2/+204
| | | | | | | | | | | | this is the counterpart to imuxsock, enabling fast local forwarding
* | | preparing for 5.5.6 releasev5.5.6Rainer Gerhards2010-07-211-0/+1
| | |
* | | added new parser modulesRainer Gerhards2010-07-134-4/+54
| | | | | | | | | | | | | | | | | | | | | most importantly pmlastmsg, which handles the pathetic "last message repeated n times" messages that some syslogd's emit. Also some minor fixes, like wrong files names in make dist (for new files introduced after last release)
* | | bugfix: "$ActionExecOnlyWhenPreviousIsSuspended on" was brokenRainer Gerhards2010-06-2410-3/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | Note that, as it looks, the directive was already broken in previous v5 versions. So while I solved what looked like a (intentional) regression from the performance tuning, I actually solved a previous regression as well ;) I have also added new test cases to the testbench in order to capture such problems in the future. This version does now look pretty good in shape.
* | | fixed a problem with ACT_MESSAGE_PASSING type of doAction interfaceRainer Gerhards2010-06-151-3/+3
| | |
* | | milestone(BUGGY): batch now pushed down to actionRainer Gerhards2010-06-153-4/+5
| | | | | | | | | | | | | | | | | | | | | at least in important cases (not for non-direct action queues and some other minor things). This version is definitely buggy, but may be tried with success on a non-production system. I will continue to work on the correctness, but needed to commit now to get a baseline.
* | | preparing for 5.5.4 releaseRainer Gerhards2010-05-031-2/+2
| | |
* | | solved some race condition in testbenchRainer Gerhards2010-04-292-1/+3
| | | | | | | | | | | | | | | Note that this was NOT a race in rsyslog, but only one in a test case. So it had no implications to the correctness of rsyslogd.
* | | Merge branch 'v5-stable'Rainer Gerhards2010-04-262-1/+11
|\ \ \
| * | | added new test to testbenchRainer Gerhards2010-04-261-0/+3
| | | | | | | | | | | | | | | | ... had forgotten this step...
| * | | bugfix(kind of): output plugin retry behaviour could cause engine to loopRainer Gerhards2010-04-261-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The rsyslog engine did not guard itself against output modules that do not properly convey back the tryResume() behaviour. This then leads to what looks like an endless loop. I consider this to be a bug of the engine not only because it should be hardened against plugin misbehaviour, but also because plugins may not be totally able to avoid this situation (depending on the type of and processing done by the plugin).
* | | | Merge branch 'v5-stable'Rainer Gerhards2010-04-263-3/+34
|\| | | | | | | | | | | | | | | | | | | Conflicts: tests/diag.sh
| * | | added testcase for problem with pipe without a readerRainer Gerhards2010-04-263-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=186 Note that this adds the test case, but does not yet provide a solution (so make check will hang when executed). Fix will be done next.
| * | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-04-011-7/+11
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tools/syslogd.c
* | \ \ \ Merge branch 'v4-devel'Rainer Gerhards2010-04-213-0/+7
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | bugfix: some race condition in testbench on Solaris/SparcSuper-User2010-04-213-0/+7
| | | | |
* | | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-205-8/+167
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imsolaris/imsolaris.c tests/Makefile.am
| * | | | saved old copy of Java DiagTalker toolRainer Gerhards2010-04-202-0/+3
| | | | |
| * | | | testbench improvement: Java is no longer needed for testing tool creationRainer Gerhards2010-04-203-8/+164
| | | | |
* | | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-195-23/+56
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html runtime/debug.c runtime/rsyslog.h tests/Makefile.am tests/diag.sh tests/nettester.c tools/syslogd.c