summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/syslogd
AgeCommit message (Expand)Author
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
2018-10-06Debug output of rsyslogd has changed, adapt regex in compatibilityAlexander Bluhm
2018-10-06Simplify regress tests by using the new setup and cleanup feature.Alexander Bluhm
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