summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl_parser.h
AgeCommit message (Expand)Author
2002-11-18altq and pf mergedHenning Brauer
2002-10-25- more sa_family_tCamiel Dobbelaar
2002-06-25move pfctl options -t, -m, -O and -l to pf.conf. These are set using theHenning Brauer
2002-06-11Add -N and -R options. When used in conjunction withKjell Wooding
2002-06-11Remove parse_nat() prototype, it's gone. Yes, authpf is broken at theDaniel Hartmeier
2002-06-11Make NAT proxy port range configurable per rule, for instance privilegedDaniel Hartmeier
2002-06-11rework pfctl statistics displayHenning Brauer
2002-06-08Change remaining read-only lookup tables to const, suggestion drahn@Daniel Hartmeier
2002-06-08Make state timeouts configurable per rule, likeDaniel Hartmeier
2002-06-07allow using $srcaddr, $srcport, $dstaddr and $dstport in rule labels,Henning Brauer
2002-06-06split out the pf_state printing functions to be used elsewhere, no functional...Michael Shalayeff
2002-06-01ECN flag support for pf. Committed in consultation with Daniel.Hugh Graham
2002-03-11Add -r to reverse lookup addresses when displaying states.Daniel Hartmeier
2002-02-27Instead of printing useless @0 rule numbers from pfctl -vR, increase aDaniel Hartmeier
2002-01-09Add labels to rules. These are arbitrary names (not to be confused withDaniel Hartmeier
2001-10-04Honour -v flag when printing states, print only one line per state whenDaniel Hartmeier
2001-10-01print variable asignments only if -v is given. ok dhartmei/deraadtMarkus Friedl
2001-09-15IPv6 support from Ryan McBride (mcbride@countersiege.com)Mike Frantzen
2001-09-061:1 bidrectional NAT (binat); ok dhartmei@ and frantzen@jasoni
2001-08-23KNFTheo de Raadt
2001-08-11\+\n support, and spit out cc-style error messages. the parser's lineTheo de Raadt
2001-07-16add a yacc parser for pf.conf and nat.conf, with help from mickey@,Markus Friedl
2001-06-25include guard fix; smat@acm.orgDaniel Hartmeier
2001-06-25catch up to Art changes in the kernelTheo de Raadt
2001-06-24match changes in header filesTheo de Raadt
2001-06-24REGENTS -> COPYRIGHT HOLDERSDaniel Hartmeier
2001-06-24Move and rename packet filter userland.Kjell Wooding