summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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-23- mark usage() as __deadAlexander Yurchenko
2002-12-22Convert to using atagettrace_t.Alexander Yurchenko
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-19Document atactl dump command; thanks to nick@ for pointing this out.Alexander Yurchenko
2002-12-19much prettierTheo de Raadt
2002-12-19no youTheo de Raadt
2002-12-18Store translation rule pointer in state entries, so pfctl -vsn can printDaniel Hartmeier
2002-12-18Reorder sysctl list, to match sysctl -a output (mostly, structures cheat).Miod Vallat
2002-12-18more KNFHenning Brauer
2002-12-18Pass skip step values through ioctl interface, pfctl -vvsr shows them,Daniel Hartmeier
2002-12-18remove dup includeMarkus Friedl
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-18Remove duplicate entry for kern.somaxconn introduced in last commit;Todd C. Miller
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-17Make SysV-style shared memory and semaphore limits sysctl'able.Todd C. Miller
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
2002-12-17display.focus is a signed int, make it so; this fixes a problem under x11, wh...Michael Shalayeff
2002-12-17class -> queueHenning Brauer
2002-12-17duh. two checks in rate2str which decide wether to print Mb or Kb had 1024Henning Brauer
2002-12-16only create a root queue if scheduler = cbqHenning Brauer
2002-12-16KNFHenning Brauer
2002-12-16only try to add the root queue for cbqHenning Brauer
2002-12-16get full [scheduler]_opts struct instead of just .flags, and wrap in into aHenning Brauer
2002-12-16raidframe -> RAIDframeThierry Deval
2002-12-15correct clri description; from Dan Weeks <danimal at danimal dot org> viaFederico G. Schwindt
2002-12-15There is no such thing as pf=YES variable, there is a variablemargarida
2002-12-15rule set(s) -> ruleset(s)margarida
2002-12-15more writable spelling; torhHenning Brauer
2002-12-13allow a second queue for higher priorized (currently: tos=lowdelay) packetsHenning Brauer
2002-12-13a bit KNF originally part of another diff soon to come; frantzen@ correctlyHenning Brauer
2002-12-13permit re-ordering of some scrub parameters, and also clean up some otherTheo de Raadt
2002-12-13fdisc -> fdesc. form@Mike Pechkin