summaryrefslogtreecommitdiffstats
path: root/tests/killrsyslog.sh
Commit message (Collapse)AuthorAgeFilesLines
* somewhat enhanced test suiteRainer Gerhards2009-11-111-1/+1
| | | | | | | | | | | also prepared test case for TLS testing, but not activated it inside the build itself. A note on TLS testing: the current testsuite (in git!) already contains TLS test cases. However, getting these test cases correct is not simple. That's not a problem with the code itself, but rater a problem with synchronization in the test environment. So I have deciced to keep the TLS tests in, but not yet actually utilize them. This is most probably left as an excercise for future (devel) releases.
* added support for dual-rsyslogd-instance test cases to testbenchRainer Gerhards2009-11-111-0/+6
| | | | ... plus a simple initial test of the tcp forwarding capability.
* first shot at asynchronous stream writer with timeout capabilityRainer Gerhards2009-07-061-1/+1
| | | | | ... seems to work on quick testing, but needs a far more testing and improvement. Good milestone commit.
* added capability to run multiple tcp listeners (on different ports)Rainer Gerhards2009-05-221-0/+7
Well, actually this and a lot of related things. I improved the testbench so that the new capabilities are automatically tested and also did some general cleanup. The current multiple tcp listener solution will probably receive some further cleanup, too, but looks quite OK so far. I also reviewed the way tcpsrv et all work, in preparation of using this code for imdiag. I need to document the findings, especially as the code is rather complicated "thanks" to the combination of plain tcp and gssapi transport modes.