Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-27 | decriptor relative openat() and chmod | Bob Beck | |
2017-11-27 | readlink and friends | Bob Beck | |
2017-11-27 | symlink and a couple more... | Bob Beck | |
2017-11-27 | access and chflags | Bob Beck | |
2017-11-27 | Add the start of regression tests for upcoming pledgepath stuff. | Bob Beck | |
still some more to add, and we won't link into regress until later ok deraadt@ | |||
2017-11-27 | lenght->length, mostly in comments | Stuart Henderson | |
2017-11-24 | Use the environment variable PFCTL to specify a different executable | Alexander Bluhm | |
for testing. Default is /sbin/pfctl. This makes test driven development easier. | |||
2017-11-24 | Do not run sysctl and pfctl by != during make clean and make obj. | Alexander Bluhm | |
requested by miod@ | |||
2017-11-21 | Add tests for emacs editing mode in ksh. While here, improve the output on test | anton | |
failure. | |||
2017-11-21 | Do not exit 0 if the program was terminated due to receipt of a signal other | anton | |
than SIGHUP. | |||
2017-11-20 | Skip the test and print a warning if pf does not process packets | Alexander Bluhm | |
on additional loopback devices. | |||
2017-11-20 | Now pledge("inet") allows socket option IPV6_V6ONLY. Adapt test. | Alexander Bluhm | |
2017-11-17 | Let packets jump between routing domains until the ttl is used up. | Alexander Bluhm | |
Use tcpdump to check that the ttl decrements to one. | |||
2017-11-17 | Link loopback test to build. | Alexander Bluhm | |
2017-11-17 | Set up two loopback interfaces in different routing domains. Try | Alexander Bluhm | |
to ping existing and non existing addresses in these domains. Also test pinging to different rdomains via pf. Create routing loops and check that the packet vanishes. | |||
2017-11-16 | Add a variable referencing the csh binary to test. | anton | |
2017-11-16 | Add regress tests for fuse_opt_parse() and fuse_parse_cmdline() | helg | |
ok mpi@ | |||
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) |