summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2005-09-27add examples of explicitly bringing ethernet ifs up;Jason McIntyre
from stefek zaba; ok deraadt@
2005-09-27document aesctr and null encryption; ok jmc, hshoexerMarkus Friedl
2005-09-27missing returnMarkus Friedl
2005-09-23- beef up DESCRIPTIONJason McIntyre
- document that paths to key files may be relative or absolute - reference vpn(8) in SEE ALSO most of this diff came about from a mail from benjamin pineau who mailed hshoexer and myself about some possible improvements to this file; ok hshoexer@
2005-09-23Document new UI commandsHans-Joerg Hoexer
ok and help jmc@
2005-09-23Provide UI commands to delete phase 1 SAs.Hans-Joerg Hoexer
Looks good mortiz@
2005-09-23Remove some uncommented section headers from the template man page (RETURNHans-Joerg Hoexer
VALUES, BUGS, CAVEATS,...). While there, add HISTORY section.
2005-09-22use "force" keyword when adding to Phase 1 section, otherwise isakmpd willHans-Joerg Hoexer
write some annyoing warning to the logs...
2005-09-21put description of `dest_address' in the right place;Jason McIntyre
ok deraadt@
2005-09-20if we must un-export, only un-export when we do the first call forTheo de Raadt
each filesystem; ok drahn, specific issue found by otto
2005-09-20add an entry to "Phase 1" section for each remote peer.Hans-Joerg Hoexer
2005-09-20add a "Connection=..." entry for active connectionsHans-Joerg Hoexer
2005-09-19grammar;Jason McIntyre
from benjamin pineau; ok hshoexer@
2005-09-15Clean up compilation with -Wall, okay deraadt@Pedro Martelletto
From: Leonardo Chiquitto Filho <leonardo@iken.com.br>
2005-09-13Only DELEXPORT filesystems which are not exported. Removes NFS race whenDale Rahn
mounting filesystems on nfs servers. Improvements and ok otto@
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.