Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-16 | Disable the pthread_once subtest until the problem with samba port | Alexander Bluhm | |
is resolved and libpthread can be fixed. discussed with guenther@ | |||
2017-11-15 | Makefile cleanup, avoid DNS lookups, add copyright. | Alexander Bluhm | |
2017-11-15 | Do not unconfigure vnd1, the test did not configure it. | Alexander Bluhm | |
2017-11-14 | Add more checks helping to set up the test environment. | Alexander Bluhm | |
2017-11-11 | regress tests to match previous switch handling in vmd update. | Mike Larkin | |
diff from carlos cardenas, thanks. | |||
2017-11-10 | replace last instances of /dev/arandom with /dev/urandom | Christian Weisgerber | |
2017-11-08 | Wait for the splicing syscall by grepping it in the relay log. This | Alexander Bluhm | |
ensures that scapy's SYN+ACK packet hits the TCP stack when it hurts. | |||
2017-11-08 | Enable this test on i386. | Martin Pieuchot | |
2017-11-07 | Test more variations of TCP packets in the scapy splicing tests. | Alexander Bluhm | |
Delay connect and SYN+ACK to splice data into a connecting socket. | |||
2013-01-03 | Reengineer the socket splicing regression tests: | Alexander Bluhm | |
- Move the tests from splice to new sosplice directory for consistent naming. - Split the API tests and the TCP splicing tests into separate directories. - Create some tests for the upcoming UDP splicing. - Tests can be run in obj directories now. - The API tests can run both on a local and on a remote machine now. - Fix the forking TCP tests which splice and read or write simultaneously. - Bunch of little fixes for races in the tests. - Deduplicate code, move checks into common functions. | |||
2017-11-05 | Fix some comments and dependencies in this regress test. | Alexander Bluhm | |
2017-11-05 | Insert a rule into pf regress anchor that passes all packets without | Alexander Bluhm | |
state. The default pf rules interfere with this scapy test. | |||
2017-11-03 | Tests of libexpat 2.2.5 also need source file structdata.c. | Alexander Bluhm | |
2017-11-03 | Fix regression, pointed out by Mark Johnston. | Martin Pieuchot | |
2017-10-30 | whitespace at EOL | Damien Miller | |
2017-10-30 | whitespace at EOL | Damien Miller | |
2017-10-30 | add regress tests for new vmd bridge handling code | Mike Larkin | |
from Carlos Cardenas, thanks | |||
2017-10-11 | Add regression tests for vmd(8) config parsing. | Alexander Bluhm | |
from Carlos Cardenas; OK mlarkin@ | |||
2017-10-27 | Fix the glob to find all scapy test scripts. | Alexander Bluhm | |
2017-10-27 | I am trying to find a bug that seems to be triggered by a combination | Alexander Bluhm | |
of TCP timing and socket splicing. Add tests that use Scapy scripts as client and server. That allows to drop, delay and retransmit single TCP packets to execute various code paths in the remote OpenBSD stack. | |||
2013-01-03 | Reengineer the socket splicing regression tests: | Alexander Bluhm | |
- Move the tests from splice to new sosplice directory for consistent naming. - Split the API tests and the TCP splicing tests into separate directories. - Create some tests for the upcoming UDP splicing. - Tests can be run in obj directories now. - The API tests can run both on a local and on a remote machine now. - Fix the forking TCP tests which splice and read or write simultaneously. - Bunch of little fixes for races in the tests. - Deduplicate code, move checks into common functions. | |||
2017-10-25 | Use printenv to test whether an SSH_USER_AUTH is set instead of | Todd C. Miller | |
using $SSH_USER_AUTH. The latter won't work with csh which treats unknown variables as an error when expanding them. OK markus@ | |||
2017-10-24 | Add tests for URI parsing. OK markus@ | Todd C. Miller | |
2017-10-23 | Test file system full behavior of syslogd(8). This is done by | Alexander Bluhm | |
creating a vnd(4) disk image that is filled up during logging. | |||
2017-10-23 | Add tests for history load from file. | anton | |
2017-10-23 | Run all ksh tests with MALLOC_OPTIONS=S | anton | |
2017-10-23 | ifelse is special, fix argv parsing to avoid segfault | Marc Espie | |
problem noticed by Matthew Green (netbsd), slightly different fix so that argc counting makes more sense. we might want to warn on wrong number of parameters later, but this is somewhat inconsistent depending on the builtin right now. okay millert@ | |||
2017-10-20 | more RCSIDs | Damien Miller | |
2017-10-18 | Move the test implementation into the Makefile. Then we have only | Alexander Bluhm | |
one place to look at. Make prints the commands it executes to assist debugging and analysis. If the test fails, there are simple regress targets that can be run to reproduce the error easily. | |||
2017-10-17 | Update matching regexp now that the pid is included. | Martin Pieuchot | |
From bluhm@ | |||
2017-10-16 | Add test for memcpy() -> memmove() regression. | anton | |
2017-10-16 | Specify the xargs binary to test using a variable. | anton | |
While here, do not suppress the command executed by make. | |||
2017-10-16 | Add regress test for cancellation of pthread_once()'s init_routine | Philip Guenther | |
From Scott Cheloha (scottcheloha (at) gmail.com) | |||
2017-10-15 | Add a regression test for ldexp(3). | Visa Hankala | |
2017-10-12 | Use a regex(3) to find the new pledge violation string in the dmesg. | Alexander Bluhm | |
2017-10-11 | Update regress now that ssl_cipher_list_to_bytes() takes a CBB. | Joel Sing | |
Based on a diff from doug@ | |||
2017-10-11 | Generate a router advertisement with scapy and check that slaacd | Florian Obser | |
receives it by parsing slacctl show interface. This is a first stab, more things should be checked. | |||
2017-10-11 | don't create pyc files | Florian Obser | |
2017-10-11 | Link vmd regress to build on amd64 and i386. | Alexander Bluhm | |
2017-10-11 | Add regression tests for vmd(8) config parsing. | Alexander Bluhm | |
from Carlos Cardenas; OK mlarkin@ | |||
2017-10-10 | Revise regress now that ssl_bytes_to_cipher_list() takes a CBS. | Joel Sing | |
2017-10-09 | The divert-packet socket option IP_DIVERTFL, IPPROTO_DIVERT_RESP, | Alexander Bluhm | |
IPPROTO_DIVERT_INIT feature is gone. Remove the corresponding tests. | |||
2017-10-05 | Check that the dropped during initialization message appears in | Alexander Bluhm | |
local and remote log files. | |||
2017-10-05 | fix the results file after I changed the test file | Peter Hessler | |
2017-10-05 | +bgpd | Peter Hessler | |
2017-10-05 | add regress tests for bgpd. | Peter Hessler | |
for now, only basic parsing is checked | |||
2017-10-04 | exercise PermitOpen a little more thoroughly | Damien Miller | |
2017-09-26 | UsePrivilegeSeparation is gone, stop trying to test it. | Darren Tucker | |
2017-09-25 | keep up with @version, noticed by bluhm@ | Marc Espie | |
2017-09-21 | test reverse dynamic forwarding with SOCKS | Markus Friedl | |