summaryrefslogtreecommitdiffstats
path: root/regress/usr.sbin/syslogd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kernel drops fewer messages in sendsyslog(2), adapt syslogd(8)bluhm2021-03-0913-15/+300
* Timing on slow armv7 machine is different. Instead of a brokenbluhm2020-12-262-14/+15
* Remove echo headlines.bluhm2020-12-171-7/+1
* Certificate verification error message has been improved.bluhm2020-11-161-1/+1
* Fix some races in syslogd tests. Fewer handshakes in TLS 1.3 makebluhm2020-11-064-9/+25
* With TLS 1.2 the step by step handshake created precise errorbluhm2020-10-165-6/+22
* Error messages for LibreSSL have changed when switching to TLS 1.3.bluhm2020-09-153-20/+21
* Null cipher test works only with TLS 1.2.bluhm2020-09-151-1/+2
* Use more specific regex for ktrace to avoid false positives.bluhm2020-09-141-2/+2
* If KTRACE environment is set, generate ktrace output also for clientbluhm2020-07-244-14/+23
* With TLS 1.3 error message has slightly changed if the cafile doesbluhm2020-07-241-2/+3
* LibreSSL default TLS version has changed from 1.2 to 1.3. Adaptbluhm2020-07-243-3/+36
* Test that syslogd closes the UDP sockets only if not configured tobluhm2020-05-252-0/+52
* LibreSSL error message has been improved, adapt syslogd TLS tests.bluhm2020-05-192-2/+2
* Currently LibreSSL reports an unknown SSL_internal error. Adjustbluhm2020-05-062-11/+10
* The error message from LibreSSL has changed. Adjust regex in test.bluhm2020-05-061-1/+1
* Disable interop test with rsyslogd and TLS. Starting rsyslogd withbluhm2019-12-281-2/+2
* REGRESS_SKIP_TARGETS was spelled incorrectly.bluhm2019-09-201-2/+2
* Rsyslogd TLS client side is unreliable. Disable compatiblity test.bluhm2019-09-173-5/+12
* If rsyslogd is not installed, explicitly skip these syslogdbluhm2019-09-103-11/+21
* Fix more races in syslogd test.bluhm2019-09-103-16/+21
* Fix race in syslogd test.bluhm2019-09-101-1/+1
* Test should also run if there is no obj directory. Name regressbluhm2019-07-121-2/+2
* There was a race what is read first: the EOF from stdin to terminatebluhm2019-07-091-5/+18
* On slow armv7 machine reconnect timeout is faster than test, sobluhm2019-07-091-1/+1
* With new Perl we have add .OBJDIR to @INC.bluhm2019-02-191-3/+3
* Adapt expected number of dropped messages after sendsyslog(2) kernelbluhm2019-01-186-16/+16
* Debug output of rsyslogd has changed, adapt regex in compatibilitybluhm2018-10-061-2/+2
* Simplify regress tests by using the new setup and cleanup feature.bluhm2018-10-061-14/+15
* In the sendsyslog-dropped test the client has to write a log messagebluhm2018-05-2220-41/+45
* Fix a race in the syslogd test. It did not wait long enough forbluhm2018-04-112-8/+8
* The error handling of invalid certificate files has changed inbluhm2018-02-271-11/+8
* Unlocking the TCP stack resulted in smaller TCP segments sent outbluhm2018-01-141-2/+6
* lenght->length, mostly in commentssthen2017-11-271-5/+5
* Test file system full behavior of syslogd(8). This is done bybluhm2017-10-236-5/+316
* Update matching regexp now that the pid is included.mpi2017-10-171-1/+1
* Check that the dropped during initialization message appears inbluhm2017-10-053-2/+63
* If file descriptors are exhausted during initialization, we seebluhm2017-09-174-16/+24
* Check that pending "message repeated" is printed at exit and restart.bluhm2017-09-132-0/+113
* Check that the hostname added by syslogd -h in file and server logbluhm2017-09-1313-119/+201
* Syslogd does no longer keep the *:514 UDP sockets open by default.bluhm2017-09-1227-14/+72
* Use signed ssize_t to make read(2) error check actually work.bluhm2017-09-111-2/+2
* Start syslogd with -rr. With different timing the order of messagesbluhm2017-06-081-1/+1
* Test that suslogd's UDP sockets bound to *.514 do not receive packetsbluhm2017-04-291-0/+80
* Check that non existing log files in syslog.conf are reported tobluhm2017-04-2813-11/+98
* Test listening on multiple syslog over TLS sockets.bluhm2017-04-251-48/+62
* Test syslogd(8) "last message repeated" feature and -r option.bluhm2017-04-172-2/+60
* Adapt test to new syslogd's local message priority.bluhm2017-04-074-8/+42
* Check that local syslog messages have the the expected priority.bluhm2017-04-063-30/+71
* Syslogd's debug and error messages have changed a bit, adapt test.bluhm2017-04-0547-127/+140