History log of /openbsd-current/regress/usr.sbin/syslogd/args-server-tls-reconnect.pl
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.11 10-Dec-2022 anton

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.


Revision tags: OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.10 15-Sep-2020 bluhm

Error messages for LibreSSL have changed when switching to TLS 1.3.


Revision tags: OPENBSD_6_7_BASE
# 1.9 06-May-2020 bluhm

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@


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE
# 1.8 22-May-2018 bluhm

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.


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE
# 1.7 13-Sep-2017 bluhm

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.


# 1.6 05-Apr-2017 bluhm

Syslogd's debug and error messages have changed a bit, adapt test.


Revision tags: OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.5 29-May-2016 bluhm

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.


Revision tags: OPENBSD_5_9_BASE
# 1.4 25-Sep-2015 bluhm

In libtls connection error EOF has changed to connection close.
Adapt syslogd tests.


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.3 09-Feb-2015 bluhm

Error messages form libtls have changed, adapt syslogd tests.


# 1.2 06-Feb-2015 bluhm

Add syslogd tests for dropped messages.


# 1.1 16-Jan-2015 bluhm

Add regression tests for syslog over TLS.


# 1.10 15-Sep-2020 bluhm

Error messages for LibreSSL have changed when switching to TLS 1.3.


Revision tags: OPENBSD_6_7_BASE
# 1.9 06-May-2020 bluhm

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@


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE
# 1.8 22-May-2018 bluhm

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.


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE
# 1.7 13-Sep-2017 bluhm

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.


# 1.6 05-Apr-2017 bluhm

Syslogd's debug and error messages have changed a bit, adapt test.


Revision tags: OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.5 29-May-2016 bluhm

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.


Revision tags: OPENBSD_5_9_BASE
# 1.4 25-Sep-2015 bluhm

In libtls connection error EOF has changed to connection close.
Adapt syslogd tests.


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.3 09-Feb-2015 bluhm

Error messages form libtls have changed, adapt syslogd tests.


# 1.2 06-Feb-2015 bluhm

Add syslogd tests for dropped messages.


# 1.1 16-Jan-2015 bluhm

Add regression tests for syslog over TLS.


Revision tags: OPENBSD_6_7_BASE
# 1.9 06-May-2020 bluhm

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@


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE
# 1.8 22-May-2018 bluhm

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.


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE
# 1.7 13-Sep-2017 bluhm

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.


# 1.6 05-Apr-2017 bluhm

Syslogd's debug and error messages have changed a bit, adapt test.


Revision tags: OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.5 29-May-2016 bluhm

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.


Revision tags: OPENBSD_5_9_BASE
# 1.4 25-Sep-2015 bluhm

In libtls connection error EOF has changed to connection close.
Adapt syslogd tests.


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.3 09-Feb-2015 bluhm

Error messages form libtls have changed, adapt syslogd tests.


# 1.2 06-Feb-2015 bluhm

Add syslogd tests for dropped messages.


# 1.1 16-Jan-2015 bluhm

Add regression tests for syslog over TLS.


# 1.8 22-May-2018 bluhm

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.


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE
# 1.7 13-Sep-2017 bluhm

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.


# 1.6 05-Apr-2017 bluhm

Syslogd's debug and error messages have changed a bit, adapt test.


Revision tags: OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.5 29-May-2016 bluhm

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.


Revision tags: OPENBSD_5_9_BASE
# 1.4 25-Sep-2015 bluhm

In libtls connection error EOF has changed to connection close.
Adapt syslogd tests.


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.3 09-Feb-2015 bluhm

Error messages form libtls have changed, adapt syslogd tests.


# 1.2 06-Feb-2015 bluhm

Add syslogd tests for dropped messages.


# 1.1 16-Jan-2015 bluhm

Add regression tests for syslog over TLS.


Revision tags: OPENBSD_6_2_BASE
# 1.7 13-Sep-2017 bluhm

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.


# 1.6 05-Apr-2017 bluhm

Syslogd's debug and error messages have changed a bit, adapt test.


Revision tags: OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.5 29-May-2016 bluhm

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.


Revision tags: OPENBSD_5_9_BASE
# 1.4 25-Sep-2015 bluhm

In libtls connection error EOF has changed to connection close.
Adapt syslogd tests.


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.3 09-Feb-2015 bluhm

Error messages form libtls have changed, adapt syslogd tests.


# 1.2 06-Feb-2015 bluhm

Add syslogd tests for dropped messages.


# 1.1 16-Jan-2015 bluhm

Add regression tests for syslog over TLS.