Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-24 | Handle 'source-track rule' requirement for 'max-src-nodes'. | Ryan Thomas McBride | |
2004-02-19 | regen; qid change. | Kenjiro Cho | |
2004-02-18 | Make sure interface cleanup and setup are only run once, and clean up if we | Ryan Thomas McBride | |
interrupt the tests. ok henning@ | |||
2004-02-11 | Fix interface clobbering for link-local addresses. Found by Pyun YongHyeon. | Cedric Berger | |
Fix "antispoof for foo" when foo has no addresses. ok+help dhartmei@, ok mcbride@ | |||
2004-02-11 | Deal with pfctl always needing root by adding ${SUDO} where it's needed. | Ryan Thomas McBride | |
2004-02-04 | Test 'pass proto { tcp udp icmp } modulate state' type rules | Ryan Thomas McBride | |
2004-02-04 | Test comment continuation with \ | Ryan Thomas McBride | |
2004-02-03 | adding tests after fixing bugs to prevent them from reapperaing gives extra | Henning Brauer | |
karma points: tag macro expansion | |||
2004-02-03 | you shall not forget committing regress fixes after fixing a bug | Henning Brauer | |
do not test for the questionable epxansion pfctl did with half IPs | |||
2004-01-26 | if one destroy fails, keep trying the others | Theo de Raadt | |
2004-01-26 | don't create/destroy interfaces in depend or regress | David Krause | |
stops interfaces from being created/destroyed out of order ok dhartmei@ henning@ | |||
2004-01-14 | regen; qid change. | Kenjiro Cho | |
2004-01-06 | Add tests for interface->address translation in userland and in the kernel. | Cedric Berger | |
2004-01-03 | Do not use (self) in pfload regress tests, it makes result config-dependant. | Cedric Berger | |
Found by David Krause, analyzed by Ryan McBride. | |||
2003-12-31 | Test new interface syntax. | Cedric Berger | |
2003-12-31 | Sync after interface improvements. | Cedric Berger | |
2003-12-30 | destroy on tun works now, so destroy the tun nterfaces we created for the | Henning Brauer | |
tests after we're done | |||
2003-12-16 | Test src.track timeout. | Ryan Thomas McBride | |
2003-12-16 | Test source-tracking syntax. | Ryan Thomas McBride | |
2003-12-16 | Test setting hostid. | Ryan Thomas McBride | |
2003-12-16 | Test failure of attempt to set hostid to 0. | Ryan Thomas McBride | |
2003-12-15 | Test for <port_a>:<port_b> syntax outside of rdr. | Ryan Thomas McBride | |
2003-12-06 | don't create/destroy interfaces in obj, clean and cleandir | Nikolay Sturm | |
eases source updates from pre-cloning ok henning@ | |||
2003-12-05 | lo1, tun0, tun1 don't exist any more. thus, create the interfaces we need for | Henning Brauer | |
regress purposes before starting and destroy them afterwards. lo1 -> lo1000000 tun0 -> tun1000000 tun1 -> tun1000001 ok markus@ | |||
2003-11-10 | Add 'no-sync' to regression tests. | Ryan Thomas McBride | |
2003-11-06 | antispoof with ipless interface | Henning Brauer | |
2003-08-24 | sync | Cedric Berger | |
2003-08-24 | sync | Cedric Berger | |
2003-08-20 | perhaps we should better test operator clue instead... | Henning Brauer | |
2003-08-20 | sync | Henning Brauer | |
2003-08-20 | regen | Henning Brauer | |
2003-08-20 | sync | Henning Brauer | |
2003-08-20 | test invalid priorities fro CBQ and PRIQ | Henning Brauer | |
2003-08-09 | sync | Cedric Berger | |
2003-08-06 | sync | Henning Brauer | |
2003-08-04 | sync | Henning Brauer | |
2003-08-01 | Big Step was too big - reintroduce skip step optimizations. | Cedric Berger | |
2003-07-29 | Big Sync | Cedric Berger | |
2003-07-29 | Sync with skip step optimisation. | Cedric Berger | |
2003-07-19 | Actually, this shows the problem. | Cedric Berger | |
2003-07-19 | Verify that no skip step apply to theses rules for the source address. | Cedric Berger | |
This actually uncovers a little buglet in skip steps calculation. | |||
2003-07-19 | Skip step optimization involving dynaddr, tables, no-route. | Cedric Berger | |
Optimisation should be done on theses rules. | |||
2003-07-11 | Illegal table definitions. | Cedric Berger | |
2003-07-11 | More complete table definition. | Cedric Berger | |
2003-07-11 | Better parsing and -v support for tables: | Cedric Berger | |
- remove the tableaddrs and tableaddr yacc production and reuse host_list instead. - produce better error messages. - do not load addresses from external file when it is not required (like with -R option). - store initializers in a new node_tinit linked list before putting them into the address buffer (see next point). - add a new print_tabledef() function, which makes "pfctl -nvf" print something useful for table definitions, which in turn makes it possible to write better regress tests (see first chunk of the diff) and bring table definition consistant with other parsed rules. ok dhartmei@ | |||
2003-07-09 | Test host list concatenation (fail today). | Cedric Berger | |
2003-07-04 | test nat pass | Henning Brauer | |
2003-06-19 | I'm a dork. | Henning Brauer | |
probably noticed by many but pointed out by david. | |||
2003-06-18 | regen, my bad | Henning Brauer | |
2003-06-18 | addr expansion in labels and the no-route case | Henning Brauer | |