summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl.h
AgeCommit message (Expand)Author
2020-01-15Do the actual pfr_strerror() to pf_strerror() renamekn
2020-01-15Enable pfctl(8) to recursively flush rules and tables from PF driver. TheAlexandr Nedvedicky
2019-01-11When creating tables inside anchors, pfctl warned about namespacekn
2019-01-02Error out on missing table command, zap internal wrapper functionkn
2019-01-02Zap unused segment struct definitionkn
2018-09-06Remove unused af argument from unmask()kn
2018-07-24Move duplicate code into new helper print_addr_str()kn
2017-08-11add option -N (no domain resolution)Sebastian Benoit
2017-07-15sbin/pfctl: void functions and exit(3) on errorAdam Wolk
2015-01-19DEFAULT_PRIORITY and DEFAULT_QLIMIT no longer usedTheo de Raadt
2014-04-19remove altq bits here, tooHenning Brauer
2013-10-12config bits for the bandwidth shaping part of the new queueing subsystemHenning Brauer
2012-07-08New attempt to make the -P flag work with -ss, so that states can beLawrence Teo
2012-06-01revert previous, breaks tcpdumpJonathan Gray
2012-06-01Make the -P flag work with -ss, so that states can be printed with portLawrence Teo
2011-07-27Add support for weighted round-robin in load balancing pools and tables.Ryan Thomas McBride
2010-11-12The ioctl to show states returns a pfsync_state which is in network byteClaudio Jeker
2010-03-23remove -A, -O, -R and -T loadHenning Brauer
2009-11-03rtables are stacked on rdomains (it is possible to have multiple routingClaudio Jeker
2008-05-29Second half of PF state table rearrangement.Ryan Thomas McBride
2007-12-05remove unused functionsCharles Longeau
2007-05-31Cope with new ioctl interface (use pfsync_state instead of pf_state)Ryan Thomas McBride
2007-02-09use DIOCGETRULE ioctl & action set to PF_GET_CLR_CNTR to clear countersHenning Brauer
2006-01-28zap unused functionHenning Brauer
2005-05-21clean up and rework the interface absraction code big time, rip out multipleHenning Brauer
2005-01-05Modify pfctl behaviour so that 'set ...' options are no longer "sticky", ie.Ryan Thomas McBride
2004-06-14Remove unused functions. ok beck@ henning@Cedric Berger
2004-05-19Allow recursive anchors (anchors within anchors, up to 64Daniel Hartmeier
2004-04-09Do not try to load directories. found+ok mpech@Cedric Berger
2004-02-19Makes pfctl -ss and pfctl -sq use optional -i argument.Cedric Berger
2004-02-17add -i flag, use it for -sI as a start. ok henning@, ok+test mcbride@Cedric Berger
2004-02-10KNFDaniel Hartmeier
2004-01-29Clean up 'pfctl -s all' output.Ryan Thomas McBride
2003-12-31Many improvements to the handling of interfaces in PF.Cedric Berger
2003-11-06KNFHenning Brauer
2003-10-08fix cedric's breakage:Henning Brauer
2003-09-26Rearchitecture of the userland/kernel IOCTL interface for transactions.Cedric Berger
2003-08-29Document interactions between tables and anchors.Cedric Berger
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-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-30Allow tables to be loaded into anchors.Cedric Berger
2003-04-14let print_altq and print_queue take a struct node_queue_bw parameter insteadHenning Brauer
2003-04-11qname_to_qid and qname_to_pfaltq can be private functions now; nothingHenning Brauer
2003-04-11kill dead code.Henning Brauer
2003-04-05allow queue specs to be limited to certain interfaces.Henning Brauer
2003-03-27lotsa const char *Henning Brauer