summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/syslogd
AgeCommit message (Expand)Author
2016-10-06Check that syslogd priv process does exec on itself.Alexander Bluhm
2016-10-06Add millisecond precision to expected timestamp.Alexander Bluhm
2016-10-04Add test for syslogd(8) -Z ISO timestamp format.Alexander Bluhm
2016-09-23The TCP socket buffer size for syslogd has changed. Adapt testsAlexander Bluhm
2016-09-21Test syslogd TLS client certificate validation.Alexander Bluhm
2016-09-02Print SKIPPED if a regress test cannot be executed for some reason.Alexander Bluhm
2016-08-29Syslogd tls config error messages have changed, adapt tests.Alexander Bluhm
2016-08-23Some syslogd tests failed to report errors. Make these tests moreAlexander Bluhm
2016-08-17syslogd(8) uses new libtls certificate and key file loading. SoAlexander Bluhm
2016-07-12Allow to run the syslogd tests as root without SUDO also if theAlexander Bluhm
2016-07-12Add regression tests for syslogd TLS client certificates.Alexander Bluhm
2016-07-11Revert previous adaption of the test. The behavior change in libtlsAlexander Bluhm
2016-07-06Now libtls is always reading cert.pem during tls_config_new().Alexander Bluhm
2016-07-01Timing changed, now a syslogd test may get EPIPE instead ofAlexander Bluhm
2016-06-22Syslogd can send messages to a user, test what happens if theAlexander Bluhm
2016-05-29When connecting to a non existing tcp listen socket on localhost,Alexander Bluhm
2016-05-03Fix some Perl statements perlcritic was bitching about: VariableAlexander Bluhm
2016-05-03To test syslogd compatibility rsyslog is used as remote server.Alexander Bluhm
2016-03-29Kdump contains LOG_CONS now. TLS error message changes.Alexander Bluhm
2016-03-21System call sendsyslog2 is gone, adapt tests.Alexander Bluhm
2016-01-07When syslogd is not running, check that no syslog priority or droppedAlexander Bluhm
2015-12-30Test logging to console by redirecting the system's console into aAlexander Bluhm
2015-12-04Add tests that call the syscalls sendsyslog(2) and sendsyslog2(2)Alexander Bluhm
2015-11-04replace setbuf with setvbuf, from Frederic NowakTed Unangst
2015-11-04Generating the self-signed syslogd test certificate does not dependAlexander Bluhm
2015-11-02Test that rsyslogd can send over TLS to OpenBSD syslogd.Alexander Bluhm
2015-10-31As syslog(3) in libc no longer inserts the timestamp, the maximumAlexander Bluhm
2015-10-24Handling of bogus CA file has changed in syslogd. Adapt tests toAlexander Bluhm
2015-10-23Test syslogd with empty or non existing server certificates andAlexander Bluhm
2015-10-23Check that syslogd delays a blocking write to tty and that that allAlexander Bluhm
2015-10-19Test syslogd logging to a tty which belongs to a user. This isAlexander Bluhm
2015-10-09Add tests for syslogd TLS accept and receive encrypted messages.Alexander Bluhm
2015-09-25In libtls connection error EOF has changed to connection close.Alexander Bluhm
2015-09-11Adapt test to 50MB CAfile limit.Alexander Bluhm
2015-09-11Check that there are no illegal spaces in the sendsyslog message.Alexander Bluhm
2015-09-10Grep for new error messages about tls_connect_socket. Libtls nowAlexander Bluhm
2015-09-09Add args-bufsize-native.pl that checks wether libc syslog(3) canAlexander Bluhm
2015-09-09Test that syslogd can process 8 full size messages from sendsyslog(2)Alexander Bluhm
2015-09-03Add test for sendsyslog(2) dropped message reporting.Alexander Bluhm
2015-08-31New tests for +host in syslog.conf that matches on an IPv4 and IPv6Alexander Bluhm
2015-08-25Do not inherit the event environment, delete and set explicitlyAlexander Bluhm
2015-08-01Use Socket to make Perl syntax check of single test files pass.Alexander Bluhm
2015-08-01Make syslogd tests more reliable. Allow TLS tests to drop a widerAlexander Bluhm
2015-07-20Test what happens when syslogd reaches its file descriptor limitAlexander Bluhm
2015-07-20More reliable test due to more specific regex.Alexander Bluhm
2015-07-20Allow to use $curdir, $objdir, $host, $hostname in the test configAlexander Bluhm
2015-07-19Test octet counting and non transparent framing.Alexander Bluhm
2015-07-18Now tls_write() behaves like write(2), so the TLS tests produce theAlexander Bluhm
2015-07-16This feature is tested in args-block-prog-quick.pl now.Alexander Bluhm
2015-07-16Test that syslogd does not append white spaces to messages. PerAlexander Bluhm