summaryrefslogtreecommitdiffstats
path: root/regress/usr.sbin/syslogd/args-memory-overflow-flags.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Test that syslogd does not append white spaces to messages. Perbluhm2015-07-161-1/+1
| | | | default the test pattern is stricter now. Also do some test cleanup
* Make syslogd test more reliable. Use Time::HiRes to sleep .01bluhm2015-02-111-3/+1
| | | | | | | seconds in the write_lines() loop. This slows down the client, so all messages reach syslogd and flood its buffers. Increase the timeout to wait until all buffers are full. Use this code in all TCP/TLS buffer and memory overflow tests.
* Test that long syslog messages are truncated correctly.bluhm2015-02-021-1/+1
|
* Add tests for syslogd's memory buffer and read it with syslogc.bluhm2014-09-131-0/+39