Age | Commit message (Expand) | Author |
2017-03-08 | format string mishandling | Theo de Raadt |
2017-03-08 | warning cleanups; ok guenther | Theo de Raadt |
2017-03-08 | don't use __syscall to emulate _exit, just call _exit | Theo de Raadt |
2017-03-08 | fix comment block | Theo de Raadt |
2017-03-07 | Add test vectors to regress gmac_test.c | Kinichiro Inoguchi |
2017-03-03 | Do not use an obsolete copy of a Perl module from CPAN for testing. | Alexander Bluhm |
2017-03-01 | Print message why tests are skipped. | Alexander Bluhm |
2017-03-01 | Avoid warnings from ssh -t, check remote SUDO at beginning. | Alexander Bluhm |
2017-03-01 | Print SKIPPED if the architecture dependent regression tests are | Alexander Bluhm |
2017-03-01 | Use consistent address schema with local and remote machine. Fill | Alexander Bluhm |
2017-02-28 | IPv6 packets with routing header 0 are dropped by pf, but answered | Alexander Bluhm |
2017-02-28 | Fragment reassembly code exists in pf and network stack. To test | Alexander Bluhm |
2017-02-27 | This test cannot pass while pf on localhost filters packets statefully. | Alexander Bluhm |
2017-02-27 | Do not turn on pf in a regression test, require that it has been | Alexander Bluhm |
2017-02-27 | Add IPsec tests for ipip encapsulation. | Alexander Bluhm |
2017-02-25 | Add missing includes to avoid implicit function declarations. | Jonathan Gray |
2017-02-22 | Enable semarie's sendrecvfd tests | Theo Buehler |
2017-02-22 | Add regress tests for fd passing and pledge. Check sending and receiving | Theo Buehler |
2017-02-21 | Remove SUDO=doas in regress Makefile. The test developer must not | Alexander Bluhm |
2017-02-21 | Make test_request_tty() also pass in environments without tty by opening a | Theo Buehler |
2017-02-19 | re-enable generic pledge tests | Theo Buehler |
2017-02-19 | Clean up regress/sys/kern/pledge/generic tests: many tests failed because | Theo Buehler |
2017-02-16 | Fix type of argv. Found by clang. | Patrick Wildt |
2017-02-13 | Test IPsec with AH the same way it is already done for ESP. | Alexander Bluhm |
2017-02-10 | Create and connect to unix domain sockets on NFS mounted file system. | Alexander Bluhm |
2017-02-08 | Fix IP address schema to make space for AH tests. | Alexander Bluhm |
2017-02-08 | Encrypt UDP and TCP packets in test. Use a sane transport config. | Alexander Bluhm |
2017-02-06 | Test combinations of IPsec tunnel and transport mode on several | Alexander Bluhm |
2017-02-06 | Ping via IPsec must increment ESP input and output counter by one. | Alexander Bluhm |
2017-02-06 | Add ipsec subdir. | Alexander Bluhm |
2017-02-06 | Test combinations of IPsec tunnel and transport mode on several | Alexander Bluhm |
2017-01-27 | Make sure that the fstest program has been build when running in | Alexander Bluhm |
2017-01-26 | deactivate the existing pledge regress tests, they need | Sebastian Benoit |
2017-01-26 | add check for pledge(pf), and pledge(pf) + fd passing | Sebastian Benoit |
2017-01-26 | enable compiler warnings and fix them. | Sebastian Benoit |
2017-01-25 | Do not try to execute this test on !m88k archs. | Martin Pieuchot |
2017-01-24 | Fix typo in variable name. | Alexander Bluhm |
2017-01-20 | Hook up the pf_table regress test | Claudio Jeker |
2017-01-20 | Add a basic test for pf_table using pfctl -t x -T test | Claudio Jeker |
2017-01-19 | Our kernel does not generate IPv6 atomic fragments anymore. Check | Alexander Bluhm |
2017-01-19 | Sending a PMTU ICMP packet will trigger a TCP retransmit. The test | Alexander Bluhm |
2017-01-18 | Do not use privileged or NFS source ports for UDP packets as inetd | Alexander Bluhm |
2017-01-18 | Add tests that generate IPv6 atomic fragments for UDP and TCP by | Alexander Bluhm |
2017-01-18 | Do not unconfigure mount points, vnd devices and NFS daemons during | Alexander Bluhm |
2017-01-16 | SIGTERM does not reliably terminate mountd(8), use -KILL for cleanup. | Alexander Bluhm |
2017-01-16 | Somewhere between 5.9 and current gen_traffic started to produce one | Florian Obser |
2017-01-16 | remove duration, it depends too much on the specific setup | Florian Obser |
2017-01-14 | It's not longer a syntax error to provide a flowdst without a port | Florian Obser |
2017-01-14 | Remove priority line, ifconfig(8) prints the interface index on the | Florian Obser |
2017-01-13 | Let these hppa-specific tests print "SKIPPED" on non-hppa architectures. | Mark Kettenis |