Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-24 | add a missing header | Sebastien Marie | |
2015-08-24 | add new (extensible) testsuite for tame(2) | Sebastien Marie | |
2015-08-23 | ISO8859-1 support has been removed | Philip Guenther | |
ok semarie@ | |||
2015-08-23 | remove tame/sys_exit in favor of more generic approch (soon) | Sebastien Marie | |
2015-08-23 | convert to new tame(2) ABI/API | Sebastien Marie | |
2015-08-17 | Add forwarding tests for pf route-to and reply-to. Keep pf forward | Alexander Bluhm | |
and pf fragment tests in sync. | |||
2015-08-14 | add (currently failing) test for version comparison against "22-stable" | Jasper Lievisse Adriaanse | |
from attila@stalphonsos.com | |||
2015-08-13 | Add IPv6 fragment tests for pf route-to. A big ping packet is sent | Alexander Bluhm | |
in fragments to a machine running pf. From there it is forwarded with route-to to a router with a smaller MTU. Path MTU discovery has to make successive fragments shorter and pf route-to has to preserve the fragment size. | |||
2015-08-13 | NOTE_FORK|NOTE_TRACK knote can track grandchild processes. Wait for | Masao Uebayashi | |
both child/grandchild process events. | |||
2015-08-13 | Zero-clear test buffers. Close fds. | Masao Uebayashi | |
2015-08-13 | Close an fd. | Masao Uebayashi | |
2015-08-13 | Zero-clear test buffer. Close fds. | Masao Uebayashi | |
2015-08-13 | Zero-clear test buffer. | Masao Uebayashi | |
2015-08-13 | Zero-clear test buffer. KNF while here. | Masao Uebayashi | |
2015-08-05 | adjust for RSA minimum modulus switch; ok deraadt@ | Damien Miller | |
2015-08-02 | Kill a useless assignment. | Masao Uebayashi | |
2015-08-02 | Refactor to prepare a future change; no functional changes. | Masao Uebayashi | |
2015-08-01 | Use Socket to make Perl syntax check of single test files pass. | Alexander Bluhm | |
2015-08-01 | Make syslogd tests more reliable. Allow TLS tests to drop a wider | Alexander Bluhm | |
rage of messages and make dropped regexes more specific. | |||
2015-08-01 | SPC -> TAB | Masao Uebayashi | |
2015-07-31 | Don't hardcode /usr/src, use BSDSRCDIR | Tobias Ulmer | |
2015-07-30 | Add regress test to exercise octal expansion (via blackslash) in | Todd C. Miller | |
PS1 and PS2. OK deraadt@ | |||
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 |