aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/key/skey.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the S/Key key-handling apps, which are no longer needed, asMark Murray2001-07-091-125/+0
| | | | | | | they are replaced by opiepasswd, opieinfo and opiekey. Notes: svn path=/head/; revision=79468
* Remove one more incorrect section name. Typos.Philippe Charnier2000-12-101-3/+8
| | | | | | | Add rcsid. fprintf -> warn. Notes: svn path=/head/; revision=69826
* Use err(3). Rewrote man page in mdoc format.Philippe Charnier1997-07-161-26/+17
| | | | Notes: svn path=/head/; revision=27444
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* 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-191-2/+3
| | | | Notes: svn path=/head/; revision=3702
* Move skey.h to /usr/include so other packages will be able to useGuido van Rooij1994-06-021-1/+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-191-0/+128
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