Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | py3-scapy is now scapy | 2020-12-30 | 1 | -3/+3 | |
| | | | | OK bluhm sthen | ||||
* | Switch to scapy with python 3. | 2020-12-24 | 3 | -28/+28 | |
| | |||||
* | Remove echo headlines. | 2020-12-17 | 1 | -3/+1 | |
| | |||||
* | Do not create files as dependency of .BEGIN rule. Noticed by | 2020-01-15 | 1 | -3/+3 | |
| | | | | deraadt@ with make obj in regress. | ||||
* | Rework when tests have to be skipped due to insufficient configuration | 2020-01-08 | 1 | -14/+26 | |
| | | | | of the regress machine. | ||||
* | Simplify the detection for installed python and scapy. Refactor | 2019-05-10 | 1 | -13/+7 | |
| | | | | | these tests to make them similar. Use the setup and cleanup variables. | ||||
* | Fix some comments and dependencies in this regress test. | 2017-11-05 | 1 | -3/+4 | |
| | |||||
* | Remove useless make depend targets. | 2017-07-07 | 1 | -3/+1 | |
| | |||||
* | This test cannot pass while pf on localhost filters packets statefully. | 2017-02-27 | 1 | -3/+33 | |
| | | | | | If the local pf is enabled, write a temporary stateless pass rule into the regress anchor. | ||||
* | Do not use privileged or NFS source ports for UDP packets as inetd | 2017-01-18 | 1 | -11/+11 | |
| | | | | | ignores such packets. This should avoid some sporadic failures. While there, use variable names consistently in all tests. | ||||
* | Print better error message if test fails. | 2016-11-21 | 2 | -8/+13 | |
| | |||||
* | Use netstat -n in target check-setup to avoid DNS timeout. | 2016-11-09 | 1 | -3/+3 | |
| | | | | Requested by mpi@ | ||||
* | By removing all the sleeps I created a race in the pf tests. The | 2016-10-20 | 1 | -2/+2 | |
| | | | | | | | | packet was sent and its reply received before the sniffer was up and running. So sleep a second after starting the sniffer thread but before sending the packet. With pf_forward 0m51.54s, pf_fragment 1m33.59s, pf_state 0m03.64s the test are still faster than with forking. | ||||
* | Make the test faster. Move all the packet matching code into the | 2016-10-20 | 2 | -29/+21 | |
| | | | | | | pcap filter. That means the first packet sniffed is the correct one. In the success case, we can stop without waiting for a timeout. OK sashan@ | ||||
* | Add a test suite for pf state handling. It needs a remote machine | 2016-10-19 | 5 | -0/+271 | |
to exchange packets, the remote kernel is tested. For now it only contains a challenge ack test written by sashan@. OK sashan@ |