summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master-tcpsrv-mt'v6.1.5Rainer Gerhards2011-03-043-15/+211
|\ | | | | | | | | Conflicts: ChangeLog
| * added new tls-based test to testbenchRainer Gerhards2011-02-283-2/+21
| |
| * Merge branch 'master' into master-tcpsrv-mtRainer Gerhards2011-02-2811-3/+127
| |\
| * | completed new TLS code in tcpfloodRainer Gerhards2011-02-281-24/+51
| | |
| * | experiemental milestone: tcpflood support buffering in TLS modeRainer Gerhards2011-02-041-2/+30
| | | | | | | | | | | | This needs to be checked, it is not yet 100% correct
| * | added support for TLS (in anon mode) to tcpfloodRainer Gerhards2011-02-022-6/+128
| | |
* | | improved testbenchRainer Gerhards2011-03-014-1/+50
| |/ |/| | | | | | | - added valgrind-based test (the first one ever ;)) - fixed memory leak in imdiag (guess how this was detected...)
* | Merge branch 'v5-beta'Rainer Gerhards2011-02-2511-3/+127
|\ \ | |/ |/| | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * bugfix: testbench failed when omuxsock was not selected in ./configureRainer Gerhards2011-02-241-1/+4
| |
| * bugfix: testbench failed when imptcp was not selectedRainer Gerhards2011-02-241-1/+1
| |
| * 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
| |
* | tcpflood: time display was invalid due to wrong formatRainer Gerhards2011-01-261-7/+7
| | | | | | | | | | | | there was a systematic error in that decimals were 1/10th to small. No problem if you knew that, but otherwise a biggie... This is a bug in a recently introduced non-released feature.
* | minor: typo fixRainer Gerhards2011-01-181-1/+1
| |
* | fixed regression in tcpfloodRainer Gerhards2011-01-101-5/+6
| | | | | | | | multiple rounds in single-threaded mode did not work
* | tcpflood test tool: cleaned up sender multithreadingRainer Gerhards2011-01-101-2/+41
| | | | | | | | | | we now properly wait for startup of all threads before actually beginning to send data (and start the timers).
* | enhanced tcpflood to run multithreadedRainer Gerhards2010-12-182-31/+108
| |
* | Merge branch 'v5-devel'Rainer Gerhards2010-12-172-44/+9
|\| | | | | | | | | | | | | | | Conflicts: ChangeLog action.c plugins/imudp/imudp.c runtime/glbl.c
| * 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
| | |\
* | | | further improved tcpflood testing toolRainer Gerhards2010-12-132-7/+22
| | | | | | | | | | | | | | | | added capability to wait n usecs between batches of messages
* | | | added some more options to new test toolRainer Gerhards2010-12-101-7/+43
| | | |
* | | | added new testing toolRainer Gerhards2010-12-101-0/+123
| | | |
* | | | added support for UDP to tcpflood testing toolRainer Gerhards2010-12-081-9/+54
| | | |
* | | | improved tcpflood tool to gather stats data for performance testingRainer Gerhards2010-12-081-7/+144
| | | |
* | | | improved tcpflood toolRainer Gerhards2010-12-071-16/+29
|/ / /
* | | 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