summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2002-04-02minor cleanupsTheo de Raadt
2002-04-02Fix -A flag values in summaryTodd C. Miller
2002-04-02Prism2 firmware should be reported as version a.b.c not a.b variant c.Todd C. Miller
Only Lucent uses the 'variant' form. Also, prism2 firmware 0.8.2 does WEP w/o requiring promisc mode (from NetBSD). OK mickey@
2002-04-01Also accept "adhoc" (or "ad-hoc"), "bss", and "hostap" instead ofTodd C. Miller
numbers for -p option.
2002-04-01change return values back from EX_* to 0/1Daniel Hartmeier
2002-04-01members of wi_counters are u_int32_t so print them with "%u" not "%d"Todd C. Miller
2002-04-01Fix max WEP key len. Max len for a 104 bit WEP key len is 26 hex digitsTodd C. Miller
(not counting the leading 0x) or 13 characters.
2002-04-01yes, string could be up to 32; pt out by Cory Bosley (openbsd@bosleys.org) ↵Michael Shalayeff
via pr#2508
2002-04-01style(9) improvements from Raymond M SchneiderDaniel Hartmeier
2002-04-01ok, there are a few more US choices, Todd saysTheo de Raadt
2002-04-01indicate default channel nicer; millert okTheo de Raadt
2002-03-31remove arc from hereTheo de Raadt
2002-03-31grmbl, restore meter display.Thierry Deval
2002-03-31extraneous new line in stations listMichael Shalayeff
2002-03-30There is no 6Mbps mode, it is 5.5MbpsTodd C. Miller
2002-03-30Remove some lies, mention hostap mode, add some more info.Todd C. Miller
2002-03-29-WallTheo de Raadt
2002-03-29cleanup variable and parameter usage.Thierry Deval
2002-03-28prototype pfctl_kill_states()Daniel Hartmeier
2002-03-28list out the ap's stationsMichael Shalayeff
2002-03-28chip id copies here; just for niels, all for niels, all in the name of nielsMichael Shalayeff
2002-03-28WI_RID_AUTH_CNTL was renamed to WI_RID_CNFAUTHMODETodd C. Miller
2002-03-27implement a "no-route" keyword.Michael Shalayeff
usage semantics are analogous w/ "any", meaning is "any ip address for which there is no route in the current routing table", could be used in both from and to. typical usage would be (assuming symmetrical routing): block in from no-route to any also doc "any" in the pf.conf.5, include in regress, etc. tested by me on i386 and sparc. dhartmei@ and frantzen@ ok
2002-03-27Calculate the maximum queue depth correctly.Grigoriy Orlov
PR2490 from Alexander Yurchenko <grange@rt.mipt.ru>
2002-03-26tidy up usage statement and sort headers. patch from dfa@solo.eeMike Frantzen
2002-03-26sort options and clean up the -k descrption. patch from dfa@solo.eeMike Frantzen
2002-03-26Don't message_dump_raw() bad length messages, i.e too short.Hakan Olsson
Should solve PR 2474 (unconfirmed). niklas@, me.
2002-03-25add -k option to shootdown all the state entries from the specified hostMike Frantzen
ok dhartmei@
2002-03-24Work around a compiler bug on sparc64; deraadt@ OKTodd C. Miller
2002-03-23examples of tcpdump filters on pf log fieldsMike Frantzen
2002-03-21o sync usage() to man pageTodd C. Miller
o -l does not require an argument o getopt() returns -1 not EOF From Brian Poole
2002-03-21Add r option to SYNOPSIS. From Brian Poole.Daniel Hartmeier
2002-03-21Change 'Airport' to 'Lucent (embedded)' to correspond to reality.Todd C. Miller
Otherwise, the embedded Lucent wavelan is called 'Airport' on Toshiba and Sony laptops.
2002-03-19Remove unnecessary prototype.Angelos D. Keromytis
2002-03-17Move SA_FILE definition to sa.h.Angelos D. Keromytis
2002-03-17Mention isakmpd_sa file.Angelos D. Keromytis
2002-03-17Add 'T' and 'S' commands (for tearing-down and reporting all Phase 2Angelos D. Keromytis
SAs), from bdallen@nps.navy.mil
2002-03-14fix a few overflows by using off_t, not 32bit longs; some parts are from ↵Michael Shalayeff
lucq.org; millert@ ok
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
millert@ ok
2002-03-12Handle inet_ntop() returning NULL explicitly. Found by mpech@.Daniel Hartmeier
2002-03-11Add -r to reverse lookup addresses when displaying states.Daniel Hartmeier
From John Kerbawy.
2002-03-11no \n to warnx(3). From: Mike Pechkin <mpech@prosoft.org.lv>Jun-ichiro itojun Hagino
2002-03-08Fix arc4random() usage; add more randomness to intvl_random().Mike Pechkin
millert@ ok
2002-03-06Compile without warnings for older/newer OpenSSL.Hakan Olsson
2002-03-06Fix a couple of snprintf length bugs. Same problem <chris@stallion.oz.au>Hakan Olsson
found for policy passphrases.
2002-03-06Unbreak MD5 and SHA1 passphrases in policy check. FromHakan Olsson
<chris@stallion.oz.au>.
2002-03-05-Werror not possible, because of openssl constification. thanks guysTheo de Raadt
2002-03-05must pull -ldes here tooTheo de Raadt
2002-03-05must pull -ldes tooTheo de Raadt