Age | Commit message (Expand) | Author |
2003-01-09 | Add support for active/inactive tablesets in the kernel. | Cedric Berger |
2003-01-04 | I do not know where this policy of "one .h file for every .c file" comes | Theo de Raadt |
2002-12-22 | Instead of inserting and removing rules at the top/bottom of the main | Daniel Hartmeier |
2002-12-18 | Store translation rule pointer in state entries, so pfctl -vsn can print | Daniel Hartmeier |
2002-12-18 | Maintain separate pfioc_rule structures for each type of rule, | Ryan Thomas McBride |
2002-12-17 | Match merge of pf_nat/pf_binat/pf_rdr structs into pf_rule | Ryan Thomas McBride |
2002-12-05 | one step further to "program output is valid program input" and the related | Henning Brauer |
2002-12-04 | do not warn for unused variables except with -v -v; henning ok | Theo de Raadt |
2002-11-30 | move damn unmask() proto into place as well | Michael Shalayeff |
2002-11-28 | - Adjust to match replacement of md5 with pf_hash | Ryan Thomas McBride |
2002-11-23 | missing prototype, remember to use sa_family_t for af | Ryan Thomas McBride |
2002-11-23 | code to support loading of pf rules with multiple redirection addresses | Ryan Thomas McBride |
2002-11-18 | altq and pf merged | Henning Brauer |
2002-10-25 | - more sa_family_t | Camiel Dobbelaar |
2002-06-25 | move pfctl options -t, -m, -O and -l to pf.conf. These are set using the | Henning Brauer |
2002-06-11 | Add -N and -R options. When used in conjunction with | Kjell Wooding |
2002-06-11 | Remove parse_nat() prototype, it's gone. Yes, authpf is broken at the | Daniel Hartmeier |
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-08 | Change remaining read-only lookup tables to const, suggestion drahn@ | Daniel Hartmeier |
2002-06-08 | Make state timeouts configurable per rule, like | Daniel Hartmeier |
2002-06-07 | allow using $srcaddr, $srcport, $dstaddr and $dstport in rule labels, | Henning Brauer |
2002-06-06 | split out the pf_state printing functions to be used elsewhere, no functional... | Michael Shalayeff |
2002-06-01 | ECN flag support for pf. Committed in consultation with Daniel. | Hugh Graham |
2002-03-11 | Add -r to reverse lookup addresses when displaying states. | Daniel Hartmeier |
2002-02-27 | Instead of printing useless @0 rule numbers from pfctl -vR, increase a | Daniel Hartmeier |
2002-01-09 | Add labels to rules. These are arbitrary names (not to be confused with | Daniel Hartmeier |
2001-10-04 | Honour -v flag when printing states, print only one line per state when | Daniel Hartmeier |
2001-10-01 | print variable asignments only if -v is given. ok dhartmei/deraadt | Markus Friedl |
2001-09-15 | IPv6 support from Ryan McBride (mcbride@countersiege.com) | Mike Frantzen |
2001-09-06 | 1:1 bidrectional NAT (binat); ok dhartmei@ and frantzen@ | jasoni |
2001-08-23 | KNF | Theo de Raadt |
2001-08-11 | \+\n support, and spit out cc-style error messages. the parser's line | Theo de Raadt |
2001-07-16 | add a yacc parser for pf.conf and nat.conf, with help from mickey@, | Markus Friedl |
2001-06-25 | include guard fix; smat@acm.org | Daniel Hartmeier |
2001-06-25 | catch up to Art changes in the kernel | Theo de Raadt |
2001-06-24 | match changes in header files | Theo de Raadt |
2001-06-24 | REGENTS -> COPYRIGHT HOLDERS | Daniel Hartmeier |
2001-06-24 | Move and rename packet filter userland. | Kjell Wooding |