summaryrefslogtreecommitdiffstats
path: root/sbin/pfctl/pfctl_radix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unify error message for nonexisting anchorskn2020-01-151-14/+1
* Refine error messagekn2020-01-151-2/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-16/+16
* add option -N (no domain resolution)benno2017-08-111-3/+3
* Remove NULL-checks before free(). ok tb@mmcc2015-12-101-3/+2
* Include <netinet/in.h> before <net/pfvar.h>. In a future change whenderaadt2015-01-211-1/+2
* consolidate some code by using reallocarray in all cases.tedu2014-05-071-19/+9
* Whole bunch of (unsigned char) casts carefully added for ctype calls.deraadt2013-11-221-3/+3
* Add support for weighted round-robin in load balancing pools and tables.mcbride2011-07-271-4/+7
* remove unused functionschl2007-12-051-50/+1
* clean up and rework the interface absraction code big time, rip out multiplehenning2005-05-211-4/+3
* Remove unused functions. ok beck@ henning@cedric2004-06-141-39/+1
* Do not try to load directories. found+ok mpech@cedric2004-04-091-2/+2
* lotsoflotsoflotsof KNFhenning2004-02-101-5/+7
* Many improvements to the handling of interfaces in PF.cedric2003-12-311-2/+30
* Rearchitecture of the userland/kernel IOCTL interface for transactions.cedric2003-09-261-1/+2
* Fix realloc usage and make sure we don't increase buffer size on failure.cedric2003-09-241-15/+13
* pf spelling policedavid2003-08-221-2/+2
* Make table tickets per-ruleset instead of global.cedric2003-07-311-3/+8
* KNF after cedric (grmpf)henning2003-07-041-4/+4
* This patch finally cleanup pfctl_table.c. No more global buffer,cedric2003-07-031-12/+21
* Buffer management functions.cedric2003-06-301-1/+111
* No need to include the same header twice.cedric2003-06-281-2/+1
* Reorg part I: move 3 functions out of pf_table.c to pf_radix.ccedric2003-06-271-1/+79
* A table in an anchor creates a real anchor: pfctl -sA works.cedric2003-06-081-4/+12
* Update the pfioc_table IOCTL structure.cedric2003-04-271-1/+15
* More cleanup in tables thanks to Andrey Matveev:cedric2003-02-031-2/+1
* Another nice cleanup patch from Andrey Matveevcedric2003-01-251-24/+22
* Cut & paste madness. We were (un)lucky it worked before!cedric2003-01-201-4/+4
* Add support for active/inactive tablesets in the kernel.cedric2003-01-091-1/+83
* Remove table name hashing (pass the name in each ioctl instead), anddhartmei2003-01-071-44/+1
* I do not know where this policy of "one .h file for every .c file" comesderaadt2003-01-041-2/+2
* simplify ioctl accessderaadt2003-01-031-38/+18
* Remove _ before static functions & variables.cedric2003-01-031-24/+24
* kill stupid macroderaadt2003-01-031-37/+61
* knfderaadt2003-01-031-15/+15
* Bring in userland code for accessing PF radix tables.cedric2003-01-031-0/+378