Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-22 | Get the framework from relayd regress to start switchd on demand. | Alexander Bluhm | |
This allows to run the test without manual setup. | |||
2017-06-08 | Start syslogd with -rr. With different timing the order of messages | Alexander Bluhm | |
changed. Then a "last message repeated" confused the test. | |||
2017-04-29 | Test that suslogd's UDP sockets bound to *.514 do not receive packets | Alexander Bluhm | |
if the -u insecure mode is not selected. | |||
2017-04-28 | Check that non existing log files in syslog.conf are reported to | Alexander Bluhm | |
/dev/console during startup and restart. Startup warnings contain the pid now. Console logging creates additional errors if the file descriptor limit is exhausted. | |||
2017-04-25 | Test listening on multiple syslog over TLS sockets. | Alexander Bluhm | |
2017-04-17 | Test syslogd(8) "last message repeated" feature and -r option. | Alexander Bluhm | |
2017-04-07 | Adapt test to new syslogd's local message priority. | Alexander Bluhm | |
2017-04-06 | Check that local syslog messages have the the expected priority. | Alexander Bluhm | |
2017-04-05 | Syslogd's debug and error messages have changed a bit, adapt test. | Alexander Bluhm | |
2017-03-24 | Check that syslogd(8) is still running if non critical errors happen | Alexander Bluhm | |
during startup. | |||
2017-02-22 | ldapd regress tests depends on openldap-client, check | Gleydson Soares | |
if that package is installed, otherwise print a warning and skip them but not fail. requested by/ok mpi@ | |||
2017-02-09 | Add defines that are needed to compile XS code with Perl 5.24.1. | Alexander Bluhm | |
2017-02-07 | Adapt regex in syslogd test to the new shiny libssl error messages. | Alexander Bluhm | |
2017-02-02 | sudo -> SUDO and some other minor tweaks | Theo Buehler | |
2017-02-01 | SUDO is doas | Reyk Floeter | |
2017-02-01 | Add Range and multipart tests. | Reyk Floeter | |
2017-01-31 | Mark the IO::Socket::SSL server socket with SSL_server to avoid | Alexander Bluhm | |
OCSP error messages. | |||
2017-01-31 | The libssl and libcrypto error messages have changed. Adapt the | Alexander Bluhm | |
regex for the expected output in the log files. | |||
2017-01-30 | Fix TLS tests. Keys and log files are now in obj, not in obj/htdocs | Reyk Floeter | |
2017-01-30 | Adjust CLEANFILES for new httpd root | Reyk Floeter | |
2017-01-30 | unbreak httpd regress tests after wobj change | Reyk Floeter | |
Previously, the tests used the obj dir as the httpd chroot/root. But the www user cannot access any files since we switched obj to 0750. The fix is to create another 0755 subdirectory obj/htdocs as the root. | |||
2017-01-26 | Each entry in REGRESS_TARGETS is run in a separate make process, so the | Jonathan Matthew | |
.END target will kill ldapd after each one. To compensate, make each test target depend on bootstrap to ensure ldapd is running. In .END, remove the pid file after killing ldapd so reduce noise. | |||
2017-01-02 | Test listening on multiple sockets simultaneously. | Alexander Bluhm | |
2016-12-30 | Now libtls creates nicer certificate verification error messages. | Alexander Bluhm | |
Adapt regex in syslogd test. | |||
2016-12-27 | Test that the syslogd program can be started with a relative path. | Alexander Bluhm | |
2016-12-26 | Typo, "more then" -> "more than" | Jeremie Courreges-Anglas | |
2016-12-22 | Update the regress test to work with the new changes in the switchd(8) | Rafael Zalamena | |
table learning implementation. ok reyk@ | |||
2016-12-07 | Spacing in arp -a output has changed, adapt test. | Alexander Bluhm | |
2016-11-28 | To test the pipe feature, a dd is started and writing into a log | Alexander Bluhm | |
file as user _syslogd. Since /usr/obj is 0770 now, user _syslogd cannot access this file there anymore. Create pipe.log in temporary directory in /tmp instead. | |||
2016-11-17 | Add support for OpenFlow 1.3.5 tests and make jumbo test use the new | Rafael Zalamena | |
version. ok reyk@ | |||
2016-11-16 | Add support for big reads in perl and fix the jumbo test, also remove | Rafael Zalamena | |
message type specific code from OFP encode. ok reyk@ | |||
2016-11-16 | Remove code duplication for receiving/sending OFP packets and simplify | Rafael Zalamena | |
packet-in building. ok reyk@ | |||
2016-11-15 | Create the sys/syscall.ph header file on demand for the sendsyslog(2) | Alexander Bluhm | |
tests since Perl headers are not installed by default anymore. | |||
2016-11-11 | Fix regress after moving ofp.h to sys/net/ | Reyk Floeter | |
2016-10-13 | In rare cases the number of dropped messages changes a bit more. | Alexander Bluhm | |
Make regex less strict. | |||
2016-10-12 | Fix races during syslogd startup and shutdown in privsep tests. | Alexander Bluhm | |
2016-10-10 | The TLS error message depends on the generated fake certificate. | Alexander Bluhm | |
Make the test's expectation less strict. | |||
2016-10-06 | Check that syslogd priv process does exec on itself. | Alexander Bluhm | |
2016-10-06 | Add millisecond precision to expected timestamp. | Alexander Bluhm | |
2016-10-05 | Bump the sizes of generated jumbo frames up to the max. | Reyk Floeter | |
2016-10-04 | Add test for syslogd(8) -Z ISO timestamp format. | Alexander Bluhm | |
2016-09-28 | The ldap regression test should behave more like the other tests. | Alexander Bluhm | |
So use REGRESS_TARGETS provided by bsd.regress.mk. OK landry@ | |||
2016-09-28 | The tun interface has been renamed to tap(4). Adapt ospfd test. | Alexander Bluhm | |
2016-09-28 | An unintened 65536 size change slipped in, revert to 65535 | Reyk Floeter | |
2016-09-28 | Fix length calculation of PACKET_IN (I forget the 10 byte packet_in header). | Reyk Floeter | |
2016-09-28 | Bump buffer size to 64k, the max OFP packet size | Reyk Floeter | |
2016-09-28 | I wrote a perfect regress test: a test that never fails. Correctly | Reyk Floeter | |
populate the die() from code within eval to make failed tests fail. | |||
2016-09-23 | Check wether sudo or doas is working once at the beginning of the | Alexander Bluhm | |
test. | |||
2016-09-23 | Remove leftovers from relayd tests. | Alexander Bluhm | |
2016-09-23 | The TCP socket buffer size for syslogd has changed. Adapt tests | Alexander Bluhm | |
where we count the dropped messages. A different number gets stuck in the kernel buffers now which is not included in the syslogd statistics. |