Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | improved testbench | Rainer Gerhards | 2011-03-09 | 4 | -0/+43 | |
| | | | | ||||||
| * | | | preparing for 5.7.8 releasev5.7.8 | Rainer Gerhards | 2011-03-09 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | make testbench not errout if imdiag is not enabled | Rainer Gerhards | 2011-03-09 | 1 | -4/+10 | |
| | | | | ||||||
| * | | | testbench: valgrind tests only executed if valgrind is available | Rainer Gerhards | 2011-03-09 | 2 | -3/+7 | |
| | | | | ||||||
| * | | | further improved testbench | Rainer Gerhards | 2011-03-08 | 5 | -12/+23 | |
| | | | | | | | | | | | | | | | | some cosmetic issues, plus a new valgrind-based test | |||||
| * | | | Merge branch 'v5-stable' into v5-beta | Rainer Gerhards | 2011-03-08 | 4 | -2/+37 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog tests/Makefile.am tools/syslogd.c | |||||
| | * | | Merge branch 'v5-stable' of git+ssh://git.adiscon.com/git/rsyslog into v5-stable | Rainer Gerhards | 2011-03-08 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | | * | | small bug in testbench, wrong config file pulled in one test | Rainer Gerhards | 2011-03-07 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | added new test to testbench | Rainer Gerhards | 2011-03-08 | 3 | -1/+36 | |
| | |/ / | ||||||
| * | | | added new test to check RepeatedMsgReduction (via TCP) | Rainer Gerhards | 2011-03-06 | 3 | -0/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is kind of a backport of a similar UDP-based test from v6. However, we do not have everything required for UDP in the v5 test tool base, so we mimic the test with tcp -- which is not bad at all, because the code path for TCP is somewhat different (and thus once we merge this patch into v6, it is a useful addition). | |||||
| * | | | backported new testbench support for valgrind | Rainer Gerhards | 2011-03-06 | 1 | -1/+18 | |
| | | | | ||||||
| * | | | Merge branch 'v5-beta' of git+ssh://git.adiscon.com/git/rsyslog into v5-beta | Rainer Gerhards | 2011-03-06 | 1 | -1/+0 | |
| |\ \ \ | ||||||
| | * \ \ | Merge branch 'v5-beta-gtls-fix' into v5-beta | Rainer Gerhards | 2011-03-06 | 1 | -1/+0 | |
| | |\ \ \ | ||||||
| | | * | | | added work-around for bug in gtls, which causes fd leak when using TLS | Bojan Smojver | 2011-02-23 | 1 | -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> | |||||
| * | | | | | Merge branch 'v5-stable' into v5-beta | Rainer Gerhards | 2011-03-04 | 4 | -10/+10 | |
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | |||||
| | * | | | changed testbench parser patterns for more usual system config | Rainer Gerhards | 2011-03-04 | 4 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a problem in the current testbench is that it depends on the locally assigned system name. We have changed the default to the most common default value. However, in the long term we need to fix this (and will do so via a preloaded DNS cache, which we do not yet have!) | |||||
| * | | | | added first experimental skeleton of what is to become a testconfig generator | Rainer Gerhards | 2011-03-04 | 1 | -0/+72 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | currently it generates only the power set, more work to do to make it a real config generator. | |||||
* | | | | | added additional test for repeated message reduction (with valgrind) | Rainer Gerhards | 2011-03-06 | 3 | -0/+32 | |
| | | | | | ||||||
* | | | | | adding forgotten testbench file | Rainer Gerhards | 2011-03-06 | 1 | -0/+23 | |
| | | | | | ||||||
* | | | | | changed testbench parser patterns for more usual system config | Rainer Gerhards | 2011-03-04 | 4 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a problem in the current testbench is that it depends on the locally assigned system name. We have changed the default to the most common default value. However, in the long term we need to fix this (and will do so via a preloaded DNS cache, which we do not yet have!) | |||||
* | | | | | Merge branch 'master-tcpsrv-mt'v6.1.5 | Rainer Gerhards | 2011-03-04 | 3 | -15/+211 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | |||||
| * | | | | | added new tls-based test to testbench | Rainer Gerhards | 2011-02-28 | 3 | -2/+21 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'master' into master-tcpsrv-mt | Rainer Gerhards | 2011-02-28 | 11 | -3/+127 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | completed new TLS code in tcpflood | Rainer Gerhards | 2011-02-28 | 1 | -24/+51 | |
| | | | | | | | ||||||
| * | | | | | | experiemental milestone: tcpflood support buffering in TLS mode | Rainer Gerhards | 2011-02-04 | 1 | -2/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This needs to be checked, it is not yet 100% correct | |||||
| * | | | | | | added support for TLS (in anon mode) to tcpflood | Rainer Gerhards | 2011-02-02 | 2 | -6/+128 | |
| | | | | | | | ||||||
* | | | | | | | improved testbench | Rainer Gerhards | 2011-03-01 | 4 | -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 Gerhards | 2011-02-25 | 11 | -3/+127 | |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | |||||
| * | | | | bugfix: testbench failed when omuxsock was not selected in ./configure | Rainer Gerhards | 2011-02-24 | 1 | -1/+4 | |
| | | | | | ||||||
| * | | | | bugfix: testbench failed when imptcp was not selected | Rainer Gerhards | 2011-02-24 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
| * | | | fixed testsuite problems during make distcheckv5.7.5 | Rainer Gerhards | 2011-02-23 | 3 | -5/+5 | |
| | | | | ||||||
| * | | | added one more test for imuxsock to autmatted test suite | Rainer Gerhards | 2011-02-22 | 7 | -13/+62 | |
| | | | | | | | | | | | | | | | | control character escaping is now also being tested | |||||
| * | | | improved testbench, added tests for imuxsock | Rainer Gerhards | 2011-02-21 | 8 | -1/+73 | |
| | | | | ||||||
* | | | | tcpflood: time display was invalid due to wrong format | Rainer Gerhards | 2011-01-26 | 1 | -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 fix | Rainer Gerhards | 2011-01-18 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | fixed regression in tcpflood | Rainer Gerhards | 2011-01-10 | 1 | -5/+6 | |
| | | | | | | | | | | | | | | | | multiple rounds in single-threaded mode did not work | |||||
* | | | | tcpflood test tool: cleaned up sender multithreading | Rainer Gerhards | 2011-01-10 | 1 | -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 multithreaded | Rainer Gerhards | 2010-12-18 | 2 | -31/+108 | |
| | | | | ||||||
* | | | | Merge branch 'v5-devel' | Rainer Gerhards | 2010-12-17 | 2 | -44/+9 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog action.c plugins/imudp/imudp.c runtime/glbl.c | |||||
| * | | | Merge branch 'v4-devel' into v5-devel | Rainer Gerhards | 2010-12-17 | 2 | -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 bugfixing | Rainer Gerhards | 2010-12-16 | 1 | -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ías | 2010-11-30 | 1 | -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.3 | Rainer Gerhards | 2010-11-25 | 2 | -0/+25 | |
| | | | | | ||||||
| | * | | | Merge branch 'v4-stable' into v4-devel | Rainer Gerhards | 2010-10-22 | 1 | -2/+2 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||||
* | | | | | further improved tcpflood testing tool | Rainer Gerhards | 2010-12-13 | 2 | -7/+22 | |
| | | | | | | | | | | | | | | | | | | | | added capability to wait n usecs between batches of messages | |||||
* | | | | | added some more options to new test tool | Rainer Gerhards | 2010-12-10 | 1 | -7/+43 | |
| | | | | | ||||||
* | | | | | added new testing tool | Rainer Gerhards | 2010-12-10 | 1 | -0/+123 | |
| | | | | | ||||||
* | | | | | added support for UDP to tcpflood testing tool | Rainer Gerhards | 2010-12-08 | 1 | -9/+54 | |
| | | | | | ||||||
* | | | | | improved tcpflood tool to gather stats data for performance testing | Rainer Gerhards | 2010-12-08 | 1 | -7/+144 | |
| | | | | | ||||||
* | | | | | improved tcpflood tool | Rainer Gerhards | 2010-12-07 | 1 | -16/+29 | |
|/ / / / |