summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2002-11-25repair decide_address_familyHenning Brauer
2002-11-25for loN and link1 translate the iface into address properly; henning@ okMichael Shalayeff
2002-11-251Kb = 1000b, not 1024; as discussed with kjc@ and theoHenning Brauer
2002-11-25KNFHenning Brauer
2002-11-25Mention the net.inet.tcp.ecn sysctl.Wilbern Cobb
2002-11-24KNF while beeing hereHenning Brauer
2002-11-24KNFHenning Brauer
2002-11-24KNFHenning Brauer
2002-11-24missed one about ordering in the ruleset-filePhilipp Buehler
2002-11-24modifiers for -F/-s in the same order as it is required in pf.conf(5)Philipp Buehler
2002-11-24consistency: use sin6 as variable name for sockaddr_in6, not sinHenning Brauer
2002-11-24enforce that queue comes right before filteringPhilipp Buehler
2002-11-24Fix an error message and remove 'S' from getopt, it's not used.Daniel Hartmeier
2002-11-24Same fix for nat and rdr. Now all regress tests pass with malloc.conf JDaniel Hartmeier
2002-11-24Don't memcpy() structures that contain TAILQs. If you need a copy, you haveDaniel Hartmeier
2002-11-24Cosmetics and removal of a redundant code block.Daniel Hartmeier
2002-11-23-I${.CURDIR} makes no sense now that we don't look at the tables/ directory.Miod Vallat
2002-11-23Now that wskbd layouts for sparc are done, I don't need to keep these filesMiod Vallat
2002-11-23sighTheo de Raadt
2002-11-23KNFHenning Brauer
2002-11-23better error checking in expand_queueHenning Brauer
2002-11-23easierHenning Brauer
2002-11-23Daniel's diff to untangle my mess with ifa_pick_ips like so:Ryan Thomas McBride
2002-11-23better error checking, round 1Henning Brauer
2002-11-23KNFHenning Brauer
2002-11-23typo (in #ifdef'd out code, but well...); Michal Ludvig <michal at logix.cz>Henning Brauer
2002-11-23Cosmetic fixes for print_*() functions, so they match the old regressDaniel Hartmeier
2002-11-23fix parens "(" ")" when printingRyan Thomas McBride
2002-11-23KNFTheo de Raadt
2002-11-23$$->ifname is NULL, leave it NULL, don't $$->ifname[0] = 0;Daniel Hartmeier
2002-11-23Fix brokenness in parse.y, clean up:Ryan Thomas McBride
2002-11-23Missing {}Daniel Hartmeier
2002-11-23check to make sure a list item exists before checking to see if the nextRyan Thomas McBride
2002-11-23don't try to do ioctl with pfctl -nRyan Thomas McBride
2002-11-23missing prototype, remember to use sa_family_t for afRyan Thomas McBride
2002-11-23code to support loading of pf rules with multiple redirection addressesRyan Thomas McBride
2002-11-22print altq and queue lines in the pfctl -v case including the child queueHenning Brauer
2002-11-22kill dead codeHenning Brauer
2002-11-22dsetination -> destination; from Yasholomew Yashinski.Federico G. Schwindt
2002-11-21Add 'rawkey' to FEATURES.Hakan Olsson
2002-11-21-Wshadow nits.Hakan Olsson
2002-11-21hmac_init and prf_alloc should use unsigned lengths. Problem pointed out by P...Hakan Olsson
2002-11-20wow, a format string bug in a Makefile. Not surprised we missed thisTheo de Raadt
2002-11-20document the relevant queue optionsPhilipp Buehler
2002-11-19minor cosmetics, space after "label %s", in case both label and queue areDaniel Hartmeier
2002-11-19only take cbq opts from schedtype if type=CBQHenning Brauer
2002-11-19pfctl -sq prettierHenning Brauer
2002-11-19altq ifspec is always level 0Henning Brauer
2002-11-19altq interface spec should be printed as altq interface spec, not queueHenning Brauer
2002-11-19repair queuespec syntax glitch, theo agreesHenning Brauer