summaryrefslogtreecommitdiff
path: root/usr.bin/keyinit
Commit message (Collapse)AuthorAgeFilesLines
* MFC: doc fixes, enhancements to locate & more, new tail functionality.Jordan K. Hubbard1998-07-171-2/+5
| | | | Notes: svn path=/stable/2.2/; revision=37722
* MFC: Use err(3). Mdoc'ify man page.Philippe Charnier1997-07-182-51/+68
| | | | Notes: svn path=/stable/2.2/; revision=27494
* 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