summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2003-02-20extra plurals; openbsd@davidkrause.comTheo de Raadt
2003-02-20Use STDOUT_FILENO; David at phobia dot msTodd C. Miller
2003-02-20Fix table syntax documentation, from David Krause.Cedric Berger
2003-02-20reject nonexistant interfaces in the dynaddr case, noticed during discussionHenning Brauer
with jasondixon at myrealbox dot com ok dhartmei@
2003-02-19Make 'from (kue0)/24' work again (dynamic interface name translation withDaniel Hartmeier
a /prefix), reported by Jason Dixon. ok henning@
2003-02-19better error message on icmp version / address family mismatchHenning Brauer
ok markus@
2003-02-19cmdline options in alphabetical order in usage() and manpage; and sync themHenning Brauer
from krause
2003-02-19Fix little buffer overflow on 64-bit platforms.Cedric Berger
Produce wrong output on pfr7 regression test, discovered by henning@. ok+testing henning@
2003-02-19clarify how pfctl -k works a bit; based on a discussion with daniel and samHenning Brauer
smith. ok dhartmei@
2003-02-19mdoc-police: officer krause catched one againHenning Brauer
2003-02-19Use pread/pwrite where sensible; also remove some bogus casts inTodd C. Miller
printf to long and long long for things that are int32_t.
2003-02-18fix load option handling (-A, -N, -R) for options.Henning Brauer
due to a bug in the loadopt check options were always loaded no matter which loadopts where specified. while beeing there, move the prints for that to where they belong, into the appropriate pfctl_set_* functions, and thus only print when the options are actually loaded. fixes regress tests pfopt3, pfopt4, pfopt5 I added earlier. ok dhartmei@
2003-02-18copyrights added;Jason McIntyre
bootpef(8), pppd(8): Carnegie Mellon map-mbone(8), mrinfo(8): Xerox pdisk(8): Apple awk(1): Lucent sectok(3): University of Michigan
2003-02-18copyrights added;Jason McIntyre
these are all Regents of the University of California
2003-02-17pfctl_clear_pool doesn't need to be prototyped twice eitherHenning Brauer
2003-02-17no need to prototype pfctl_add_pool twiceHenning Brauer
2003-02-17"optarg" was a bad pick for the variable name in pfctl_cmdline_symset, itHenning Brauer
shadows a global. rename.
2003-02-17typos;Jason McIntyre
2003-02-17We want err() after failed ioctl() here too.Mike Pechkin
mcbride@, dhartmei@ ok
2003-02-17-#include <sys/ioctl.h>Mike Pechkin
mcbride@, dhartmei@ ok
2003-02-16unneeded {}Henning Brauer
2003-02-16throw a syntax error if the portunary operator in varset is no '='Henning Brauer
extif>"whatever" should not be the same as extif="whatever" but a syntax error.
2003-02-16cosmeticsHenning Brauer
2003-02-16Provide a wskbd type for gsc keyboards, make gsckbd use it, and take advantageMiod Vallat
of it in kbd(8) to work correctly with such a keyboard. Reminded by maja some time ago.
2003-02-15skeleton support for LZS compressionJason Wright
2003-02-14remove explicit table creation ( -T create ), it's useless.Henning Brauer
ok pb@ mcbride@ deraadt@
2003-02-14Allow route-to loopback interfaces again, since Ryan fixed the loops thatDaniel Hartmeier
might have occured before.
2003-02-14English and mdoc fixes thanks to jmc@Cedric Berger
2003-02-14Better and more consistent error message.Cedric Berger
Ok dhartmei@
2003-02-14tweakHenning Brauer
2003-02-14Document verbose mode with tables (statistics).Cedric Berger
2003-02-14and one more tweaking round by krause, thanks!Henning Brauer
2003-02-14more good tweaks by krauseHenning Brauer
2003-02-13when complaining about an illegal netmask print the value we're complainingHenning Brauer
about
2003-02-13ease the yacc a bit by using a "not" rule instead of having two rules w/ andHenning Brauer
without '!' everywhere ok dhartmei@
2003-02-13when talking about the order requirement, mention all 7 sections we have now.Henning Brauer
from krause with minor tweaks by me grammar ok jmc@
2003-02-13typos;Jason McIntyre
setextattr(8): example markus@ spamd(8): someone else found some of these on bugs/misc, but for the life of me i can't find out who pf.conf(5): from openbsd@davidkrause.com raidctl(8): from ian@darwinsys.com
2003-02-13add support for printing disklabels in units other than sectors fromTed Unangst
the cmdline based on a patch by mho at mho.nu ok and input by millert@
2003-02-12better error checking on bind(); from Alexander_Bluhm at genua.de; ok ho@Markus Friedl
2003-02-12KNF after ryanHenning Brauer
2003-02-12Simplify the code and make the parser handle the different rule typesRyan Thomas McBride
more consistently. - Merge expand_nat and expand_rdr into expand_rule - Merge rdrrule token into natrule ok concept henning@ ok dhartmei@
2003-02-12Add support for WSKBD_TYPE_HIL. -moj ok miod@Mats O Jansson
2003-02-12Define a wsmouse type for HIL mice.Miod Vallat
2003-02-11document pfctl -D macro=valueHenning Brauer
2003-02-11allow macro definition on the command line:Henning Brauer
pfctl -Dextif=wi0 -f /etc/pf.conf command line macro definitions override the ones made in the file (idea theo), very handy if your notebook has another NIC at some conference, as well as for debugging etc. idea rezine@mistrusted.net via pb@ hacked live at FOSDEM ok pb@ dhartmei@ cedric@
2003-02-11Define an HIL wscons keyboard type.Miod Vallat
2003-02-11typos;Jason McIntyre
raidctl(8) ok millert@ mknetid(8) help maja@
2003-02-09more live code from FOSDEM:Henning Brauer
make pass in proto tcp to port 80 work. -allow to omit the "any" if you're specifying a port -allow to omit the from or to part if you want "any" for the other ok dhartmei@ pb@
2003-02-09KNFHenning Brauer
2003-02-09Fix a few warnings and remove unnecessary check and cast.Camiel Dobbelaar
ok dhartmei henning