summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2005-09-06document `what' from interactive mode: from ely petty;Jason McIntyre
kill an unneeded .Pp whilst here;
2005-09-01Comment fix and make description of -c and -w match reality moreOtto Moerbeek
closely. ok millert@ deraadt@
2005-08-30Get the start of the A6 partition from fdisk. Fixes wrong suggestion ofUwe Stuehler
offset 0 for the start of slice a. ok deraadt@
2005-08-27no need to display the copyright in the formatted page;Jason McIntyre
ok deraadt@
2005-08-27backout unapproved diffTheo de Raadt
2005-08-25when we get an invalid hostname in an option, bitching a moaning is ok,Henning Brauer
but there is no point in refusing the lease based on that. so bitch and moan and ignore that option but accept the lease. yes, customer networks are sometimes interesting... ok millert krw beck
2005-08-25read the information from the INADDR_ANY socket and do not loop ifMarkus Friedl
a new IP appears (cf udp.c, rev 1.74), ok ho@ hshoexer@ cloder@ deraadt@
2005-08-24document /etc/raid[0-3].conf in FILES;Jason McIntyre
from rohee@, but adjusted by me;
2005-08-23disable -B support for now; ok dlgTheo de Raadt
2005-08-23note that RSA_SIG should be part of the "Transforms" tag when settingJason McIntyre
up key- and cert-based authentication; problem found by andrew fresh; help/ok hshoexer@
2005-08-23`DSS' is unsupported, so remove references to it;Jason McIntyre
ok hshoexer@
2005-08-23grammar + formatting tweaks;Jason McIntyre
2005-08-23repair warnx() misusesTheo de Raadt
2005-08-22document recent changesHans-Joerg Hoexer
ok deraadt
2005-08-22Fix problems with some Linksys DHCP servers (and probably others) byKenneth R Westerback
not accidentally inserting two NULL characters after each option in the DHCPREQUEST packet. Thanks to Christian Jones for the problem report and tcpdump's, and to Emmett Pate for finding a problematic Linksys model still in my local stores. ok deraadt@
2005-08-22Teach ipsecctl to control isakmpd.Hans-Joerg Hoexer
ok deraadt
2005-08-22fix Xr;Jason McIntyre
2005-08-22spellingDavid Krause
2005-08-21try to blink the device given on the command line before walking inquiriesDavid Gwynne
on the device looking for an enclosure. this allows bioctl -b 0:0 ses0 to work as well as bioctl -b 0:0 sd0/ami0. ok deraadt@
2005-08-21device may be {ses,safte}# as well, for slot-operationsTheo de Raadt
2005-08-19more useful error messageHans-Joerg Hoexer
2005-08-19if Unused is .Dq, then so is Hot Spare..Theo de Raadt
2005-08-19- sort optionsJason McIntyre
- tighten up a list - reference ses(4) and safte(4) in SEE ALSO
2005-08-18sync with new functionality, and add a bit more meatTheo de Raadt
2005-08-18add support to stop blinking (-u) or use the alarm LED instead (-B)Theo de Raadt
2005-08-18better diagnostics in case of bad arguments; ok dlgTheo de Raadt
2005-08-18rework the addressing for blinking to make it like the hotsparesDavid Gwynne
help from and ok deraadt@
2005-08-18if you show an example, BE CORRECT DAMNITTheo de Raadt
2005-08-18tweak SYNOPSIS;Jason McIntyre
2005-08-18a step towards where dlg is heading next + knfTheo de Raadt
2005-08-18very basic blink support.David Gwynne
some manpage tweaks from jmc@
2005-08-18- mark up argumentJason McIntyre
- missing full stop at end of sentence
2005-08-18Add "create hot spare" ok dlg@Marco Peereboom
2005-08-17with pfctl -vsI, indicate which interfaces are being skipped.Daniel Hartmeier
ok henning@, markus@, mpf@
2005-08-17Add support for unused disks.Marco Peereboom
Fix SCSI string madness (by deraadt). Add some debug statements in bioctl.
2005-08-15if bv_level is -1, it is a hot spare; ok marcoTheo de Raadt
2005-08-11document recent changes, with jmc@Hans-Joerg Hoexer
2005-08-10print session time in fixed widthNikolay Sturm
ok henning, deraadt
2005-08-10Mention if the disk supports IDLE IMMEDIATE with UNLOAD FEATUREJonathan Gray
when listing information about it. ok grange@
2005-08-10- typoJason McIntyre
- generate a backslash using `\e', not `\\'
2005-08-09Document how to read keys from a file.Hans-Joerg Hoexer
2005-08-09Normalize attribute values before comparison. Unbreaks interop with netscreen.Hans-Joerg Hoexer
Noticed by Sean Knox. Testing by msf@, Sean Knox and others. Thanks! ok cloder@ msf@
2005-08-09Rewrite handling of transforms. Now both ah and esp can be specified andHans-Joerg Hoexer
validated correctly. Unbreaks ah.
2005-08-09Correct keysize for 3des-cbcHans-Joerg Hoexer
2005-08-09sort options;Jason McIntyre
2005-08-09align a columnTheo de Raadt
2005-08-09verbose output optionTheo de Raadt
2005-08-08More informative error message when trying to create a filesystemOtto Moerbeek
larger than 1TB. ok deraadt@
2005-08-08print information about ses/safte for each device; ok marcoTheo de Raadt
2005-08-08print out target as channel:target.lunTheo de Raadt