summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2003-02-26Typo/pasto. Spotted by Tim Donahue.Hakan Olsson
2003-02-26in expand_rule, correctly set r->pqid if a priority queue was defined, andHenning Brauer
reuse the value of r->qid if not. ok dhartmei@ mcbride@
2003-02-26.Dv PF_KEYMarkus Friedl
2003-02-26pass sadb_msg to print_xxx because print_sa needs to check the satypeMarkus Friedl
(for ipcomp).
2003-02-26IPsec is written ``IPsec'', not ``IPSec''.David Krause
ok ho@
2003-02-25implement 'show' and 'monitor' commands; ok djm@, deraadt@, cedric@Markus Friedl
2003-02-25some minor KNF my fingers just did...Henning Brauer
ok dhartmei@ cedric@
2003-02-25repair/simplify/flexify binat userland.Cedric Berger
ok dhartmei@ henning@
2003-02-25extend copyright to 2003Henning Brauer
2003-02-24when a macro is redefined, don't bother with reusing the existing entry inHenning Brauer
symset() but just prepend a new sym entry to symhead like we always did. as symget searches the list sequentially, the newest one is picked first. prevents an endless loop introduced when trying to reuse the existing entry by an invalid setting for the next pointer. fixes regress test pf57. found after conversation with Chris Linn, celinn at mtu dot edu ok dhartmei@ cedric@
2003-02-24lzs with hifn.4 is available tooJason Wright
2003-02-24pf_key_v2_flow: typo in debug msg (KAME)Markus Friedl
2003-02-24echo->printf, because echo does not accept "\n" in all shells.Cedric Berger
ok henning@
2003-02-24to toHenning Brauer
found by krause
2003-02-24bye byeTheo de Raadt
2003-02-24Remove tcfs until this entire licensing mess is cleaned up. This isTheo de Raadt
ANOTHER case of a developer having ignored licenses when importing code.
2003-02-22typo: noneheless->nonthelessKjell Wooding
2003-02-22Clarify some language, grammar. ho@ okayed this many moons ago,Kjell Wooding
and I forgot all about it.
2003-02-21re-allow set loginterface noneHenning Brauer
ok cedric@ dhartmei@
2003-02-21better error message if set loginterface is called with nonexistantHenning Brauer
interface, found by krause (who is doing EXCELLENT work. Thank you very much!), fix by me, ok dhartmei@ and cedric@
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