summaryrefslogtreecommitdiff
path: root/sbin/pfctl
AgeCommit message (Expand)Author
2003-01-04I do not know where this policy of "one .h file for every .c file" comesTheo de Raadt
2003-01-03Make good use of the 'else' keyword.Cedric Berger
2003-01-03knfTheo de Raadt
2003-01-03no need to closeTheo de Raadt
2003-01-03KNFTheo de Raadt
2003-01-03zero sockaddr before useTheo de Raadt
2003-01-03I am ready to strange the person who put a new strcpy() into ourTheo de Raadt
2003-01-03(a && (b & c))Theo de Raadt
2003-01-03simplify ioctl accessTheo de Raadt
2003-01-03Remove _ before static functions & variables.Cedric Berger
2003-01-03Remove _ before static functions & variables.Cedric Berger
2003-01-03whitespace KNF (no, i don't touch the option inits)Daniel Hartmeier
2003-01-03kill stupid macroTheo de Raadt
2003-01-03KNFTheo de Raadt
2003-01-03Initialize hints addrinfo in a safe way.Cedric Berger
2003-01-03KNFTheo de Raadt
2003-01-03knfTheo de Raadt
2003-01-03Bring in userland code for accessing PF radix tables.Cedric Berger
2003-01-02Require a direction to be specified for rules which do routing.Ryan Thomas McBride
2003-01-01KNFHenning Brauer
2003-01-01Remove skip step for action (scrub vs. non-scrub), as scrub rules areDaniel Hartmeier
2003-01-01Extend two error messages, change one err() -> errx() where there's noDaniel Hartmeier
2002-12-31Match kernel changes splitting scrub rules into their own ruleset type.Ryan Thomas McBride
2002-12-31err() doesn't return. from Andrey Matveev.Daniel Hartmeier
2002-12-30Change ipv6-icmp-type to icpm6-type. pf.conf files will need to be adjustedRyan Thomas McBride
2002-12-29Make pfctl -a name -sr/-sn show all rules of all rulesets within theDaniel Hartmeier
2002-12-27Since pf_norm.c looks at rule.log to see if it should log packets beingRyan Thomas McBride
2002-12-25Honour -R/-N and don't attempt to load other rules in those cases.Daniel Hartmeier
2002-12-24print_cbq_opts should print "control" if CBQCLF_CTLCLASS is set.Ryan Thomas McBride
2002-12-23remove dead codeHenning Brauer
2002-12-22Handle pool addresses in binat rules, ok mcbride@Daniel Hartmeier
2002-12-22Instead of inserting and removing rules at the top/bottom of the mainDaniel Hartmeier
2002-12-21always initialize rpool.key; diff from Frank Denis; KNF by meHenning Brauer
2002-12-21KNFHenning Brauer
2002-12-20remove a redundant assignment.Daniel Hartmeier
2002-12-19fix 'no rdr'.Daniel Hartmeier
2002-12-18Store translation rule pointer in state entries, so pfctl -vsn can printDaniel Hartmeier
2002-12-18more KNFHenning Brauer
2002-12-18Pass skip step values through ioctl interface, pfctl -vvsr shows them,Daniel Hartmeier
2002-12-18rule.nr USHRT_MAX -> -1, to detect states whose creating rules areDaniel Hartmeier
2002-12-18ryan, look at this.Henning Brauer
2002-12-18Maintain separate pfioc_rule structures for each type of rule,Ryan Thomas McBride
2002-12-18proto list expansion is not supported in binat-anchor yet, print an errorDaniel Hartmeier
2002-12-18Support (single) destination port in rdr-anchor rules. Print an errorDaniel Hartmeier
2002-12-18fix some INCREDIBLE new bugs which were introducedTheo de Raadt
2002-12-17add support for the PRIQ schedulerHenning Brauer
2002-12-17Match merge of pf_nat/pf_binat/pf_rdr structs into pf_ruleRyan Thomas McBride
2002-12-17missing break in switchHenning Brauer
2002-12-17beautify the %type blockHenning Brauer
2002-12-17PRIQ and HFSC support functions, not yet used.Henning Brauer