summaryrefslogtreecommitdiffstats
path: root/regress/usr.sbin/syslogd/args-sigterm.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Syslogd's debug and error messages have changed a bit, adapt test.bluhm2017-04-051-5/+7
|
* Check that syslogd priv process does exec on itself.bluhm2016-10-061-1/+1
|
* Test logging to console by redirecting the system's console into abluhm2015-12-301-19/+9
| | | | | | | file. All subtests get an additional /dev/console entry in syslog.conf, then check that messages appear in the console file. Add a test that stops syslogd, calls sendsyslog2() with LOG_CONS and checks that the message appears in the console file.
* Test syslogd logging to a tty which belongs to a user. This isbluhm2015-10-191-0/+1
| | | | | done with a utmp entry for a pty fake login. All messages are read from the pty and written into a log file.
* Rework how fstat and ktrace pattern are specified in the testbluhm2015-06-151-2/+1
| | | | | | | 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.
* Add syslogd tests for dropped messages.bluhm2015-02-061-16/+12
|
* Make syslogd TCP tests more reliable. Increase timeouts, shutdownbluhm2015-01-051-2/+2
| | | | write to trigger connection close, allow errors EPIPE or ECONNRESET.
* To examine the operation of the signal handlers, the tests grep inbluhm2014-09-021-0/+5
| | | | | the ktrace output of syslogd. Also make the tests work without DNS and without sudo.
* Add tests that run the syslogd signal handlers.bluhm2014-09-021-0/+47