History log of /src/lib/libskey/skeylogin.c |
Revision | | Date | Author | Comments |
1.19 |
| 04-Feb-2005 |
perry | remove a spurious space in a function declaration
|
1.18 |
| 09-Mar-2003 |
lukem | use __RCSID()
|
1.17 |
| 22-Jun-2002 |
itojun | use strtok_r, as strtok can interfere with other callers. from openbsd
|
1.16 |
| 28-Jul-2000 |
thorpej | skey_keyinfo() returns a pointer to a static buffer, so const'ify it.
|
1.15 |
| 11-Jul-2000 |
itohy | Correct ctype(3) usage. Passing "char" value is wrong. Use "unsigned char" instead.
|
1.14 |
| 06-Jul-2000 |
mjl | Bring s/key closer to RFC2289 conformance by pulling in changes from OpenBSD to make use of different hash functions possible. Also factored out some common code pieces, ANSIfied and corrected SHA1 hash to make the result match up with the regression examples in above RFC.
|
1.13 |
| 13-Apr-2000 |
is | branches: 1.13.4; In skeyverify(), don't "restore" priority to 0, but restore it to the previous priority. If we can't read the previous priority, leave it alone. By Chris Jones, PR 4891.
|
1.12 |
| 23-Jan-2000 |
mycroft | Delint.
|
1.11 |
| 24-Aug-1999 |
mrg | remove an incorrect comment and add another one.
|
1.10 |
| 02-Jul-1999 |
simonb | More trailing white space.
|
1.9 |
| 26-Jul-1998 |
mycroft | branches: 1.9.2; const poisoning.
|
1.8 |
| 18-Jun-1997 |
christos | - pass gcc -Wall - use the standard md4 - install skey.h in /usr/include
|
1.7 |
| 23-Jan-1997 |
mrg | - convert unsafe strcpy(), strcat() and sprintf() to the `n' versions. - some KNF.
|
1.6 |
| 19-Sep-1996 |
thorpej | RCS id police.
|
1.5 |
| 05-Jun-1995 |
pk | Prototypes (PR#1105) + some misc. reorganisation.
|
1.4 |
| 17-May-1995 |
cgd | from PR 952, by Thor Lancelot Simon: don't turn off echo when inputting an S/KEY one-time password.
|
1.3 |
| 31-May-1994 |
deraadt | in a word, whoops
|
1.2 |
| 31-May-1994 |
deraadt | create file with nice mode
|
1.1 |
| 21-May-1994 |
deraadt | skey, by <tsarna@endicor.com> and me
|
1.9.2.1 |
| 30-Apr-2000 |
he | Pull up revision 1.13 (via patch, requested by is): In skeyverify(), don't restore priority to 0, but to previous priority. Fixes PR#4891.
|
1.13.4.1 |
| 17-Jul-2000 |
mjl | Pull up S/Key overhaul (RFC2289 compliance, new hash types, ctype clean up) from current. Approved by thorpej.
|