Age | Commit message (Expand) | Author |
2021-02-12 | A few more flag combo's to test | Otto Moerbeek |
2021-02-11 | More route-to fallout in pfctl regress. | Alexander Bluhm |
2021-02-10 | Add med test, this no longer fails in -current | Claudio Jeker |
2021-02-09 | These regress tests expect coredumps to be written so run them with | Claudio Jeker |
2021-02-09 | These regress test expect coredumps as an effect of the test so run | Claudio Jeker |
2021-02-08 | Update DTLS client hello due to ECC changes. | Joel Sing |
2021-02-08 | Also print the recently added caRepository URI alongside rpkiManifest | Claudio Jeker |
2021-02-07 | route-to rules take ips, not interfaces with optional ips. | David Gwynne |
2021-02-07 | i missed a dup-to when tweaking route-to things to takes ips, not ifaces. | David Gwynne |
2021-02-07 | Enable auto DHE and disable session tickets for some tests. | Joel Sing |
2021-02-06 | Only hexdump packets/messages on higher debug levels. | Joel Sing |
2021-02-06 | Test reads and writes between the client and server. | Joel Sing |
2021-02-05 | Roll back the hostname->uname change in rev 1.10. It turns out | Darren Tucker |
2021-02-05 | Setup two pair(4) and one lo(4) interface in different routing | Alexander Bluhm |
2021-02-05 | hostname is not specified by POSIX but uname -n is, so use the latter for | Darren Tucker |
2021-02-04 | it's fine to route-to to a table. | David Gwynne |
2021-02-04 | route-to rules take ips now, not interfaces with optional ips. | David Gwynne |
2021-02-04 | route-to rules take ips, not interfaces with optional ips. | David Gwynne |
2021-02-04 | route-to rules take an ip now, not an interface with optional ip. | David Gwynne |
2021-02-04 | 'struct group' is now called 'struct dh_group'. | tobhe |
2021-02-03 | Remove rsync.c from the test tool builds, nothing depends on that anymore | Claudio Jeker |
2021-02-01 | ESP path MTU discovery over IPv6 tunnel has been fixed. Add test. | Alexander Bluhm |
2021-02-01 | Syntax of pf(4) route-to has changed. Adapt tests. | Alexander Bluhm |
2021-01-30 | add a SK_DUMMY_INTEGRATE define that allows the dummy security key | Damien Miller |
2021-01-29 | Adjust regress test, the hash argument to the parse functions was removed. | Claudio Jeker |
2021-01-27 | wrap an overlong line | Theo Buehler |
2021-01-22 | Extend test with an full depth search of all possible prefix_evaluations. | Claudio Jeker |
2021-01-22 | Avoid NULL deref on BIO_new{_mem_buf,}() failure. | Theo Buehler |
2021-01-22 | Avoid NULL deref on BIO_new{_mem_buf,}() failure. | Theo Buehler |
2021-01-22 | Cleanup and document the code a bit | Claudio Jeker |
2021-01-22 | Adjust for traphandler process removal commit. | Martijn van Duren |
2021-01-21 | Pledge violation for SO_RTABLE prints "wroute" now. Adapt test. | Alexander Bluhm |
2021-01-21 | don't set AUTO_RETRY. it's a remnant of an experiment. | Theo Buehler |
2021-01-20 | Cleanup, fix and add a few more test cases. Make sure that the decision | Claudio Jeker |
2021-01-20 | Test path MTU discovery with IPv6 TCP packets tunneled in IPv4 ESP. | Alexander Bluhm |
2021-01-20 | Check the rewritten address output from tcpdump -e on pflog. | Alexander Bluhm |
2021-01-19 | First bits of a regress test that ensures that the decision process | Claudio Jeker |
2021-01-18 | Fix long->int for convtime tests here too. Spotted by tobhe@. | Darren Tucker |
2021-01-17 | Put a sleep 1 after starting net-snmpd. The reason of the race is | Alexander Bluhm |
2021-01-16 | If ip or ip6 forwarding is not set, expect af-to failure. | Alexander Bluhm |
2021-01-15 | Fix startup of smtpd; kill dangling smtpd; increase verbosity. | Alexander Bluhm |
2021-01-15 | Change types in convtime() unit test to int to match change its new type. | Darren Tucker |
2021-01-14 | IPv4 loopback addresses do not work with af-to as in_canforward() | Alexander Bluhm |
2021-01-14 | IPv6 link-local addresses are broken in pf(4) as scope ID is used | Alexander Bluhm |
2021-01-13 | Make the binary run by linking it against net-snmpd. | Martijn van Duren |
2021-01-13 | Extend med test with a withdraw that causes a flip in the order. | Claudio Jeker |
2021-01-13 | Add pflog(4) tests for IPv6. | Alexander Bluhm |
2021-01-12 | Tweak previous. | rob |
2021-01-12 | Fix regress to compile and run on current. Still not hooked up. | rob |
2021-01-12 | rpki-client started using the ibuf API, so link against libutil. | Theo Buehler |