Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change S/Key stuff from using a flat file (/etc/skeykeys) to a directory | 2002-05-16 | 1 | -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. | 2002-02-16 | 1 | -27/+27 | |
| | |||||
* | sync skeyzero proto with recent changes | 2001-06-23 | 1 | -2/+2 | |
| | |||||
* | getskeyprompt() is gone | 2001-06-23 | 1 | -2/+1 | |
| | |||||
* | o Add a length parameter to struct skey and rearrange some other structs | 2001-06-20 | 1 | -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.random | 1999-07-15 | 1 | -2/+2 | |
| | |||||
* | Change the random file path, add a sanity check on file size. | 1998-07-03 | 1 | -2/+2 | |
| | |||||
* | Remove user existance disclosure through "s/key" challenges. | 1998-07-03 | 1 | -1/+4 | |
| | |||||
* | - Do coarse locking on /etc/skeykeys. Fixes a race that could allow | 1997-07-27 | 1 | -1/+2 | |
| | | | | | a replay attempt to succeed. - OpenBSD tags | ||||
* | _PATH_SKEYKEYS now lives in <paths.h> | 1997-07-23 | 1 | -7/+6 | |
| | | | | Add skeygetnext() for iterating over the key file. | ||||
* | Increase max hashname length for rmd160. | 1997-07-23 | 1 | -3/+3 | |
| | |||||
* | Add a bunch of length/size macros and use them. | 1996-11-03 | 1 | -1/+33 | |
| | |||||
* | htoi now takes an int, not char. | 1996-10-14 | 1 | -2/+2 | |
| | | | | Only skey_set_algorithm() for the record that matches target user. | ||||
* | __ARGS -> __P (why does everyone have to do this differently?) | 1996-09-30 | 1 | -42/+26 | |
| | |||||
* | Towards RFC 1938 compliance. Also, now supports SHA (secure hash algorithm). | 1996-09-29 | 1 | -3/+3 | |
| | |||||
* | Deal with both MD4 and MD5 s/key's | 1996-09-27 | 1 | -14/+13 | |
| | |||||
* | add ability to zero out entry; from millert@cs.colorado.edu; netbsd pr#1851 | 1995-12-20 | 1 | -1/+2 | |
| | | | | also add a prototype for skeyzero() | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+77 | |