Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-28 | Add more and deeper tests for pf divert-reply rules. Especially | Alexander Bluhm | |
the combination of sending and receiving multiple packets over one socket is tested for UDP, raw IP and ICMP. | |||
2015-07-28 | Add (currently failing) test for passing PATH via keepenv in doas. | Vadim Zhukov | |
Initial report by Ze Loff on misc@. | |||
2015-07-28 | check that flags value of 0 restricts the process to the _exit(2) system call. | Sebastien Marie | |
note that it isn't the case currently. | |||
2015-07-27 | add some regress for tame. just a starting point for now | Sebastien Marie | |
2015-07-26 | Make test names printed like other test suites do. | Vadim Zhukov | |
2015-07-26 | Hook up doas tests. | Vadim Zhukov | |
2015-07-26 | Import test suite for doas. Relies on recently committed command matching | Vadim Zhukov | |
functionlity with -C flag. | |||
2015-07-21 | Extend the setup with another address for testing pf route-to. | Alexander Bluhm | |
2015-07-20 | Add radius(3) library. This will be used by RADIUS server and client | YASUOKA Masahiko | |
programs to manipulate RADIUS packets. Mainly written by UMEZAWA Takeshi. fix and suggestion deraadt ok deraadt | |||
2015-07-20 | When test pf.conf changes, check its syntax and use the new one. | Alexander Bluhm | |
2015-07-20 | remove expanded rcs id | Jasper Lievisse Adriaanse | |
2015-07-20 | Test what happens when syslogd reaches its file descriptor limit | Alexander Bluhm | |
and cannot accept TCP connections anymore. | |||
2015-07-20 | More reliable test due to more specific regex. | Alexander Bluhm | |
2015-07-20 | Fix white spaces. | Alexander Bluhm | |
2015-07-20 | Allow to use $curdir, $objdir, $host, $hostname in the test config | Alexander Bluhm | |
file. They are substituted automatically, to avoid this in each single test. | |||
2015-07-20 | Add VIS_DQ to escape double quotes. OK deraadt@ semarie@ reyk@ | Todd C. Miller | |
2015-07-19 | Test octet counting and non transparent framing. | Alexander Bluhm | |
2015-07-19 | stop doing etc regress by default | Theo de Raadt | |
2015-07-18 | Now tls_write() behaves like write(2), so the TLS tests produce the | Alexander Bluhm | |
same results as the TCP tests. | |||
2015-07-18 | add relayd regression test args-http-slow-consumer.pl | Sebastian Benoit | |
ok reyk@, bluhm@ | |||
2015-07-18 | simplify length checking in do_indefinite_convert | Brent Cook | |
Fixes Coverity 117506, 117507, 117508 ok doug@ | |||
2015-07-18 | whitespace, no functional change | Sebastian Benoit | |
2015-07-18 | remove mysterious, decorative comment blocklets | Brent Cook | |
2015-07-18 | Explicitly mark ignored BN_* return vals in tests. | Brent Cook | |
The tests will fail all the same. Fixes Coverity 78811 21659 21658 21657. Discussed with beck@ | |||
2015-07-18 | check sscanf conversion, fixes Coverity 21666 | Brent Cook | |
ok doug@, miod@, guenther@ | |||
2015-07-18 | now that groff handles \(bu properly, | Ingo Schwarze | |
remove the special casing in the test suite | |||
2015-07-17 | add tests for -i | Jasper Lievisse Adriaanse | |
2015-07-17 | remove -u flag to diff (only used for error output) to make things | Damien Miller | |
easier for -portable | |||
2015-07-16 | Add gigabit test over tls | Reyk Floeter | |
2015-07-16 | Print the received percentage in client.log instead of dots. | Reyk Floeter | |
This makes it nicer when waiting for large test files. | |||
2015-07-16 | Use sysread instead of <STDIN> for the stream. | Reyk Floeter | |
2015-07-16 | Fix non-sparse mode | Reyk Floeter | |
2015-07-16 | This feature is tested in args-block-prog-quick.pl now. | Alexander Bluhm | |
2015-07-16 | Add another test for small packets | Reyk Floeter | |
2015-07-16 | Remove my copyright here | Reyk Floeter | |
2015-07-16 | Add httpd regression tests based on bluhm's regression suite for | Reyk Floeter | |
relayd - "bluhm test". This is just the initial version, more tests and changes will be done. As discussed with bluhm@ florian@ | |||
2015-07-16 | Test that syslogd does not append white spaces to messages. Per | Alexander Bluhm | |
default the test pattern is stricter now. Also do some test cleanup | |||
2015-07-16 | Kill a possibly running syslogd with -9 before testing. | Alexander Bluhm | |
2015-07-16 | Adapt previous to extended-precision, and fix single-precision constants. | Martynas Venckus | |
2015-07-16 | Signs of cacosh/cacoshf were not always correct (e.g., -1.1 -1.1i), | Martynas Venckus | |
as found by fortran regression tests. Also added some complex regression tests for cacosh, casinh, catanh. Reported by John Marino @ DragonFlyBSD. | |||
2015-07-15 | regen RSA1 test keys; the last batch was missing their private parts | Damien Miller | |
2015-07-13 | Unhook tls_ext_alpn test until the code passes it. | Doug Hogan | |
2015-07-10 | Adapt tests, now that DSA if off by default; use PubkeyAcceptedKeyTypes | Markus Friedl | |
and PubkeyAcceptedKeyTypes to test DSA. | |||
2015-07-09 | Test syslogd with reduced file descriptor limit. It has too many | Alexander Bluhm | |
log files in syslog.conf and must close and reopen them at SIGHUP. | |||
2015-07-09 | Add tests for parsing TLS extension ALPN (RFC 7301). | Doug Hogan | |
The current libssl code does not pass these tests yet. | |||
2015-07-07 | Add tests for incomming syslog messages over TCP. | Alexander Bluhm | |
2015-07-07 | add setlocale test | semarie | |
2015-07-07 | add regress test for setlocale(3) and some related | semarie | |
functions (MB_CUR_MAX, isalpha() for ctype. some tips from stsp@ | |||
2015-07-07 | regen test data after mktestdata.sh changes | Markus Friedl | |
2015-07-07 | adapt tests to new minimum RSA size and default FP format | Markus Friedl | |