summaryrefslogtreecommitdiff
path: root/usr.bin/keyinfo
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50477
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-1/+0
| | | | Notes: svn path=/head/; revision=39495
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-3/+6
| | | | Notes: svn path=/head/; revision=34801
* Rewrote man page in mdoc format.Philippe Charnier1997-07-161-27/+27
| | | | Notes: svn path=/head/; revision=27445
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Implement keyinfo(1) as a setuid Perl script, so /etc/skeykeys canJoerg Wunsch1996-04-264-16/+46
| | | | | | | | | | be made mode 0600. Pointed out by: kieber@sax.de (Ulf Kieber) Reviewed by: pst Notes: svn path=/head/; revision=15401
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-1/+1
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* 1) Added s/key support .Guido van Rooij1994-05-193-0/+59
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