Age | Commit message (Expand) | Author |
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 |
2002-06-11 | rework pfctl statistics display | Henning Brauer |
2002-06-10 | #include <sys/timeout.h>, from Chris Kuethe | Daniel Hartmeier |
2002-06-10 | Don't #include <sys/malloc.h> | Daniel Hartmeier |
2002-06-09 | Make pf_nat.saddr/daddr a pf_rule_addr instead of pf_addr_wrap, so it | Daniel Hartmeier |
2002-06-09 | new file sys/net/pf_ioctl.c | Philipp Buehler |