Age | Commit message (Expand) | Author |
2020-01-15 | Unify error message for nonexisting anchors | kn |
2020-01-15 | Refine error message | kn |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2017-08-11 | add option -N (no domain resolution) | Sebastian Benoit |
2015-12-10 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-01-21 | Include <netinet/in.h> before <net/pfvar.h>. In a future change when | Theo de Raadt |
2014-05-07 | consolidate some code by using reallocarray in all cases. | Ted Unangst |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
2011-07-27 | Add support for weighted round-robin in load balancing pools and tables. | Ryan Thomas McBride |
2007-12-05 | remove unused functions | Charles Longeau |
2005-05-21 | clean up and rework the interface absraction code big time, rip out multiple | Henning Brauer |
2004-06-14 | Remove unused functions. ok beck@ henning@ | Cedric Berger |
2004-04-09 | Do not try to load directories. found+ok mpech@ | Cedric Berger |
2004-02-10 | lotsoflotsoflotsof KNF | Henning Brauer |
2003-12-31 | Many improvements to the handling of interfaces in PF. | Cedric Berger |
2003-09-26 | Rearchitecture of the userland/kernel IOCTL interface for transactions. | Cedric Berger |
2003-09-24 | Fix realloc usage and make sure we don't increase buffer size on failure. | Cedric Berger |
2003-08-22 | pf spelling police | David Krause |
2003-07-31 | Make table tickets per-ruleset instead of global. | Cedric Berger |
2003-07-04 | KNF after cedric (grmpf) | Henning Brauer |
2003-07-03 | This patch finally cleanup pfctl_table.c. No more global buffer, | Cedric Berger |
2003-06-30 | Buffer management functions. | Cedric Berger |
2003-06-28 | No need to include the same header twice. | Cedric Berger |
2003-06-27 | Reorg part I: move 3 functions out of pf_table.c to pf_radix.c | Cedric Berger |
2003-06-08 | A table in an anchor creates a real anchor: pfctl -sA works. | Cedric Berger |
2003-04-27 | Update the pfioc_table IOCTL structure. | Cedric Berger |
2003-02-03 | More cleanup in tables thanks to Andrey Matveev: | Cedric Berger |
2003-01-25 | Another nice cleanup patch from Andrey Matveev | Cedric Berger |
2003-01-20 | Cut & paste madness. We were (un)lucky it worked before! | Cedric Berger |
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-04 | I do not know where this policy of "one .h file for every .c file" comes | Theo de Raadt |
2003-01-03 | simplify ioctl access | Theo de Raadt |
2003-01-03 | Remove _ before static functions & variables. | Cedric Berger |
2003-01-03 | kill stupid macro | Theo de Raadt |
2003-01-03 | knf | Theo de Raadt |
2003-01-03 | Bring in userland code for accessing PF radix tables. | Cedric Berger |