Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-13 | actually add the files needed by my test. noted by bluhm@, thx | Sebastian Benoit | |
2017-08-11 | add option -N (no domain resolution) | Sebastian Benoit | |
manpage wording and reminder about usage() jmc@ ok florian@ henning@ | |||
2017-08-10 | Use "! cmd" for commands that are expected to fail. | Martin Pieuchot | |
Suggested by bluhm@ | |||
2017-08-10 | Test that 'route change' has no effect on a RTF_LOCAL route. | Martin Pieuchot | |
2017-08-07 | In pf.conf the icmp6-type notnbr-unr has been renamed to beyond-unr. | Alexander Bluhm | |
Adapt regress test. | |||
2017-07-27 | Work around for rttest8 that some times fail due to a reference count | Martin Pieuchot | |
race in the kernel. | |||
2017-07-20 | Fixup pf109.ok and rewrite pf110 | Mike Belopuhov | |
2017-07-19 | Regression tests asserting various HFSC and FQ-CoDel functionality | Mike Belopuhov | |
2017-07-15 | regress/sbin/pfctl - use -n for pfcmd group | Adam Wolk | |
Passing in the -n which just results in the rules being parsed. The definition for the pfctlcmd testing group in the Makefile is: # pfcmd: test pfctl command line parsing This test passeed only because pfctl didn't exit with an error when it was asked to clear tables from a non existing anchor. with the -n flag we still test if the anchor command can be combined with -Fa but don't actually attempt to run the clearing code. OK mikeb@, sashan@ | |||
2017-07-07 | Remove all references to "make depend" from regress. | Alexander Bluhm | |
2017-07-05 | Implement the generated dependency with a stamp file to avoid needless | Alexander Bluhm | |
recompiling of the test programs. Add some RCS ids. | |||
2017-07-04 | Do not add isakmpd obj directory to .PATH. We must compile some | Alexander Bluhm | |
fake objects from regress ourselves. | |||
2017-07-03 | Generate source and header files for regress on demand. | Alexander Bluhm | |
OK espie@ | |||
2017-05-30 | Organize iked parser regress Makefile similar to mandoc dbm_dump. | Alexander Bluhm | |
When object files from other parts of the tree are needed, build them there and symlink them into the regress obj directory. OK markus@ | |||
2017-05-30 | Link iked test to build so that obj directories are created. | Alexander Bluhm | |
2017-05-30 | Remove the .INTERRUPT target, it prevented to terminate the test | Alexander Bluhm | |
with Ctrl-C in some situations. | |||
2017-05-29 | fuzz the iked payload parser using the openssh unit-test framework | Markus Friedl | |
from hshoexer | |||
2017-05-29 | *** empty log message *** | Markus Friedl | |
2017-04-19 | SA group has been renamed to bundle. Adapt test. | Alexander Bluhm | |
2017-04-14 | Add tests with the ipsec.conf SA bundle keyword. | Alexander Bluhm | |
2017-03-23 | Add tests for SA grouped in bundles. | Alexander Bluhm | |
2017-03-23 | Allow to override location of ipsecctl tool with IPSECCTL environment. | Alexander Bluhm | |
Useful for development testing without make install. | |||
2017-02-28 | Reflect recent net/route.c change. Adding a conflicting route no | Martin Pieuchot | |
longer increment a 'use' counter. | |||
2016-12-06 | Update to match recent changes. | Martin Pieuchot | |
IPv6 multicast "All Nodes Address" and "All Routers Address" routes are now attached to the corresponding interface. ok bluhm@ | |||
2016-11-23 | Test that af-to cannot be used together with route-to, reply-to, dup-to. | Alexander Bluhm | |
2016-09-30 | also copy pf103.include to obj dir | Otto Moerbeek | |
2016-09-04 | Link isakmpd regress to the build. | Alexander Bluhm | |
OK mpi@ | |||
2016-09-04 | Fix use after free | Mike Belopuhov | |
2016-09-03 | Some isakmpd tests need generated header files from isakmpd. Change | Alexander Bluhm | |
to /usr/src/sbin/isakmpd and make depend before regress. fixed together with mikeb@ | |||
2016-09-02 | Repair remaining isakmpd regress tests | Mike Belopuhov | |
2016-09-02 | Remove the GF(2**n) math test since isakmpd has been switched | Mike Belopuhov | |
to using D-H functions from libcrypto more than 6 years ago. | |||
2016-09-02 | Remove the GF(2**n) math test since isakmpd has been switched | Mike Belopuhov | |
to using D-H functions from libcrypto more than 6 years ago. | |||
2016-09-02 | Remove the GF(2**n) math test since isakmpd has been switched | Mike Belopuhov | |
to using D-H functions from libcrypto more than 6 years ago. | |||
2016-09-02 | Remove old RSA key generation and verification test as it's done now | Mike Belopuhov | |
by LibreSSL regress tests; checked with bcook@ | |||
2016-09-02 | Adjust for the new default MODP group | Mike Belopuhov | |
2016-09-02 | Remove obsolete DES-CBC tests | Mike Belopuhov | |
2016-09-01 | no route-to/reply-to/dup-to on block rules, aka make this pass again | Henning Brauer | |
triggered by bluhm's *meep, secret* | |||
2016-09-01 | Now the cached route flag appears in "route show". Adapt test. | Alexander Bluhm | |
OK mpi@ | |||
2016-09-01 | Test that RTF_LOCAL routes cannot be deleted from userland. | Martin Pieuchot | |
2016-09-01 | Use counter should stay at '0' if the lookup hasn't been done for | Martin Pieuchot | |
tansmitting packets. | |||
2016-08-31 | Add a bunch of regress test to verify the RTM_CHANGE behaviour of mpath | Claudio Jeker | |
and non-mpath routes. Some of the tests currently fail. | |||
2016-08-31 | Document what the various test here do. With mpi@ | Claudio Jeker | |
2016-08-26 | Make regress Makefile consistent with other tests, use bsd.regress.mk. | Alexander Bluhm | |
OK otto@ | |||
2016-08-22 | Use a reachable next hop for test 13, which make it fail as it should. | Martin Pieuchot | |
2016-08-22 | Sync counters now that ifa_ifwithroute() no longer uses ifa_ifwithnet(). | Martin Pieuchot | |
2016-08-22 | Sync counters now that ifa_ifwithroute() no longer uses ifa_ifwithnet(). | Martin Pieuchot | |
2016-08-22 | Sync refcount with recent change. | Martin Pieuchot | |
2016-07-19 | Update counters & unbreak now that rtrequest(RTM_ADD, ...) caches the | Martin Pieuchot | |
gateway. | |||
2016-03-24 | Update regress test outputs to match the order of routes exported by an | Martin Pieuchot | |
ART-enabled kernel. The difference is that routes with the same destination are now displayed in natural prefix-length order. This can even be seen as an improvement: -10.0/16 192.0.2.4 -10.0/10 192.0.2.4 10/8 192.0.2.1 +10.0/10 192.0.2.4 +10.0/16 192.0.2.4 The previous order is due to how dup key chains are ordered. Discussed with claudio@ | |||
2015-12-02 | Check that routes to the same destination but with a different priority | Martin Pieuchot | |
are inserted in the right order. Currently failing with ART. |