summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2002-11-19default priority is 1, not 0Henning Brauer
2002-11-19- match 'Gb' case-sensitivelyCamiel Dobbelaar
2002-11-19icmp-type was off by one, ok henning@Peter Stromberg
2002-11-18no; do not use };Theo de Raadt
2002-11-18more using strl* return values instead of strlen callsHenning Brauer
2002-11-18easier "queue name too long" detection; from theoHenning Brauer
2002-11-18support Gb in print; henning okTheo de Raadt
2002-11-18KNFTheo de Raadt
2002-11-18KNFTheo de Raadt
2002-11-18altq and pf mergedHenning Brauer
2002-11-18fix a typo and earn a minor style point; Michael KnudsenTodd C. Miller
2002-11-15Missing "Configuration" tag in a Phase-1 peer was not handled correctly,Hakan Olsson
2002-11-14Use %d instead of %2d for better matching. From Mike Neuman. Fixes PR#2848.Hakan Olsson
2002-11-14Better whitespace/newline handling, this should make broken lines andHakan Olsson
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-11-14correct IPv6 setsockopt for ipsec operation. angelos okJun-ichiro itojun Hagino