Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-04 | Add tests that call the syscalls sendsyslog(2) and sendsyslog2(2) | Alexander Bluhm | |
directly. | |||
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst | |
2015-11-04 | Generating the self-signed syslogd test certificate does not depend | Alexander Bluhm | |
on the CA certificate. Found by Jan Klemkow. | |||
2015-11-02 | Test that rsyslogd can send over TLS to OpenBSD syslogd. | Alexander Bluhm | |
2015-10-31 | As syslog(3) in libc no longer inserts the timestamp, the maximum | Alexander Bluhm | |
message length that may be generated by syslogd got longer. Adapt the test. | |||
2015-10-24 | Handling of bogus CA file has changed in syslogd. Adapt tests to | Alexander Bluhm | |
new error messages. | |||
2015-10-23 | Test syslogd with empty or non existing server certificates and | Alexander Bluhm | |
keys. | |||
2015-10-23 | Check that syslogd delays a blocking write to tty and that that all | Alexander Bluhm | |
messages still appear on the tty. | |||
2015-10-19 | Test syslogd logging to a tty which belongs to a user. This is | Alexander Bluhm | |
done with a utmp entry for a pty fake login. All messages are read from the pty and written into a log file. | |||
2015-10-09 | Add tests for syslogd TLS accept and receive encrypted messages. | Alexander Bluhm | |
2015-09-25 | In libtls connection error EOF has changed to connection close. | Alexander Bluhm | |
Adapt syslogd tests. | |||
2015-09-11 | Adapt test to 50MB CAfile limit. | Alexander Bluhm | |
2015-09-11 | Check that there are no illegal spaces in the sendsyslog message. | Alexander Bluhm | |
2015-09-10 | Grep for new error messages about tls_connect_socket. Libtls now | Alexander Bluhm | |
reports handshake failed. Make bufsize tests more reliable. | |||
2015-09-09 | Add args-bufsize-native.pl that checks wether libc syslog(3) can | Alexander Bluhm | |
handle 8192 bytes messages. Rename the sendsyslog(2) tests consistently. | |||
2015-09-09 | Test that syslogd can process 8 full size messages from sendsyslog(2) | Alexander Bluhm | |
or UDP socket or UNIX domain socket at once. | |||
2015-09-03 | Add test for sendsyslog(2) dropped message reporting. | Alexander Bluhm | |
2015-08-31 | New tests for +host in syslog.conf that matches on an IPv4 and IPv6 | Alexander Bluhm | |
address. Add test for syslogd -p log_socket. | |||
2015-08-25 | Do not inherit the event environment, delete and set explicitly | Alexander Bluhm | |
after sudo. | |||
2015-08-01 | Use Socket to make Perl syntax check of single test files pass. | Alexander Bluhm | |
2015-08-01 | Make syslogd tests more reliable. Allow TLS tests to drop a wider | Alexander Bluhm | |
rage of messages and make dropped regexes more specific. | |||
2015-07-20 | Test what happens when syslogd reaches its file descriptor limit | Alexander Bluhm | |
and cannot accept TCP connections anymore. | |||
2015-07-20 | More reliable test due to more specific regex. | Alexander Bluhm | |
2015-07-20 | Allow to use $curdir, $objdir, $host, $hostname in the test config | Alexander Bluhm | |
file. They are substituted automatically, to avoid this in each single test. | |||
2015-07-19 | Test octet counting and non transparent framing. | Alexander Bluhm | |
2015-07-18 | Now tls_write() behaves like write(2), so the TLS tests produce the | Alexander Bluhm | |
same results as the TCP tests. | |||
2015-07-16 | This feature is tested in args-block-prog-quick.pl now. | Alexander Bluhm | |
2015-07-16 | Test that syslogd does not append white spaces to messages. Per | Alexander Bluhm | |
default the test pattern is stricter now. Also do some test cleanup | |||
2015-07-16 | Kill a possibly running syslogd with -9 before testing. | Alexander Bluhm | |
2015-07-09 | Test syslogd with reduced file descriptor limit. It has too many | Alexander Bluhm | |
log files in syslog.conf and must close and reopen them at SIGHUP. | |||
2015-07-07 | Add tests for incomming syslog messages over TCP. | Alexander Bluhm | |
2015-07-02 | Check the receive line count less strict to avoid false negatives. | Alexander Bluhm | |
2015-06-30 | Add tests for syslog -U. | Alexander Bluhm | |
2015-06-29 | Add test for blocks in syslog.conf constructed with the +host and | Alexander Bluhm | |
++host and +* keyword. | |||
2015-06-29 | Test that selectors, which specify facility and severity level for | Alexander Bluhm | |
each logfile, work as documented in syslog.conf(5). | |||
2015-06-28 | Use fstat to check that the privsep parent of syslogd closes all | Alexander Bluhm | |
internet sockets also when invoked with -u. | |||
2015-06-28 | Add tests for the !prog and !!prog and !* keywords in syslog.conf. | Alexander Bluhm | |
2015-06-15 | Rework how fstat and ktrace pattern are specified in the test | Alexander Bluhm | |
arguments. Add tests to check wether syslogd privsep works. This is done for debug and foreground and daemon mode. Fstat is checked for chroot and sockets. Ktrace dump is grepped for setting uid and gid. | |||
2015-02-25 | Do not count the dropped messages strictly, so that the syslogd | Alexander Bluhm | |
tests are depending less on the timing. Fix a race in the buffer sync test. Now make regress of syslogd passes on my amd64, i386, sparc64, alpha machines. | |||
2015-02-20 | The write again workaround in syslogd changes the dropped message | Alexander Bluhm | |
counter. Adapt tests. | |||
2015-02-14 | Tests that syslogd uses the expected TLS version. | Alexander Bluhm | |
2015-02-13 | Adapt the maxunix test, the syslogd -a error semantic has changed. | Alexander Bluhm | |
Increase timeouts and remove races, so that the syslogd tests pass on my sparc64 machine. | |||
2015-02-12 | Make syslogd tests more reliable. Increase the allowed range of | Alexander Bluhm | |
lost log messages. Improve the synchronisation of client and server. | |||
2015-02-11 | Make syslogd tests more reliable. Allow a range of certain log | Alexander Bluhm | |
messages, in case some got lost. Slow down client when sending multiple log messages. Sort patterns when checking log files. TLS error messages have changed, adapt tests. | |||
2015-02-11 | Make syslogd test more reliable. Use Time::HiRes to sleep .01 | Alexander Bluhm | |
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. | |||
2015-02-09 | Error messages form libtls have changed, adapt syslogd tests. | Alexander Bluhm | |
2015-02-08 | Change syslog tests from transparent framing to octet counting. | Alexander Bluhm | |
Add tests for truncated buffer handling. | |||
2015-02-06 | Add syslogd tests for dropped messages. | Alexander Bluhm | |
2015-02-02 | Test that long syslog messages are truncated correctly. | Alexander Bluhm | |
2015-01-30 | TLS connect error message has changed, adapt tests. | Alexander Bluhm | |