summaryrefslogtreecommitdiffstats
path: root/regress (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Print AIA in rpki-client test utilityjob2021-02-165-6/+11
|
* Fix invalid config error in run-psk-fail.tobhe2021-02-151-3/+13
|
* A few more flag combo's to testotto2021-02-121-2/+14
|
* More route-to fallout in pfctl regress.bluhm2021-02-111-5/+5
|
* Add med test, this no longer fails in -currentclaudio2021-02-101-2/+2
|
* These regress tests expect coredumps to be written so run them withclaudio2021-02-092-2/+2
| | | | | ulimit -c unlimited. Also simplify the logic a bit as requested by bluhm@. OK bluhm@ deraadt@
* These regress test expect coredumps as an effect of the test so runclaudio2021-02-092-4/+4
| | | | | the tests with ulimit -c unlimited to make sure coredumps are written. OK bluhm@ deraadt@
* Update DTLS client hello due to ECC changes.jsing2021-02-081-5/+8
|
* Also print the recently added caRepository URI alongside rpkiManifestclaudio2021-02-081-1/+2
| | | | and rpkiNotify SIA.
* route-to rules take ips, not interfaces with optional ips.dlg2021-02-071-13/+13
| | | | another gentle reminder by bluhm@ who pointed out i missed some
* i missed a dup-to when tweaking route-to things to takes ips, not ifaces.dlg2021-02-071-1/+1
| | | | gentle reminded by bluhm@
* Enable auto DHE and disable session tickets for some tests.jsing2021-02-071-12/+13
| | | | This allows us to drop the server messages that we intend on dropping.
* Only hexdump packets/messages on higher debug levels.jsing2021-02-061-3/+4
|
* Test reads and writes between the client and server.jsing2021-02-061-3/+49
|
* Roll back the hostname->uname change in rev 1.10. It turns outdtucker2021-02-051-3/+3
| | | | | | | 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.
* Setup two pair(4) and one lo(4) interface in different routingbluhm2021-02-052-0/+181
| | | | | domains and with different interface MTU. Test that packet flow and TCP path MTU discovery works.
* hostname is not specified by POSIX but uname -n is, so use the latter fordtucker2021-02-051-3/+3
| | | | portability. Patch from Geert Hendrickx via github PR#208.
* it's fine to route-to to a table.dlg2021-02-041-3/+0
| | | | i think this should have been tweaked a while back.
* route-to rules take ips now, not interfaces with optional ips.dlg2021-02-043-19/+19
| | | | reminded by bluhm@
* route-to rules take ips, not interfaces with optional ips.dlg2021-02-043-38/+38
| | | | reminded by bluhm@
* route-to rules take an ip now, not an interface with optional ip.dlg2021-02-042-2/+4
| | | | | | | they now also only work on keep state rules, so there's even more errors from the parser to expect. reminded by bluhm@
* 'struct group' is now called 'struct dh_group'.tobhe2021-02-042-4/+4
|
* Remove rsync.c from the test tool builds, nothing depends on that anymoreclaudio2021-02-031-3/+3
|
* ESP path MTU discovery over IPv6 tunnel has been fixed. Add test.bluhm2021-02-011-6/+76
|
* Syntax of pf(4) route-to has changed. Adapt tests.bluhm2021-02-014-24/+24
|
* add a SK_DUMMY_INTEGRATE define that allows the dummy security keydjm2021-01-301-0/+7
| | | | middleware to be directly linked; useful for writing fuzzers, etc.
* Adjust regress test, the hash argument to the parse functions was removed.claudio2021-01-292-4/+4
|
* wrap an overlong linetb2021-01-271-2/+3
|
* Extend test with an full depth search of all possible prefix_evaluations.claudio2021-01-221-23/+108
| | | | | This currently fails because the MED is not handled properly. Fix for this will follow shortly.
* Avoid NULL deref on BIO_new{_mem_buf,}() failure.tb2021-01-221-4/+6
|
* Avoid NULL deref on BIO_new{_mem_buf,}() failure.tb2021-01-221-3/+5
|
* Cleanup and document the code a bitclaudio2021-01-221-13/+29
|
* Adjust for traphandler process removal commit.martijn2021-01-221-1/+3
| | | | OK denis@, rob@
* Pledge violation for SO_RTABLE prints "wroute" now. Adapt test.bluhm2021-01-211-5/+4
|
* don't set AUTO_RETRY. it's a remnant of an experiment.tb2021-01-211-3/+1
|
* Cleanup, fix and add a few more test cases. Make sure that the decisionclaudio2021-01-201-24/+86
| | | | flags work (by checking the same routes with and without the flag).
* Test path MTU discovery with IPv6 TCP packets tunneled in IPv4 ESP.bluhm2021-01-203-17/+75
|
* Check the rewritten address output from tcpdump -e on pflog.bluhm2021-01-201-15/+37
|
* First bits of a regress test that ensures that the decision processclaudio2021-01-192-1/+232
| | | | works.
* Fix long->int for convtime tests here too. Spotted by tobhe@.dtucker2021-01-181-17/+17
|
* Put a sleep 1 after starting net-snmpd. The reason of the race isbluhm2021-01-171-4/+10
| | | | | | unclear, noone wants to debug net-snmpd. Goal it to replace this mess with proper agentx support in snmpd. OK martijn@
* If ip or ip6 forwarding is not set, expect af-to failure.bluhm2021-01-161-1/+8
|
* Fix startup of smtpd; kill dangling smtpd; increase verbosity.bluhm2021-01-151-11/+9
| | | | OK martijn@
* Change types in convtime() unit test to int to match change its new type.dtucker2021-01-151-16/+27
| | | | | Add tests for boundary conditions and fix convtime to work up to INT_MAX. ok djm@
* IPv4 loopback addresses do not work with af-to as in_canforward()bluhm2021-01-142-55/+92
| | | | | prevents forwarding such packets. Switch regress to IPv4 link-local addresses. Add tests for pflog(4) on af-to rules.
* IPv6 link-local addresses are broken in pf(4) as scope ID is usedbluhm2021-01-142-28/+73
| | | | | inconsistently. Switch regress to unique-local addresses. Add tests for pflog(4) on rdr-to and nat-to rules.
* Make the binary run by linking it against net-snmpd.martijn2021-01-134-54/+173
| | | | | Also add an actual first test. More test should probably follow, but we have to start somewhere.
* Extend med test with a withdraw that causes a flip in the order.claudio2021-01-132-1/+18
|
* Add pflog(4) tests for IPv6.bluhm2021-01-132-8/+74
|
* Tweak previous.rob2021-01-121-2/+2
|