aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/keyinit
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* 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=48792
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-1/+0
| | | | Notes: svn path=/head/; revision=39495
* The elf build wants to link against libcrypt.John Birrell1998-08-311-2/+2
| | | | Notes: svn path=/head/; revision=38665
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-2/+5
| | | | Notes: svn path=/head/; revision=34801
* Use err(3). Mdoc'ify man page.Philippe Charnier1997-07-172-51/+68
| | | | Notes: svn path=/head/; revision=27470
* Add -D_SKEY_INTERNAL to pick up non-API functionsAndrey A. Chernov1996-10-171-0/+2
| | | | Notes: svn path=/head/; revision=18983
* Fix diagnostic: skey->key, we have key commandAndrey A. Chernov1996-10-171-1/+1
| | | | Notes: svn path=/head/; revision=18977
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-2/+2
| | | | Notes: svn path=/head/; revision=13744
* Close docs/43 manpage for keysu is missingPaul Traina1995-10-281-1/+1
| | | | Notes: svn path=/head/; revision=11851
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8874
* Include most of the logdaemon v4.4 S/key changesPaul Traina1994-10-192-17/+7
| | | | Notes: svn path=/head/; revision=3702
* 1. Removed duplicate include of <stdio.h>Jordan K. Hubbard1994-06-041-2/+1
| | | | | | | 2. Replaced bogus __ARGS with __P Notes: svn path=/head/; revision=1677
* Move skey.h to /usr/include so other packages will be able to useGuido van Rooij1994-06-022-2/+1
| | | | | | | | libskey. (such as wu-ftp and xdm). Editted skey so it matches the standard /usr/include way. Notes: svn path=/head/; revision=1671
* 1) Added s/key support .Guido van Rooij1994-05-193-0/+280
2 Added optional excessive login logging. 3) Added login acces control on a per host/tty base. 4) See skey(1) for skey descriptions and src/usr.bin/login/README for the logging and access control features. -Guido Notes: svn path=/head/; revision=1519