summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/syslogd
AgeCommit message (Expand)Author
2018-05-22In the sendsyslog-dropped test the client has to write a log messageAlexander Bluhm
2018-04-11Fix a race in the syslogd test. It did not wait long enough forAlexander Bluhm
2018-02-27The error handling of invalid certificate files has changed inAlexander Bluhm
2018-01-14Unlocking the TCP stack resulted in smaller TCP segments sent outAlexander Bluhm
2017-11-27lenght->length, mostly in commentsStuart Henderson
2017-10-23Test file system full behavior of syslogd(8). This is done byAlexander Bluhm
2017-10-17Update matching regexp now that the pid is included.Martin Pieuchot
2017-10-05Check that the dropped during initialization message appears inAlexander Bluhm
2017-09-17If file descriptors are exhausted during initialization, we seeAlexander Bluhm
2017-09-13Check that pending "message repeated" is printed at exit and restart.Alexander Bluhm
2017-09-13Check that the hostname added by syslogd -h in file and server logAlexander Bluhm
2017-09-12Syslogd does no longer keep the *:514 UDP sockets open by default.Alexander Bluhm
2017-09-11Use signed ssize_t to make read(2) error check actually work.Alexander Bluhm
2017-06-08Start syslogd with -rr. With different timing the order of messagesAlexander Bluhm
2017-04-29Test that suslogd's UDP sockets bound to *.514 do not receive packetsAlexander Bluhm
2017-04-28Check that non existing log files in syslog.conf are reported toAlexander Bluhm
2017-04-25Test listening on multiple syslog over TLS sockets.Alexander Bluhm
2017-04-17Test syslogd(8) "last message repeated" feature and -r option.Alexander Bluhm
2017-04-07Adapt test to new syslogd's local message priority.Alexander Bluhm
2017-04-06Check that local syslog messages have the the expected priority.Alexander Bluhm
2017-04-05Syslogd's debug and error messages have changed a bit, adapt test.Alexander Bluhm
2017-03-24Check that syslogd(8) is still running if non critical errors happenAlexander Bluhm
2017-02-07Adapt regex in syslogd test to the new shiny libssl error messages.Alexander Bluhm
2017-01-31Mark the IO::Socket::SSL server socket with SSL_server to avoidAlexander Bluhm
2017-01-31The libssl and libcrypto error messages have changed. Adapt theAlexander Bluhm
2017-01-02Test listening on multiple sockets simultaneously.Alexander Bluhm
2016-12-30Now libtls creates nicer certificate verification error messages.Alexander Bluhm
2016-12-27Test that the syslogd program can be started with a relative path.Alexander Bluhm
2016-11-28To test the pipe feature, a dd is started and writing into a logAlexander Bluhm
2016-11-15Create the sys/syscall.ph header file on demand for the sendsyslog(2)Alexander Bluhm
2016-10-13In rare cases the number of dropped messages changes a bit more.Alexander Bluhm
2016-10-12Fix races during syslogd startup and shutdown in privsep tests.Alexander Bluhm
2016-10-10The TLS error message depends on the generated fake certificate.Alexander Bluhm
2016-10-06Check that syslogd priv process does exec on itself.Alexander Bluhm
2016-10-06Add millisecond precision to expected timestamp.Alexander Bluhm
2016-10-04Add test for syslogd(8) -Z ISO timestamp format.Alexander Bluhm
2016-09-23The TCP socket buffer size for syslogd has changed. Adapt testsAlexander Bluhm
2016-09-21Test syslogd TLS client certificate validation.Alexander Bluhm
2016-09-02Print SKIPPED if a regress test cannot be executed for some reason.Alexander Bluhm
2016-08-29Syslogd tls config error messages have changed, adapt tests.Alexander Bluhm
2016-08-23Some syslogd tests failed to report errors. Make these tests moreAlexander Bluhm
2016-08-17syslogd(8) uses new libtls certificate and key file loading. SoAlexander Bluhm
2016-07-12Allow to run the syslogd tests as root without SUDO also if theAlexander Bluhm
2016-07-12Add regression tests for syslogd TLS client certificates.Alexander Bluhm
2016-07-11Revert previous adaption of the test. The behavior change in libtlsAlexander Bluhm
2016-07-06Now libtls is always reading cert.pem during tls_config_new().Alexander Bluhm
2016-07-01Timing changed, now a syslogd test may get EPIPE instead ofAlexander Bluhm
2016-06-22Syslogd can send messages to a user, test what happens if theAlexander Bluhm
2016-05-29When connecting to a non existing tcp listen socket on localhost,Alexander Bluhm
2016-05-03Fix some Perl statements perlcritic was bitching about: VariableAlexander Bluhm