Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-02 | test user, actually, test multiple user commands | Theo de Raadt | |
2002-11-29 | test altq with interface expansion | Henning Brauer | |
as side-effect, this also tests multiple queues with the same name but on different interfaces | |||
2002-11-28 | test qlimit on altq rule | Henning Brauer | |
2002-11-28 | Sync with changes in pfctl: | Ryan Thomas McBride | |
- Remove extra space before -> in print_rdr - Print hex keys lowercase ok dhartmei@ henning@ | |||
2002-11-28 | remove trailing whitespace | Ryan Thomas McBride | |
ok henning@ | |||
2002-11-28 | add regression test for nat pools | Ryan Thomas McBride | |
ok henning@ | |||
2002-11-27 | more altq testing | Henning Brauer | |
2002-11-27 | adjust after printing changes | Henning Brauer | |
2002-11-25 | create a new set of regress tests, which require an active | Michael Shalayeff | |
setup/cleanup of interfaces/protocols/etc. this is not ran by default and requires a DO_PFSETUP make variable set to be activated, one has to run as root as well. add one simple test for the proper loN link1 address expansion. henning@ ok | |||
2002-11-25 | adjust; slightly off due to 1K = 1000 fix | Henning Brauer | |
2002-11-25 | kill trailing newlines; markus@ | Henning Brauer | |
2002-11-25 | test mixed af rules. broken right now. sigh. | Henning Brauer | |
2002-11-24 | gack. | Henning Brauer | |
2002-11-24 | test altq and queue | Henning Brauer | |
2002-11-24 | make succeed again; explicit address family needed in one more case now | Henning Brauer | |
2002-11-22 | add (disabled) self tests (make self); ok frantzen | Markus Friedl | |
2002-11-22 | there's now a space after the label... | Henning Brauer | |
no cookie for daniel ;-) | |||
2002-11-19 | add icmp-type and code by name tests | Peter Stromberg | |
2002-11-13 | extended scrub tests | Henning Brauer | |
2002-11-07 | CIDR tests | Henning Brauer | |
2002-10-27 | flags X is dead | Henning Brauer | |
2002-10-22 | Update for new semantics of set_ipmask (netmask is applied immediately | Camiel Dobbelaar | |
to an address by pfctl). | |||
2002-10-14 | test binat netblocks | Henning Brauer | |
from ryan | |||
2002-10-07 | test generic return | Henning Brauer | |
test set block-policy | |||
2002-10-07 | test new return-icmp syntax | Henning Brauer | |
2002-10-07 | adjust for new return-icmp | Henning Brauer | |
2002-10-07 | output slightly different with new return-icmp handling, adjust | Henning Brauer | |
2002-10-07 | this is valid now... change to be invalid | Henning Brauer | |
2002-10-05 | Expand {} lists from left to right, so 'pass in from { a, b } to any' | Daniel Hartmeier | |
becomes '@0 pass in from a to any @1 pass in from b to any' instead of the other way around. Patch from Camiel Dobbelaar. | |||
2002-09-22 | test line buffer overflow checks in pfctl | Henning Brauer | |
ok frantzen@ | |||
2002-09-20 | test line continuation | Henning Brauer | |
2002-09-18 | test port ranges in rdr rules | Henning Brauer | |
2002-09-18 | test log keywords and log quick/quick log order | Henning Brauer | |
2002-09-18 | test return-rst(ttl number) | Henning Brauer | |
2002-09-18 | test "set loginterface none" | Henning Brauer | |
2002-09-18 | test af detection logic in nat and rdr rules | Henning Brauer | |
2002-09-18 | test antispoof | Henning Brauer | |
2002-09-18 | new kind of pfctl regression tests: | Henning Brauer | |
we have stuff we cannot test in our regression tests as of now as the pfctl -nvf output varies depending on the machine config - esp. network interfaces et all. But we can at least test wether pfctl eats the syntax. add a test for the "self" keyword. ok markus@ | |||
2002-09-15 | some dynaddr tests | Henning Brauer | |
2002-09-12 | regress test for antispoof | Henning Brauer | |
2002-09-02 | Rename a bunch of the old bsd.regress.mk variables into the new ones. | Anil Madhavapeddy | |
ok art@ | |||
2002-07-30 | negative regression test for flags handling | Henning Brauer | |
2002-07-30 | positive regression test for flag handling | Henning Brauer | |
2002-07-26 | swap log and quick a few times | Henning Brauer | |
2002-07-21 | test missing comma | Theo de Raadt | |
2002-07-20 | two more from henning | Theo de Raadt | |
2002-07-20 | adapt to new dup-to syntax | Theo de Raadt | |
2002-07-20 | use diff nicer | Theo de Raadt | |
2002-07-16 | Add nat_consistent() and rdr_consistent() for checks that should occur | Daniel Hartmeier | |
after rule expansion, similar to rule_consistent(). Fixes the non-effective test for rdr rules for non-TCP/UDP protocols with ports, found by mpech@, ok frantzen@ | |||
2002-07-15 | test "on ! interface" | Henning Brauer | |