History log of /openbsd/regress/usr.sbin/syslogd/args-proto-invalid.pl (Results 1 – 6 of 6)
Revision Date Author Comments
# 1c9afade 28-Apr-2017 bluhm <bluhm@openbsd.org>

Check that non existing log files in syslog.conf are reported to
/dev/console during startup and restart. Startup warnings contain
the pid now. Console logging creates additional errors if the file

Check that non existing log files in syslog.conf are reported to
/dev/console during startup and restart. Startup warnings contain
the pid now. Console logging creates additional errors if the file
descriptor limit is exhausted.

show more ...


# 8579df47 05-Apr-2017 bluhm <bluhm@openbsd.org>

Syslogd's debug and error messages have changed a bit, adapt test.


# bb7ea376 16-Jul-2015 bluhm <bluhm@openbsd.org>

Test that syslogd does not append white spaces to messages. Per
default the test pattern is stricter now. Also do some test cleanup


# aa580fcb 13-Sep-2014 bluhm <bluhm@openbsd.org>

Add tests for syslogd's memory buffer and read it with syslogc.


# c21f3dd2 29-Aug-2014 bluhm <bluhm@openbsd.org>

Make the syslogd regression tests more reliable. Other processes
on the system may create log entries during the test run that show
up in the log file. Ignore those additional lines.


# edb6f5c3 25-Aug-2014 bluhm <bluhm@openbsd.org>

Add tests where the IP address family has been chosen by -4 or -6
command line switch and udp4:// or udp6:// loghost prefix.