summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2021-02-12A few more flag combo's to testOtto Moerbeek
2021-02-11More route-to fallout in pfctl regress.Alexander Bluhm
2021-02-10Add med test, this no longer fails in -currentClaudio Jeker
2021-02-09These regress tests expect coredumps to be written so run them withClaudio Jeker
ulimit -c unlimited. Also simplify the logic a bit as requested by bluhm@. OK bluhm@ deraadt@
2021-02-09These regress test expect coredumps as an effect of the test so runClaudio Jeker
the tests with ulimit -c unlimited to make sure coredumps are written. OK bluhm@ deraadt@
2021-02-08Update DTLS client hello due to ECC changes.Joel Sing
2021-02-08Also print the recently added caRepository URI alongside rpkiManifestClaudio Jeker
and rpkiNotify SIA.
2021-02-07route-to rules take ips, not interfaces with optional ips.David Gwynne
another gentle reminder by bluhm@ who pointed out i missed some
2021-02-07i missed a dup-to when tweaking route-to things to takes ips, not ifaces.David Gwynne
gentle reminded by bluhm@
2021-02-07Enable auto DHE and disable session tickets for some tests.Joel Sing
This allows us to drop the server messages that we intend on dropping.
2021-02-06Only hexdump packets/messages on higher debug levels.Joel Sing
2021-02-06Test reads and writes between the client and server.Joel Sing
2021-02-05Roll back the hostname->uname change in rev 1.10. It turns outDarren Tucker
uname -n doesn't do what we need for some platforms in portable, so we'll fix the original problem (that some other platforms don't have hostname at all) by providing wrapper function to implement it.
2021-02-05Setup two pair(4) and one lo(4) interface in different routingAlexander Bluhm
domains and with different interface MTU. Test that packet flow and TCP path MTU discovery works.
2021-02-05hostname is not specified by POSIX but uname -n is, so use the latter forDarren Tucker
portability. Patch from Geert Hendrickx via github PR#208.
2021-02-04it's fine to route-to to a table.David Gwynne
i think this should have been tweaked a while back.
2021-02-04route-to rules take ips now, not interfaces with optional ips.David Gwynne
reminded by bluhm@
2021-02-04route-to rules take ips, not interfaces with optional ips.David Gwynne
reminded by bluhm@
2021-02-04route-to rules take an ip now, not an interface with optional ip.David Gwynne
they now also only work on keep state rules, so there's even more errors from the parser to expect. reminded by bluhm@
2021-02-04'struct group' is now called 'struct dh_group'.tobhe
2021-02-03Remove rsync.c from the test tool builds, nothing depends on that anymoreClaudio Jeker
2021-02-01ESP path MTU discovery over IPv6 tunnel has been fixed. Add test.Alexander Bluhm
2021-02-01Syntax of pf(4) route-to has changed. Adapt tests.Alexander Bluhm
2021-01-30add a SK_DUMMY_INTEGRATE define that allows the dummy security keyDamien Miller
middleware to be directly linked; useful for writing fuzzers, etc.
2021-01-29Adjust regress test, the hash argument to the parse functions was removed.Claudio Jeker
2021-01-27wrap an overlong lineTheo Buehler
2021-01-22Extend test with an full depth search of all possible prefix_evaluations.Claudio Jeker
This currently fails because the MED is not handled properly. Fix for this will follow shortly.
2021-01-22Avoid NULL deref on BIO_new{_mem_buf,}() failure.Theo Buehler
2021-01-22Avoid NULL deref on BIO_new{_mem_buf,}() failure.Theo Buehler
2021-01-22Cleanup and document the code a bitClaudio Jeker
2021-01-22Adjust for traphandler process removal commit.Martijn van Duren
OK denis@, rob@
2021-01-21Pledge violation for SO_RTABLE prints "wroute" now. Adapt test.Alexander Bluhm
2021-01-21don't set AUTO_RETRY. it's a remnant of an experiment.Theo Buehler
2021-01-20Cleanup, fix and add a few more test cases. Make sure that the decisionClaudio Jeker
flags work (by checking the same routes with and without the flag).
2021-01-20Test path MTU discovery with IPv6 TCP packets tunneled in IPv4 ESP.Alexander Bluhm
2021-01-20Check the rewritten address output from tcpdump -e on pflog.Alexander Bluhm
2021-01-19First bits of a regress test that ensures that the decision processClaudio Jeker
works.
2021-01-18Fix long->int for convtime tests here too. Spotted by tobhe@.Darren Tucker
2021-01-17Put a sleep 1 after starting net-snmpd. The reason of the race isAlexander Bluhm
unclear, noone wants to debug net-snmpd. Goal it to replace this mess with proper agentx support in snmpd. OK martijn@
2021-01-16If ip or ip6 forwarding is not set, expect af-to failure.Alexander Bluhm
2021-01-15Fix startup of smtpd; kill dangling smtpd; increase verbosity.Alexander Bluhm
OK martijn@
2021-01-15Change types in convtime() unit test to int to match change its new type.Darren Tucker
Add tests for boundary conditions and fix convtime to work up to INT_MAX. ok djm@
2021-01-14IPv4 loopback addresses do not work with af-to as in_canforward()Alexander Bluhm
prevents forwarding such packets. Switch regress to IPv4 link-local addresses. Add tests for pflog(4) on af-to rules.
2021-01-14IPv6 link-local addresses are broken in pf(4) as scope ID is usedAlexander Bluhm
inconsistently. Switch regress to unique-local addresses. Add tests for pflog(4) on rdr-to and nat-to rules.
2021-01-13Make the binary run by linking it against net-snmpd.Martijn van Duren
Also add an actual first test. More test should probably follow, but we have to start somewhere.
2021-01-13Extend med test with a withdraw that causes a flip in the order.Claudio Jeker
2021-01-13Add pflog(4) tests for IPv6.Alexander Bluhm
2021-01-12Tweak previous.rob
2021-01-12Fix regress to compile and run on current. Still not hooked up.rob
2021-01-12rpki-client started using the ibuf API, so link against libutil.Theo Buehler