Age | Commit message (Expand) | Author |
2022-04-10 | Print the strerror of the expected error. errno is not valid here since | Claudio Jeker |
2021-10-31 | Also remove pcap files during make clean. | Alexander Bluhm |
2021-10-13 | Sending live tcpdump output over SSH while running tests may drop | Alexander Bluhm |
2021-07-06 | alarm(3) cannot fail, remove error handling. | Alexander Bluhm |
2021-05-22 | Test more corner cases of IPv4 fragment reassembly. | Alexander Bluhm |
2021-02-01 | ESP path MTU discovery over IPv6 tunnel has been fixed. Add test. | Alexander Bluhm |
2021-01-20 | Test path MTU discovery with IPv6 TCP packets tunneled in IPv4 ESP. | Alexander Bluhm |
2020-12-30 | py3-scapy is now scapy | kn |
2020-12-30 | getifaddrs() can return entries where ifa_addr is NULL. Check for this | Sebastian Benoit |
2020-12-26 | Missed a python2.7, scapy 2, copyright bump in previous scapy 3 commits. | Alexander Bluhm |
2020-12-26 | Wrap long lines. | Alexander Bluhm |
2020-12-25 | Send fragment that reaches beyond max packet length. pf ignores | Alexander Bluhm |
2020-12-25 | Switch to scapy with python 3. | Alexander Bluhm |
2020-12-25 | Switch to scapy with python 3. | Alexander Bluhm |
2020-12-25 | Switch to scapy with python 3. | Alexander Bluhm |
2020-12-21 | Test that IPv4 path MTU discovery works over IPsec in tunnel mode. | Alexander Bluhm |
2020-12-20 | Use regress framework for setup and shorten target names. | Alexander Bluhm |
2020-12-17 | Link broadcast_bind, carp, in_pcbbind, sendsrcaddr regress to build. | Alexander Bluhm |
2020-12-17 | Use ${SUDO} or skip test if not root. | Alexander Bluhm |
2020-12-17 | Remove echo headlines. | Alexander Bluhm |
2020-01-15 | Do not create files as dependency of .BEGIN rule. Noticed by | Alexander Bluhm |
2020-01-08 | Rework when tests have to be skipped due to insufficient configuration | Alexander Bluhm |
2019-12-20 | The IPsec policy check for IPComp bundles has been fixed in the | Alexander Bluhm |
2019-09-19 | Make checksum comparison more robust. 0xffff is the same as 0. | Alexander Bluhm |
2019-09-05 | Ignore missing pseudo terminal for ssh when called from cron job. | Alexander Bluhm |
2019-09-05 | Name environment variables consistently. | Alexander Bluhm |
2019-09-05 | Minimize differences between IPv4 and IPv6 multicast tests. | Alexander Bluhm |
2019-09-02 | Test multicast sender, receiver, router. Minimal mcroute implmentation | Alexander Bluhm |
2019-09-03 | Create remote log files in obj directory. | Alexander Bluhm |
2019-09-02 | Test multicast sender, receiver, router. Minimal mcroute implmentation | Alexander Bluhm |
2019-09-02 | Link multicast tests to regress build. | Alexander Bluhm |
2019-09-02 | Test multicast sender, receiver, router. Minimal mcroute implmentation | Alexander Bluhm |
2019-05-10 | Simplify the detection for installed python and scapy. Refactor | Alexander Bluhm |
2018-09-28 | Always try to build packet reflector on remote machine. It may be | Alexander Bluhm |
2018-09-10 | Send many small fragments that exceed the pf reassembly queue limit. | Alexander Bluhm |
2018-09-07 | Fragment one large 64k IP ping packet into 155 fragments, each with | Alexander Bluhm |
2018-08-30 | Use correct environment variable to access remote machine. | Alexander Bluhm |
2018-07-30 | Replace fork with sniffer thread in Python. Clear the BPF list | Alexander Bluhm |
2018-07-08 | zap empty line | anton |
2018-07-04 | hook up recvmsg | anton |
2018-07-04 | Add regress covering the recently fixed mbuf double free in rip_usrreq(). | anton |
2018-05-28 | Make sure that the inetd echo and nonxt protocol reflectors are | Alexander Bluhm |
2018-05-21 | Activate IPv6 no next header protocol over IPsec test. Run the | Alexander Bluhm |
2018-05-19 | Install inetd.conf files and start the daemon on remote machines | Alexander Bluhm |
2018-05-19 | Additionally send no next header protocol 59 packets through the | Alexander Bluhm |
2018-05-15 | Typo fix, ok bluhm@ | Martin Pieuchot |
2018-04-12 | Disable counting TCP packets in the test as it does not work reliably. | Alexander Bluhm |
2017-09-15 | Clean up pf rules and states on remote machine so that they do not | Alexander Bluhm |
2017-09-07 | Copy IPv6 fragment test cases to IPv4 and adapt to the different | Alexander Bluhm |
2017-09-07 | Link regress/sys/netinet/frag to build. Get IPv4 and IPv6 fragment | Alexander Bluhm |