Age | Commit message (Expand) | Author |
2003-04-05 | Stick pf_default_rule everytime a packet pass because of the | Cedric Berger |
2003-04-05 | Replace the timeout variables by the content of the timeout | Cedric Berger |
2003-04-03 | Back out my last change, which was incorrect or incomplete. | Cedric Berger |
2003-04-03 | Remove (state->rule.ptr != NULL) tests: this is always true now. | Cedric Berger |
2003-03-31 | Only delete rule structure when no state refer to it. | Cedric Berger |
2003-03-11 | Missing break, unintentional fall-through. Found by Kimmo Mösö. | Daniel Hartmeier |
2003-01-20 | It's difficult to create a table by changing its flags. | Cedric Berger |
2003-01-09 | minor KNF | Henning Brauer |
2003-01-09 | (whitespace) KNF, re-fold -w 80 | Daniel Hartmeier |
2003-01-09 | Add support for active/inactive tablesets in the kernel. | Cedric Berger |
2003-01-07 | Remove table name hashing (pass the name in each ioctl instead), and | Daniel Hartmeier |
2003-01-06 | Move initialisation of radix table globals in pfr_initialize() | Cedric Berger |
2003-01-05 | Move ifname from pf_addr to pf_addr_wrap, prepare pf_addr_wrap for table | Daniel Hartmeier |
2003-01-04 | Remove unused pf_add_addr(), ok mcbride@ | Daniel Hartmeier |
2003-01-03 | 1) pfr_insert_kentries() cannot return ENOMEM anymore -> make it void. | Cedric Berger |
2003-01-02 | Require a direction to be specified for rules which do routing. | Ryan Thomas McBride |
2003-01-01 | KNF | Henning Brauer |
2003-01-01 | Fix breakage from PF_RULESET_MAX increase, regress tests match again. | Daniel Hartmeier |
2002-12-31 | Split scrub rules out from the filter rules in the kernel. | Ryan Thomas McBride |
2002-12-31 | Use a default state table limit of 10000 entries. This is safe for all | Daniel Hartmeier |
2002-12-30 | KNF | Henning Brauer |
2002-12-29 | Add support for radix tables for source and destination of PF rules. | Cedric Berger |
2002-12-27 | Bugfix and better error handling: | Ryan Thomas McBride |
2002-12-27 | Initialize rt_ifp in newly allocated pf_state objects to NULL. | Daniel Hartmeier |
2002-12-23 | Change from array to single pf_pabuf (no longer need multiple buffers as | Ryan Thomas McBride |
2002-12-19 | Clear pf_state.nat_rule pointers when non-main nat rules are removed. | Daniel Hartmeier |
2002-12-18 | Store translation rule pointer in state entries, so pfctl -vsn can print | Daniel Hartmeier |
2002-12-18 | KNF | Henning Brauer |
2002-12-18 | Pass skip step values through ioctl interface, pfctl -vvsr shows them, | Daniel Hartmeier |
2002-12-17 | Merge pf_nat/pf_binat/pf_rdr structs into pf_rule. Simplifies code, allows | Ryan Thomas McBride |
2002-12-13 | add pqueue and pqid to pf_rule. | Henning Brauer |
2002-12-12 | Pastos in pf_compare_pool(); dhartmei@, mcbride@ ok. | Aaron Campbell |
2002-12-06 | Introduce anchors and named rule sets, allowing to load additional rule | Daniel Hartmeier |
2002-12-01 | KNF | Henning Brauer |
2002-12-01 | - Clean up pf_ioctl mainly by adding new functions to handle cleaning and | Ryan Thomas McBride |
2002-11-29 | Get the address pool in DIOCCHANGEADDR for all operations, prevents | Ryan Thomas McBride |
2002-11-26 | fix "pfctl -Fq". | Kenjiro Cho |
2002-11-23 | KNF | Theo de Raadt |
2002-11-23 | kernel code to allow multiple redirection addresses to be specified for nat | Ryan Thomas McBride |
2002-11-12 | Missing splx. | Mike Pechkin |
2002-11-07 | Short-circuit evaluation can leave invalid pointers, closes PR2874. | Daniel Hartmeier |
2002-11-02 | Compare dynamic addresses correctly in pf_compare_*: check the interface name | Ryan Thomas McBride |
2002-10-25 | Compare pf_rule->label in pf_compare_rules(), too. | Daniel Hartmeier |
2002-10-22 | check the correct return value from ifunit() | Ryan Thomas McBride |
2002-10-20 | Move pf_compare_(rules|nats|binats|rdrs) to pf_ioctl.c. Simplifies and | Ryan Thomas McBride |
2002-10-08 | the first step of pf/altq merge. | Kenjiro Cho |
2002-10-07 | -Wsign-compare clean | Daniel Hartmeier |
2002-08-12 | Use state tree instead of separate (flat) list to find NAT proxy ports, | Daniel Hartmeier |
2002-07-05 | fix a small bug I found while installing a -current pf firewall at a | Henning Brauer |
2002-06-16 | Missing braces around else case, fixes a kernel crash introduced in r1.5 if | Aaron Campbell |