Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-05 | Add skeychallenge2() which is like skeychallenge() but takes an | Todd C. Miller | |
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@ | |||
2002-05-16 | Change S/Key stuff from using a flat file (/etc/skeykeys) to a directory | Todd C. Miller | |
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. | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-06-23 | sync skeyzero proto with recent changes | Todd C. Miller | |
2001-06-23 | getskeyprompt() is gone | Todd C. Miller | |
2001-06-20 | o Add a length parameter to struct skey and rearrange some other structs | Todd C. Miller | |
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. | |||
1999-07-15 | change /etc/host.random to /var/db/host.random | Niels Provos | |
1998-07-03 | Change the random file path, add a sanity check on file size. | Angelos D. Keromytis | |
1998-07-03 | Remove user existance disclosure through "s/key" challenges. | Angelos D. Keromytis | |
1997-07-27 | - Do coarse locking on /etc/skeykeys. Fixes a race that could allow | Todd C. Miller | |
a replay attempt to succeed. - OpenBSD tags | |||
1997-07-23 | _PATH_SKEYKEYS now lives in <paths.h> | Todd C. Miller | |
Add skeygetnext() for iterating over the key file. | |||
1997-07-23 | Increase max hashname length for rmd160. | Todd C. Miller | |
1996-11-03 | Add a bunch of length/size macros and use them. | Todd C. Miller | |
1996-10-14 | htoi now takes an int, not char. | Todd C. Miller | |
Only skey_set_algorithm() for the record that matches target user. | |||
1996-09-30 | __ARGS -> __P (why does everyone have to do this differently?) | Todd C. Miller | |
1996-09-29 | Towards RFC 1938 compliance. Also, now supports SHA (secure hash algorithm). | Todd C. Miller | |
1996-09-27 | Deal with both MD4 and MD5 s/key's | Todd C. Miller | |
1995-12-20 | add ability to zero out entry; from millert@cs.colorado.edu; netbsd pr#1851 | Theo de Raadt | |
also add a prototype for skeyzero() | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |