#
a96642fb |
| 10-Dec-2022 |
anton <anton@openbsd.org> |
Make the accepted log grep pattern more strict in order to not pick up any log entries from sshd causing intermittent failures.
Discussed with bluhm@ back in August this year.
|
#
3cb57f3b |
| 15-Sep-2020 |
bluhm <bluhm@openbsd.org> |
Error messages for LibreSSL have changed when switching to TLS 1.3.
|
#
99490db6 |
| 06-May-2020 |
bluhm <bluhm@openbsd.org> |
Currently LibreSSL reports an unknown SSL_internal error. Adjust regex in test. So make regress passes for the release, the error message will be improved later. discussed with jsing@
|
#
4dc3bc25 |
| 22-May-2018 |
bluhm <bluhm@openbsd.org> |
In the sendsyslog-dropped test the client has to write a log message before syslogd is running. To fix a race in regress, delay the syslogd startup until the message has been written. For debugging
In the sendsyslog-dropped test the client has to write a log message before syslogd is running. To fix a race in regress, delay the syslogd startup until the message has been written. For debugging add the process class to all die messages.
show more ...
|
#
be4712f2 |
| 13-Sep-2017 |
bluhm <bluhm@openbsd.org> |
Check that the hostname added by syslogd -h in file and server log is correct. Use generic redo functions. Do syntax check for all Perl files.
|
#
8579df47 |
| 05-Apr-2017 |
bluhm <bluhm@openbsd.org> |
Syslogd's debug and error messages have changed a bit, adapt test.
|
#
22fe7e52 |
| 29-May-2016 |
bluhm <bluhm@openbsd.org> |
When connecting to a non existing tcp listen socket on localhost, connect(2) does no longer fail immediately. It reports EINPROGRESS first, an ECONNREFUSED or EPIPE error follows later. Allow this
When connecting to a non existing tcp listen socket on localhost, connect(2) does no longer fail immediately. It reports EINPROGRESS first, an ECONNREFUSED or EPIPE error follows later. Allow this changed behavior in syslogd(8) regression tests.
show more ...
|
#
df9921f8 |
| 25-Sep-2015 |
bluhm <bluhm@openbsd.org> |
In libtls connection error EOF has changed to connection close. Adapt syslogd tests.
|
#
b44307d8 |
| 09-Feb-2015 |
bluhm <bluhm@openbsd.org> |
Error messages form libtls have changed, adapt syslogd tests.
|
#
8cd3cffc |
| 06-Feb-2015 |
bluhm <bluhm@openbsd.org> |
Add syslogd tests for dropped messages.
|
#
a588825e |
| 16-Jan-2015 |
bluhm <bluhm@openbsd.org> |
Add regression tests for syslog over TLS.
|