summaryrefslogtreecommitdiffstats
path: root/lib/libskey/skey.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change S/Key stuff from using a flat file (/etc/skeykeys) to a directorymillert2002-05-161-5/+7
| | | | | | | | | 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.
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-27/+27
|
* sync skeyzero proto with recent changesmillert2001-06-231-2/+2
|
* getskeyprompt() is gonemillert2001-06-231-2/+1
|
* o Add a length parameter to struct skey and rearrange some other structsmillert2001-06-201-46/+44
| | | | | | o Protect from duplicate inclusion and use __{BEGIN,END}_DECLS o Prototype new skey_unlock() function and remove proto for getskeyprompt() which has been removed.
* change /etc/host.random to /var/db/host.randomprovos1999-07-151-2/+2
|
* Change the random file path, add a sanity check on file size.angelos1998-07-031-2/+2
|
* Remove user existance disclosure through "s/key" challenges.angelos1998-07-031-1/+4
|
* - Do coarse locking on /etc/skeykeys. Fixes a race that could allowmillert1997-07-271-1/+2
| | | | | a replay attempt to succeed. - OpenBSD tags
* _PATH_SKEYKEYS now lives in <paths.h>millert1997-07-231-7/+6
| | | | Add skeygetnext() for iterating over the key file.
* Increase max hashname length for rmd160.millert1997-07-231-3/+3
|
* Add a bunch of length/size macros and use them.millert1996-11-031-1/+33
|
* htoi now takes an int, not char.millert1996-10-141-2/+2
| | | | Only skey_set_algorithm() for the record that matches target user.
* __ARGS -> __P (why does everyone have to do this differently?)millert1996-09-301-42/+26
|
* Towards RFC 1938 compliance. Also, now supports SHA (secure hash algorithm).millert1996-09-291-3/+3
|
* Deal with both MD4 and MD5 s/key'smillert1996-09-271-14/+13
|
* add ability to zero out entry; from millert@cs.colorado.edu; netbsd pr#1851deraadt1995-12-201-1/+2
| | | | also add a prototype for skeyzero()
* initial import of NetBSD treederaadt1995-10-181-0/+77