Age | Commit message (Expand) | Author |
2002-12-18 | Store translation rule pointer in state entries, so pfctl -vsn can print | Daniel Hartmeier |
2002-12-18 | little style | 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-16 | add options for 2 more queueing disciplines, PRIQ and HFSC. | Kenjiro Cho |
2002-12-13 | add pqueue and pqid to pf_rule. | Henning Brauer |
2002-12-12 | minor KNF | Henning Brauer |
2002-12-06 | Introduce anchors and named rule sets, allowing to load additional rule | Daniel Hartmeier |
2002-12-01 | - Clean up pf_ioctl mainly by adding new functions to handle cleaning and | Ryan Thomas McBride |
2002-11-29 | expose state table changes | Michael Shalayeff |
2002-11-28 | - MD5 too slow, replace with pf_hash (based on hash from if_bridge.c) | Ryan Thomas McBride |
2002-11-26 | pass struct pfioc_changeaddr to DIOCCHANGEADDR | Ryan Thomas McBride |
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-02 | Make PF_ANEQ(), PF_ANEQ() and PF_AZERO() check the whole address if af | Ryan Thomas McBride |
2002-10-22 | Convert "int af" and "u_int8_t af" declarations and function arguments | Ryan Thomas McBride |
2002-10-20 | Move pf_compare_(rules|nats|binats|rdrs) to pf_ioctl.c. Simplifies and | Ryan Thomas McBride |
2002-10-14 | Allow one to specify a netblock in a binat rule: | Henning Brauer |
2002-10-10 | padd pf_state; dhartmei@ ok | Michael Shalayeff |
2002-10-08 | the first step of pf/altq merge. | Kenjiro Cho |
2002-10-07 | set block-policy [drop|return] | Henning Brauer |
2002-10-07 | support a generic return | Henning Brauer |
2002-10-07 | make return-icmp work for rules covering both v4 and v6 | Henning Brauer |
2002-10-07 | use a new rule_flag PFRULE_RETURNICMP to decide wether to return-icmp or not | Henning Brauer |
2002-10-07 | Add 'reply-to' to filter rules, similar to route-to, but applying to | Daniel Hartmeier |
2002-10-05 | Allow filtering based on IP header's tos field. | Daniel Hartmeier |
2002-08-12 | Use state tree instead of separate (flat) list to find NAT proxy ports, | Daniel Hartmeier |
2002-07-15 | add u_int8_t ifnot to struct pf_rule to support matching packets on any | Henning Brauer |
2002-06-11 | split the grammar of scrub(fragcache) into scrub ... 'fragment reassemble', | Mike Frantzen |
2002-06-11 | enumerate UDP and OTHER state levels (similar to tcp_fsm.h) | Mike Frantzen |
2002-06-11 | SCRUB(fragcache) to do gap tracking and overlap pruning of IPv4 fragments | Mike Frantzen |
2002-06-11 | Make NAT proxy port range configurable per rule, for instance privileged | Daniel Hartmeier |
2002-06-11 | rework pfctl statistics display | Henning Brauer |
2002-06-09 | Make pf_nat.saddr/daddr a pf_rule_addr instead of pf_addr_wrap, so it | Daniel Hartmeier |
2002-06-09 | split ioctl functions out of pf.c into pf_ioctl.c | Philipp Buehler |
2002-06-09 | This commit commit commit without testing has to STOP. BE CAREFUL. | Theo de Raadt |
2002-06-09 | uncommit, broken (by corrupt diff) | Philipp Buehler |
2002-06-08 | Make state timeouts configurable per rule, like | Daniel Hartmeier |
2002-06-07 | increase rule label length from 32 to 64 chars | Henning Brauer |
2002-06-07 | add the possibility to configure a TTL while return-rst | Philipp Buehler |
2002-06-07 | Add "(max <number>)" option for "keep/modulate state" to limit the number | Daniel Hartmeier |
2002-06-07 | switch from AVL tree's to herr Provos' red-black trees | Mike Frantzen |
2002-05-19 | KNF again | Theo de Raadt |
2002-05-12 | Add gid based filtering, reduce to one (effective) uid, rename parser | Daniel Hartmeier |
2002-05-09 | Add a max-mss option to the scrub rule which will enforce a maximum mss | jasoni |
2002-05-09 | Introduce user based filtering. Rules can specify ruid and euid (real and | Daniel Hartmeier |
2002-05-05 | Instead of returning a useless kernel space pointer for the rule that | Daniel Hartmeier |
2002-04-24 | Add dynamic (in-kernel) interface name -> address translation. Instead of | Daniel Hartmeier |
2002-04-23 | Allow explicit filtering of fragments when they are not reassembled. | Daniel Hartmeier |
2002-03-27 | implement a "no-route" keyword. | Michael Shalayeff |