Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-19 | The optional table counters added a field to the verbose | Marco Pfatschbacher | |
table output. Adopt. | |||
2008-10-19 | vmstat(8) now reports "InUse" instead of "Releases". | Marco Pfatschbacher | |
Adopt for ktable/kentry usage/leakage tests. Also run vmstat verbose, to avoid matching failures if the pools haven't been used yet. | |||
2008-06-16 | fix regress after scrub TOS and tagging additions; "commit it" henning@ | David Krause | |
2008-05-09 | convert port byte order in the production; add port keyword; ok deraadt@ | Markus Friedl | |
2008-05-09 | divert packets to local socket without modifying the ip header; | Markus Friedl | |
makes transparent proxies much easier; ok beck@, feedback claudio@ | |||
2008-05-08 | Add/Fix regression tests for sequences of numbers and stacked | Marco Pfatschbacher | |
assignments of variables. OK deraadt@ | |||
2008-05-07 | scrub packets based on tags; ok henning | Markus Friedl | |
2008-05-07 | allow setting TOS with scrub; ok mcbride, claudio | Markus Friedl | |
2008-04-21 | Test for blank lines and comments between and inline anchor and its rules. | Ryan Thomas McBride | |
2008-02-01 | Add regress test for anchors matching on filter_opts. | Ryan Thomas McBride | |
2007-11-25 | more existant -> existent, from Martynas Venckus; | Jason McIntyre | |
pfctl changes: ok henning ssh changes: ok deraadt | |||
2007-10-14 | regression test for include directive (if anyone has a better way to do | Theo de Raadt | |
this messy include file copy, let me know) | |||
2007-10-13 | we decided numbers used as strings is wrong | Theo de Raadt | |
2007-09-23 | Allow numbers to be used as unquoted strings again. | Marco Pfatschbacher | |
While there, also restrict the use of concatenated, unquoted strings for variable assignments only. Eyeballed by markus@, OK henning@ | |||
2007-09-19 | Fix and re-enable tests for interface->address translation. | Marco Pfatschbacher | |
OK henning | |||
2007-09-19 | Add a few "flags any" and "no state" to have the rulesets | Marco Pfatschbacher | |
match against the old checksums again. | |||
2007-09-19 | pfctl seems to report errors when accessing empty tables, | Marco Pfatschbacher | |
in a different manner now. Use "-T show" now. OK henning | |||
2007-09-19 | "flags S/SA keep state" is the default now | Marco Pfatschbacher | |
OK henning | |||
2007-09-19 | Adopt 14 altq tests to the change of the queue output format. | Marco Pfatschbacher | |
OK henning | |||
2007-09-19 | This got broken when a second pool (pfrkentry2) was added | Marco Pfatschbacher | |
for source-tracking support about 3 years ago. OK henning | |||
2007-09-19 | Remove "localhost" from the table test, since the result is dependent | Marco Pfatschbacher | |
on the resolver. In some enviroments you'll get an AAAA for it, in others you won't. Testing the resolver isn't really the intention of this test anyway. OK henning | |||
2007-08-30 | regress test address ranges | Daniel Hartmeier | |
2007-06-20 | Allow "log" for nat rules without "pass". | Marco Pfatschbacher | |
OK henning@, ``passt scho'' markus@ | |||
2007-05-02 | now that optimization is on by default, fix the regress tests by | David Krause | |
disabling optimization for the non-optimized tests, ok henning@ | |||
2006-11-28 | very basic regress test for rtable select code | Henning Brauer | |
2006-11-07 | Use anchor recursion when printing loaded ruleset (make certain that recursion | Ryan Thomas McBride | |
works and catch some other potential anchor weirdnesses). Non recursive printing still tested in pfopt6. | |||
2006-11-07 | Add test for -a with nested anchors. | Ryan Thomas McBride | |
2006-11-07 | Add regress tests for inline anchors. | Ryan Thomas McBride | |
2006-10-28 | Expected regress changes due to separation of parsing and kernel loading. | Ryan Thomas McBride | |
2006-10-25 | test logging to alternate pflog interfaces | Henning Brauer | |
2006-10-25 | tag names may be longer now, and someone didn't update regress tests | Henning Brauer | |
accordingly | |||
2006-10-17 | 'flags S/SA' not implicit if the rule is stateless. | Ryan Thomas McBride | |
2006-10-06 | Handle default 'flags S/SA keep state', 'no state' and 'flags any'. | Ryan Thomas McBride | |
2006-06-02 | Fix regress tests for automatic adaptive timeouts. | Ryan Thomas McBride | |
2006-04-06 | Adjust tbrsize to new default MTU on tun(4). | Marco Pfatschbacher | |
OK claudio, henning, mcbride | |||
2005-05-28 | pfail test for "log-all" | Marco Pfatschbacher | |
ok dhartmei@ | |||
2005-05-28 | change "log-all" to "log (all)" | Marco Pfatschbacher | |
ok dhartmei@ | |||
2005-05-28 | fix pf table tests with a less confusing anchor name. | Marco Pfatschbacher | |
pointed out by cedric. ok dhartmei@ | |||
2005-05-28 | "log-all" is gone. | Marco Pfatschbacher | |
ok dhartmei@ | |||
2005-05-28 | Set default test shell to /bin/sh. | Marco Pfatschbacher | |
Also destroy lo1000010 at interrupt. ok henning@ mcbride@ | |||
2005-05-28 | regression tests for pf checksum. | Marco Pfatschbacher | |
ok mcbride@ | |||
2005-05-27 | sync pf table test with new ksh behaviour. | Marco Pfatschbacher | |
ok henning@ | |||
2005-05-27 | csh preferes a newline at the end. | Marco Pfatschbacher | |
ok henning@ | |||
2005-05-27 | nat pass log tests here as well. | Marco Pfatschbacher | |
ok camield@ | |||
2005-05-26 | nat pass log tests | Camiel Dobbelaar | |
2005-05-22 | sync optimized versions as well | Camiel Dobbelaar | |
ok henning@ | |||
2005-05-22 | cope with recent canges | Henning Brauer | |
2005-04-22 | test bad flag combinations | Camiel Dobbelaar | |
2005-01-27 | dynamic interface names must start with a letter. catches the nonsensical | Daniel Hartmeier | |
"(10.1.2.3)" that results from a simple typo like "$(ext_ip)" instead of "$(ext_if)". | |||
2005-01-27 | output now contains 'set limit states 100', adjust regress to reality. | Daniel Hartmeier | |