Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete keyadmin: its functionality is now provided by setkey(8). | ru | 2003-06-23 | 4 | -1528/+0 |
| | |||||
* | Arrange to not have /* inside a comment. Typo fix. | charnier | 2002-10-16 | 1 | -2/+5 |
| | |||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -5/+8 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -2/+2 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -2/+4 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 1 | -2/+2 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -2/+0 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -4/+4 |
| | |||||
* | Make use of .Ic asked by Sheldon. Spelling fix I missed yesterday. | charnier | 2000-05-29 | 1 | -16/+16 |
| | | | | Submitted by: Sheldon Hearn <sheldonh@uunet.co.za> | ||||
* | Simplify .Nm. Be consistent with subcommand name | charnier | 2000-05-28 | 1 | -6/+12 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -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 | ||||
* | Use err(3). Make it -Wall friendly. Typo fix in man page. | charnier | 1997-09-23 | 2 | -53/+46 |
| | |||||
* | .Nm key -> .Nm | steve | 1997-08-23 | 1 | -1/+1 |
| | | | | | PR: docs/3877 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp> | ||||
* | This is the `key' program from NRL's IPv6 distribution, heavily | wollman | 1996-06-17 | 4 | -0/+1521 |
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. |