summaryrefslogtreecommitdiff
path: root/regress/sys
AgeCommit message (Expand)Author
2017-05-15Use netcat options -n, -W, -w to simplify test. Wrap long lines.Alexander Bluhm
2017-05-13Pick aes.c instead of rijndael.cMike Belopuhov
2017-05-12Run all IPsec tests with a pf rule that logs everything on the enc0Alexander Bluhm
2017-05-11Enable IPv6 IPsec transport mode tests for ping and TCP over ESPAlexander Bluhm
2017-05-11Use the new netcat -W recvlimit feature to speed up the test.Alexander Bluhm
2017-05-10Run tcpdump(8) on the enc0 device while the test is sending IPsecAlexander Bluhm
2017-05-04Add IPsec test for manually configured SA bundles. That does ipcomp,Alexander Bluhm
2017-05-02Convert CMAC and Key Wrap regress tests over to the new AESMike Belopuhov
2017-05-02Sync GMAC and AES-CTR/-XTS regress tests with the new AES codeMike Belopuhov
2017-05-02Pick the right AES source fileMike Belopuhov
2017-04-30Switch AES testcase to the new implementationMike Belopuhov
2017-04-30Check that unsupported operation returns ENOSYS.Martin Pieuchot
2017-04-30Regression tests for futex(2).Martin Pieuchot
2017-04-19Make the test pass when an obj directory exists.Alexander Bluhm
2017-04-16Make sure these tests print "SKIPPED" if the necessary variables aren't set.Mark Kettenis
2017-04-14Add test for IP payload compression. It is sending small and bigAlexander Bluhm
2017-04-12Add comment what the test does.Alexander Bluhm
2017-04-12The pledge sigkill test is an outdated copy of sigabrt. Remove theAlexander Bluhm
2017-04-12Add comment how the test works.Alexander Bluhm
2017-03-28Make the test also work with obj directory.Alexander Bluhm
2017-03-28Link pledge sockopt regression tests to build.Alexander Bluhm
2017-03-28Call get/setsockopt(2) with various sockets and check which optionsAlexander Bluhm
2017-03-24correct my email address. thanks fcambus@Sebastian Benoit
2017-03-08format string mishandlingTheo de Raadt
2017-03-08warning cleanups; ok guentherTheo de Raadt
2017-03-08don't use __syscall to emulate _exit, just call _exitTheo de Raadt
2017-03-08fix comment blockTheo de Raadt
2017-03-07Add test vectors to regress gmac_test.cKinichiro Inoguchi
2017-03-03Do not use an obsolete copy of a Perl module from CPAN for testing.Alexander Bluhm
2017-03-01Print message why tests are skipped.Alexander Bluhm
2017-03-01Avoid warnings from ssh -t, check remote SUDO at beginning.Alexander Bluhm
2017-03-01Print SKIPPED if the architecture dependent regression tests areAlexander Bluhm
2017-03-01Use consistent address schema with local and remote machine. FillAlexander Bluhm
2017-02-28IPv6 packets with routing header 0 are dropped by pf, but answeredAlexander Bluhm
2017-02-28Fragment reassembly code exists in pf and network stack. To testAlexander Bluhm
2017-02-27This test cannot pass while pf on localhost filters packets statefully.Alexander Bluhm
2017-02-27Do not turn on pf in a regression test, require that it has beenAlexander Bluhm
2017-02-27Add IPsec tests for ipip encapsulation.Alexander Bluhm
2017-02-25Add missing includes to avoid implicit function declarations.Jonathan Gray
2017-02-22Enable semarie's sendrecvfd testsTheo Buehler
2017-02-22Add regress tests for fd passing and pledge. Check sending and receivingTheo Buehler
2017-02-21Remove SUDO=doas in regress Makefile. The test developer must notAlexander Bluhm
2017-02-21Make test_request_tty() also pass in environments without tty by opening aTheo Buehler
2017-02-19re-enable generic pledge testsTheo Buehler
2017-02-19Clean up regress/sys/kern/pledge/generic tests: many tests failed becauseTheo Buehler
2017-02-16Fix type of argv. Found by clang.Patrick Wildt
2017-02-13Test IPsec with AH the same way it is already done for ESP.Alexander Bluhm
2017-02-10Create and connect to unix domain sockets on NFS mounted file system.Alexander Bluhm
2017-02-08Fix IP address schema to make space for AH tests.Alexander Bluhm
2017-02-08Encrypt UDP and TCP packets in test. Use a sane transport config.Alexander Bluhm