summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v4-stable' into v4-develRainer Gerhards2011-07-115-12/+12
|\ | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * preparing for 4.6.7 releasev4.6.7Rainer Gerhards2011-07-115-12/+12
| |
* | Merge branch 'v4-stable' into v4-develRainer Gerhards2011-05-097-4/+66
|\| | | | | | | | | | | | | Conflicts: tcpsrv.c tests/Makefile.am tests/tcpflood.c
| * added new test for imfile to testbenchRainer Gerhards2011-03-116-4/+62
| |
| * improved tcpflood test tool to support many more connectionsRainer Gerhards2011-03-101-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.
* | 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
|\|
| * better error messages in testbenchRainer Gerhards2010-10-221-2/+2
| |
* | 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-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
* | 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
* | bugfix: some race condition in testbench on Solaris/SparcSuper-User2010-04-213-0/+7
| |
* | 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
| |
* | some platforms seem to need time.h inside msleep.cPeter Bray2010-04-191-0/+1
| | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | Merge branch 'v4-stable' into v4-develRainer Gerhards2010-04-126-10/+14
|\| | | | | | | | | Conflicts: ChangeLog
| * solving a number of minor (but annoying) issues in the build systemRainer Gerhards2010-04-126-9/+10
| |
| * added new configure option that permits to disable and enable an extended ↵Rainer Gerhards2010-04-121-1/+4
| | | | | | | | testbench
| * improvded testbench: added test with truly random data received via syslog ↵Rainer Gerhards2010-04-016-36/+281
| | | | | | | | to test robustness
| * temporary bugfix replaced by permanent one for...Rainer Gerhards2010-03-311-7/+11
| | | | | | | | | | | | ...message-induced off-by-one error (potential segfault) (see 4.6.2) The analysis has been completed and a better fix been crafted and integrated.
* | bugfix/testbench: nettester did not work reliably under SolarisRainer Gerhards2010-04-121-21/+49
| |
* | adopted rsf_getenv.sh test case to new tcpflood calling conventionsRainer Gerhards2010-04-121-1/+1
| |
* | Merge branch 'v4-stable-solaris' into v4-develRainer Gerhards2010-04-1267-84/+1662
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/omfile.c tools/syslogd.c
| * | enhanced nettester tool so that it re-uses it's callers environmentRainer Gerhards2010-04-079-53/+297
| | | | | | | | | | | | | | | | | | this enables us to work with the "usual" environment tweaks (for debugging and other purposes), without the need for any special handling in nettester itself
| * | Merge branch 'v4-stable' into v4-stable-solarisRainer Gerhards2010-03-294-5/+9
| |\|
| | * bugfix: testbench failed when not executed in UTC+1 timezoneRainer Gerhards2010-03-294-5/+9
| | | | | | | | | | | | | | | accidently, the time zone information was kept inside some to-be-checked-for responses
| * | Merge branch 'v4-stable' into v4-stable-solarisRainer Gerhards2010-03-261-2/+1
| |\| | | | | | | | | | | | | Conflicts: ChangeLog
| | * preparing for 4.6.2v4.6.2Rainer Gerhards2010-03-261-2/+1
| | |
| * | added missing headerRainer Gerhards2010-03-251-0/+1
| | |
| * | Merge branch 'v4-stable' into v4-stable-solarisRainer Gerhards2010-03-2519-25/+72
| |\| | | | | | | | | | | | | Conflicts: ChangeLog
| | * disable testcases affected by temporary bugfix in commit ↵Rainer Gerhards2010-03-252-9/+13
| | | | | | | | | | | | | | | | | | a3e48b697fa664110567fcd0027d24ea5a239041 ... so that the testbench continues to work
| | * new feature: $OMFileAsyncWriting directive addedRainer Gerhards2010-03-2517-16/+59
| | | | | | | | | | | | it permits to specifiy if asynchronous writing should be done or not
| * | testbench improved to run on SolarisRainer Gerhards2010-03-252-2/+10
| | |
| * | manytcp test tool must tell OS to provide enough file handlesRainer Gerhards2010-03-251-0/+14
| | | | | | | | | | | | On some platforms, the default is too low to carry out all test cases
| * | replaced sleep in test suite by a small self-crafted toolRainer Gerhards2010-03-253-5/+54
| | | | | | | | | | | | subsecond sleep did not work on all platforms
| * | added some diagnostics info to startupRainer Gerhards2010-03-231-2/+2
| |/
| * adding testcase files missing in gitRainer Gerhards2010-03-232-0/+102
| |
| * valgrand accidently left enabled in diag.sh with the last commitRainer Gerhards2010-03-221-1/+1
| |
| * bugfix(minor): BSD_SO_COMPAT query function had some global vars not ↵Rainer Gerhards2010-03-222-3/+4
| | | | | | | | | | | | | | properly initialized. However, in practice the loader initializes them with zero, the desired value, so there were no actual issue in almost all cases.
| * added one more test case for dynafile cacheRainer Gerhards2010-03-223-1/+55
| |
| * cleanup of debug message in testbenchRainer Gerhards2010-03-221-1/+0
| |
| * added testcase showcasing problems when dynafile can not be openedRainer Gerhards2010-03-223-16/+75
| | | | | | | | | | note that so far no patch is provided. This has not yet been made part of "make check"
| * added some more tests for severely ill-formed snare messagesRainer Gerhards2010-03-217-6/+90
| | | | | | | | also improved nettester testbench tool a bit
| * added parser test cases to testbenchRainer Gerhards2010-03-194-0/+26
| |