summaryrefslogtreecommitdiffstats
path: root/lib/libskey/skey.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Add skeychallenge2() which is like skeychallenge() but takes anmillert2004-08-051-15/+31
| | | | | | already open fd. Will be used to make separate challenge/response invocations of login_skey keep the record locked. Also properly escape minus signs in man page. OK henning@ jmc@
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-8/+8
| | | | where applicable.
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-22/+11
|
* - typos;jmc2003-05-241-28/+28
| | | | | - new sentence, new line; - whitespace at EOL
* document the number of bytes required for btoa8millert2003-03-191-2/+3
|
* doc that skeychallenge() buffer is at least SKEY_MAX_CHALLENGE longderaadt2002-05-241-2/+3
|
* Remove skeyzero(), it is no longer needed.millert2002-05-171-17/+2
|
* Change S/Key stuff from using a flat file (/etc/skeykeys) to a directorymillert2002-05-161-1/+4
| | | | | | | | | where each user gets their own file, which is owned by that user. An old S/Key database may be converted by running "skeyinit -C" as root. Programs that need to access the S/Key database no longer need to be setuid root. They must now be setgid auth instead.
* Initial cleanup:mpech2002-04-301-3/+3
| | | | | | | | | | | | o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok
* skeyzero() never uses its 2nd arg so remove it. Since the only thingmillert2001-06-231-6/+6
| | | | | that calls skeyzero() is skeyinit and I just updated the libskey major I am not going to bump the major again here...
* Document our S/Key library.millert2001-06-231-0/+392