summaryrefslogtreecommitdiff
path: root/lib/libskey
AgeCommit message (Collapse)Author
2003-06-06Grammar, spelling, markup fixes from jmc@openbsd.wiz
2003-04-16Usewiz
.In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross.
2003-03-09use __RCSID()lukem
2003-01-03Use \-1 instead of -1.wiz
2003-01-03repsonse -> response (from PR 19649)mjl
2002-10-01New sentence, new line. From Robert Elz.wiz
2002-06-23use strtok_r, as strtok can interfere with outside users.itojun
2002-06-22use strtok_r, as strtok can interfere with other callers. from openbsditojun
2002-02-07Generate <>& symbolically.ross
2001-11-10Misc. improvements, sort SEE ALSO.wiz
2001-11-10Add and install skey(3).gmcgarry
2001-07-24s/necesary/necessary/wiz
2001-04-06Negative exit code cleanup: Replace exit(-x) with exit(x).wiz
As seen on tech-userlevel.
2001-03-12Revert minor to 0 since there is no abi change on request of thorpej.mjl
2001-03-11Fix incorrect SHA1 calculation on big endian machines reportedmjl
in PR/12045 by John Valdes, who also provided the problem's solution and a patch. XXX This problem could have been caught about a year ago if we XXX just ran the regression tests on every build!
2000-07-28skey_keyinfo() returns a pointer to a static buffer, sothorpej
const'ify it.
2000-07-11Correct ctype(3) usage.itohy
Passing "char" value is wrong. Use "unsigned char" instead.
2000-07-08size_t != unsigned int; from Motoyuki Konno in PR lib/10538.kleink
2000-07-06Bring s/key closer to RFC2289 conformance by pulling in changesmjl
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.
2000-04-13In skeyverify(), don't "restore" priority to 0, but restore it to theis
previous priority. If we can't read the previous priority, leave it alone. By Chris Jones, PR 4891.
2000-01-23Delint.mycroft
1999-08-24remove an incorrect comment and add another one.mrg
1999-07-02More trailing white space.simonb
1999-02-25Add a note to update src/distrib/sets/lists/base/shl.*, and add a missingabs
RCS Id.
1998-07-26const poisoning.mycroft
1998-03-18PR/4941: Greg Oster: Don't byte swap; it is not needed. This broke bigchristos
endian machines.
1998-02-03remove obsolete register declarationsperry
1998-01-05RCSID Police.perry
1997-10-23remove superfluous CFLAGS line; WARNS=1 provides the same thinglukem
1997-06-28fix my own bugs :-) When I updated this to use the libc md4 library, Ichristos
did not account for the interface changes.
1997-06-18- pass gcc -Wallchristos
- use the standard md4 - install skey.h in /usr/include
1997-01-23- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.mrg
- some KNF.
1996-09-19RCS id police.thorpej
1996-09-19Make a quick 64-bit safeness sweep. S/Key now works on the Alpha.thorpej
1995-06-19sys/termios.h -> termios.hjtc
1995-06-05Prototypes (PR#1105) + some misc. reorganisation.pk
1995-05-17from PR 952, by Thor Lancelot Simon: don't turn off echo whencgd
inputting an S/KEY one-time password.
1994-05-31in a word, whoopsderaadt
1994-05-31create file with nice modederaadt
1994-05-26solve byte order problemderaadt
1994-05-24get rid of some horrible assumptionsderaadt
1994-05-21skey, by <tsarna@endicor.com> and mederaadt