Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2002-07-15 | o don't use keep state on block rules | Henning Brauer | |
o don't use return-rst on not-tcp rules | |||
2002-07-13 | regression test for interface and proto list expansion in nat rules | Henning Brauer | |
2002-07-09 | the new interface-to-ip lookup fuctions requires the address family to be | Henning Brauer | |
specified in this cases. ok pb@, dhartmei@, kjell@ | |||
2002-07-08 | Don't allow 'flags' option in non-TCP rules, found by mpech@ | Daniel Hartmeier | |
2002-07-06 | theo doesn't like it. | Henning Brauer | |
always use the pfctl in path. | |||
2002-07-06 | use sbin/pfctl/${__objdir}/pfctl for regression tests if existant, fall | Henning Brauer | |
back to pfctl in path otherwise. will save my ass sooner or later. ok millert@, pb@ | |||
2002-06-25 | regression tests for options in pf.conf | Henning Brauer | |
ok dhartmei@, kjell@ | |||
2002-06-24 | scrub on <if> works now, update regress tests. | Daniel Hartmeier | |