summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2002-04-18There is no point in embedding an out-of-date copy of <sys/disklabel.h>,Miod Vallat
2002-04-18use strlcpyTheo de Raadt
2002-04-17Reset lineno for each file, so pfctl -R ... -N ... reports the rightDaniel Hartmeier
2002-04-15Use in_addr_t instead of unsigned long, which breaks on alpha (64-bit).Daniel Hartmeier
2002-04-12kbd setting code for the installer. kbd needs to be compiled without KVMTheo de Raadt
2002-04-11o Document the difference between "open system" and "shared key" authTodd C. Miller
2002-04-11Accept "ibss" for port type 4Todd C. Miller
2002-04-10Document IKE mode-cfg config. deraadt@ ok.Hakan Olsson
2002-04-10Document the FIFO ui. deraadt@ ok.Hakan Olsson
2002-04-10Add missing IFM_OPTIONS macro. Previously 'ifconfig -mediaopt' couldTodd C. Miller
2002-04-08Fix typo, from Raymond M SchneiderDaniel Hartmeier
2002-04-08more details to media and mediaopt; miod okTheo de Raadt
2002-04-06o Add -D option to set antenna diversity on Symbol cardsTodd C. Miller
2002-04-06Use new WI_NIC_* names for lucent cards instead of hard-coded hex values.Todd C. Miller
2002-04-04Add more debugging info in -d mode. Some from NetBSD (via Brett Eldridge).Todd C. Miller
2002-04-03WCCP sysctl -- ok deraadt@Angelos D. Keromytis
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
2002-04-01Also accept "adhoc" (or "ad-hoc"), "bss", and "hostap" instead ofTodd C. Miller
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
2002-04-01yes, string could be up to 32; pt out by Cory Bosley (openbsd@bosleys.org) vi...Michael Shalayeff
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
2002-03-27Calculate the maximum queue depth correctly.Grigoriy Orlov
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
2002-03-25add -k option to shootdown all the state entries from the specified hostMike Frantzen
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
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
2002-03-19Remove unnecessary prototype.Angelos D. Keromytis