summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl_radix.c
AgeCommit message (Expand)Author
2007-12-05remove unused functionsCharles Longeau
2005-05-21clean up and rework the interface absraction code big time, rip out multipleHenning Brauer
2004-06-14Remove unused functions. ok beck@ henning@Cedric Berger
2004-04-09Do not try to load directories. found+ok mpech@Cedric Berger
2004-02-10lotsoflotsoflotsof KNFHenning Brauer
2003-12-31Many improvements to the handling of interfaces in PF.Cedric Berger
2003-09-26Rearchitecture of the userland/kernel IOCTL interface for transactions.Cedric Berger
2003-09-24Fix realloc usage and make sure we don't increase buffer size on failure.Cedric Berger
2003-08-22pf spelling policeDavid Krause
2003-07-31Make table tickets per-ruleset instead of global.Cedric Berger
2003-07-04KNF after cedric (grmpf)Henning Brauer
2003-07-03This patch finally cleanup pfctl_table.c. No more global buffer,Cedric Berger
2003-06-30Buffer management functions.Cedric Berger
2003-06-28No need to include the same header twice.Cedric Berger
2003-06-27Reorg part I: move 3 functions out of pf_table.c to pf_radix.cCedric Berger
2003-06-08A table in an anchor creates a real anchor: pfctl -sA works.Cedric Berger
2003-04-27Update the pfioc_table IOCTL structure.Cedric Berger
2003-02-03More cleanup in tables thanks to Andrey Matveev:Cedric Berger
2003-01-25Another nice cleanup patch from Andrey MatveevCedric Berger
2003-01-20Cut & paste madness. We were (un)lucky it worked before!Cedric Berger
2003-01-09Add support for active/inactive tablesets in the kernel.Cedric Berger
2003-01-07Remove table name hashing (pass the name in each ioctl instead), andDaniel Hartmeier
2003-01-04I do not know where this policy of "one .h file for every .c file" comesTheo de Raadt
2003-01-03simplify ioctl accessTheo de Raadt
2003-01-03Remove _ before static functions & variables.Cedric Berger
2003-01-03kill stupid macroTheo de Raadt
2003-01-03knfTheo de Raadt
2003-01-03Bring in userland code for accessing PF radix tables.Cedric Berger