aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/keyinfo
Commit message (Collapse)AuthorAgeFilesLines
* Remove the S/Key key-handling apps, which are no longer needed, asMark Murray2001-07-093-132/+0
| | | | | | | they are replaced by opiepasswd, opieinfo and opiekey. Notes: svn path=/head/; revision=79468
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
| | | | | | | | | builtins (e.g., exit). Submitted by: Mike Barcroft <mike@q9media.com> Notes: svn path=/head/; revision=78717
* Add LIBCRYPT to DPADD.Marcel Moolenaar2000-11-281-1/+1
| | | | | | | Implied by: bde Notes: svn path=/head/; revision=69296
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=69027
* Add -lcrypt. This fixes cross-building.Marcel Moolenaar2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68928
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-1/+1
| | | | Notes: svn path=/head/; revision=68575
* Fixed world breakage for the NOSHARED=yes case. Libraries were added toBruce Evans2000-08-121-3/+3
| | | | | | | | | | | | | | | LDFLAGS instead of to LDADD, so they ended up too early in the command line. Don't link to libcrypt. It is unused for static linkage and unnecessary and only apparently used for dynamic linkage (the dynamic libskey is linked to libcrypt to support the crypt parts of libskey which aren't used here). Fixed some disorder. Notes: svn path=/head/; revision=64559
* While we're in here:Sheldon Hearn2000-08-111-22/+30
| | | | | | | | | | | | | Remove extraneous arguments to the Nm macro. Mark up cross-references properly. Use proper block displays (Bd). Use proper mark-up for author names (An). Remove the bogus ARGUMENTS section. Raname EXAMPLE -> EXAMPLES. Spell ``S/Key'' consistently. Notes: svn path=/head/; revision=64528
* Eliminate the only setuid perl script in the tree.Warner Losh2000-08-104-34/+65
| | | | | | | | | | | | | | Original 'C' progam submitted by Juriy Goloveshkin. A different 'C' program also submitted by dima. I merged and rewrote them to include error handling, use getlogin for user name and only the BSD boilerplate license remained from the original code. We also only allow root to get other user's keys. Review, bikeshed and bdelint(1): myself, kris, dima, markm Notes: svn path=/head/; revision=64514
* $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