summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/syslogd
AgeCommit message (Expand)Author
2024-07-01Explicit TLS handshake with syslog client.Alexander Bluhm
2024-06-14Replace deprecated given/when and smartmatch operator in Perl scripts.Alexander Bluhm
2023-10-19Add test for dropped messages to UDP loghost.Alexander Bluhm
2023-10-12Test retry after DNS lookup failure.Alexander Bluhm
2023-10-12Let vnconfig select an unused device as opposed of unconditionallyAnton Lindqvist
2023-07-03Stop caring about tls 1.0 and 1.1.Bob Beck
2023-01-17fix typo in package nameAnton Lindqvist
2023-01-17cope with ktrace "(via syscall)" changesAnton Lindqvist
2022-12-10Make the accepted log grep pattern more strict in order to not pick up any logAnton Lindqvist
2022-11-04In ktrace execve(2) no longer shows meaningless exit code.Alexander Bluhm
2022-06-16OpenBSD syslogd(8) escapes binary data with vis(3). Use theAlexander Bluhm
2022-03-25Now that syslogd(8) supports SSL shutdown when the TLS connectionAlexander Bluhm
2022-01-13Adapt to changed debugging outputMartijn van Duren
2021-12-22Replace deprecated IO::Socket::INET6 with IO::Socket::IP.Alexander Bluhm
2021-12-02Tell testers which packages to install right awayKlemens Nanni
2021-11-25LibreSSL error message has changed again, make test more tolerant.Alexander Bluhm
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-10-12Relax test regex, read or write error is possible.Alexander Bluhm
2021-07-14LibreSSL error message has changed, adapt test.Alexander Bluhm
2021-07-06alarm(3) cannot fail, remove error handling.Alexander Bluhm
2021-06-30TLS error messages have changed slightly, adapt regex for expectedAlexander Bluhm
2021-05-21Ignore return value of execve(2) in ktrace output. It is meaningless.Alexander Bluhm
2021-04-19Fix TLS error message race. Due to less handshakes in TLS 1.3 anAlexander Bluhm
2021-03-09Kernel drops fewer messages in sendsyslog(2), adapt syslogd(8)Alexander Bluhm
2020-12-26Timing on slow armv7 machine is different. Instead of a brokenAlexander Bluhm
2020-12-17Remove echo headlines.Alexander Bluhm
2020-11-16Certificate verification error message has been improved.Alexander Bluhm
2020-11-06Fix some races in syslogd tests. Fewer handshakes in TLS 1.3 makeAlexander Bluhm
2020-10-16With TLS 1.2 the step by step handshake created precise errorAlexander Bluhm
2020-09-15Error messages for LibreSSL have changed when switching to TLS 1.3.Alexander Bluhm
2020-09-15Null cipher test works only with TLS 1.2.Alexander Bluhm
2020-09-14Use more specific regex for ktrace to avoid false positives.Alexander Bluhm
2020-07-24If KTRACE environment is set, generate ktrace output also for clientAlexander Bluhm
2020-07-24With TLS 1.3 error message has slightly changed if the cafile doesAlexander Bluhm
2020-07-24LibreSSL default TLS version has changed from 1.2 to 1.3. AdaptAlexander Bluhm
2020-05-25Test that syslogd closes the UDP sockets only if not configured toAlexander Bluhm
2020-05-19LibreSSL error message has been improved, adapt syslogd TLS tests.Alexander Bluhm
2020-05-06Currently LibreSSL reports an unknown SSL_internal error. AdjustAlexander Bluhm
2020-05-06The error message from LibreSSL has changed. Adjust regex in test.Alexander Bluhm
2019-12-28Disable interop test with rsyslogd and TLS. Starting rsyslogd withAlexander Bluhm
2019-09-20REGRESS_SKIP_TARGETS was spelled incorrectly.Alexander Bluhm
2019-09-17Rsyslogd TLS client side is unreliable. Disable compatiblity test.Alexander Bluhm
2019-09-10If rsyslogd is not installed, explicitly skip these syslogdAlexander Bluhm
2019-09-10Fix more races in syslogd test.Alexander Bluhm
2019-09-10Fix race in syslogd test.Alexander Bluhm
2019-07-12Test should also run if there is no obj directory. Name regressAlexander Bluhm
2019-07-09There was a race what is read first: the EOF from stdin to terminateAlexander Bluhm
2019-07-09On slow armv7 machine reconnect timeout is faster than test, soAlexander Bluhm
2019-02-19With new Perl we have add .OBJDIR to @INC.Alexander Bluhm
2019-01-18Adapt expected number of dropped messages after sendsyslog(2) kernelAlexander Bluhm