aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/keyadmin/keyadmin.8
Commit message (Collapse)AuthorAgeFilesLines
* Delete keyadmin: its functionality is now provided by setkey(8).Ruslan Ermilov2003-06-231-249/+0
| | | | Notes: svn path=/head/; revision=116721
* The .Nm utilityPhilippe Charnier2002-07-141-5/+8
| | | | Notes: svn path=/head/; revision=99968
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-2/+4
| | | | Notes: svn path=/head/; revision=71898
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-2/+2
| | | | Notes: svn path=/head/; revision=71102
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-2/+0
| | | | Notes: svn path=/head/; revision=70403
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-4/+4
| | | | Notes: svn path=/head/; revision=68965
* Make use of .Ic asked by Sheldon. Spelling fix I missed yesterday.Philippe Charnier2000-05-291-16/+16
| | | | | | | Submitted by: Sheldon Hearn <sheldonh@uunet.co.za> Notes: svn path=/head/; revision=61079
* Simplify .Nm. Be consistent with subcommand namePhilippe Charnier2000-05-281-6/+12
| | | | Notes: svn path=/head/; revision=61022
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48791
* Use err(3). Make it -Wall friendly. Typo fix in man page.Philippe Charnier1997-09-231-1/+1
| | | | Notes: svn path=/head/; revision=29734
* .Nm key -> .NmSteve Price1997-08-231-1/+1
| | | | | | | | PR: docs/3877 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp> Notes: svn path=/head/; revision=28627
* This is the `key' program from NRL's IPv6 distribution, heavilyGarrett Wollman1996-06-171-0/+239
hacked up by me to remove the IPv6 stuff (fow now). I renamed it `keyadmin' since `key' was already taken by the S/Key calculator. Its purpose is to act as a command-driven interface to the `PF_KEY' socket domain, analogously to thefunction of route(8) in the `PF_ROUTE' domain. This program is believed to be exportable, since it does no actual cryptography itself. Notes: svn path=/cvs2svn/branches/NRL_via_MIT/; revision=16449