summaryrefslogtreecommitdiff
path: root/lib/libskey
AgeCommit message (Expand)Author
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2015-01-15remove .Tn; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2014-03-25Fix two bugs introduced after MD4 removal: Change the default algorithmLawrence Teo
2014-03-20Remove the (non-default) MD4 hash algorithm from S/Key.Christian Weisgerber
2013-11-29fairly simple unsigned char casts for ctypeTheo de Raadt
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.Okan Demirmen
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-17Check fgets return value, from Charles Longeau.Ray Lai
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2006-04-10minimal cleanups lint begs forTheo de Raadt
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2005-10-12remove MLINK for skeyzero.3: the function was removed in -r1.5;Jason McIntyre
2004-08-05Add skeychallenge2() which is like skeychallenge() but takes anTodd C. Miller
2004-07-28Use SHA1Pad() instead of relying on unspecified behavior.Todd C. Miller
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2003-09-21convert tgetline() from select(2) -> poll(2)Todd C. Miller
2003-06-26simple protosTheo de Raadt
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-06-02- section reorderJason McIntyre
2003-05-24- typos;Jason McIntyre
2003-04-28fix skeygetnext()Todd C. Miller
2003-04-03Use snprintf() and strlcpy() throughout.Todd C. Miller
2003-03-19document the number of bytes required for btoa8Todd C. Miller
2003-01-23typos;Jason McIntyre
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd C. Miller
2002-11-16Zero out struct skey early in skeylookup() so callers can reliably checkTodd C. Miller
2002-11-16Add a missing check for NULL keyfile in skeychallenge() thatTodd C. Miller
2002-06-22use strtok_r() instead of strtok(); millert okTheo de Raadt
2002-05-29strlcat boundsTheo de Raadt
2002-05-24replace strcpy with strlcpyTheo de Raadt
2002-05-24enforce SKEY_MAX_CHALLENGE using snprintf()Theo de Raadt
2002-05-24doc that skeychallenge() buffer is at least SKEY_MAX_CHALLENGE longTheo de Raadt
2002-05-17Remove skeyzero(), it is no longer needed.Todd C. Miller
2002-05-16Add skey(5)Todd C. Miller
2002-05-16Check for disabled /etc/skey directory (mode 0000). This is neededTodd C. Miller
2002-05-16Change S/Key stuff from using a flat file (/etc/skeykeys) to a directoryTodd C. Miller
2002-04-30Initial cleanup:Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-24Fix `necesary' typos; Alexander YurchenkoTodd C. Miller
2001-12-07Check for keyfile == NULL in skey_unlock()Todd C. Miller
2001-11-14avoid stdio in a signal handler; millert okTheo de Raadt
2001-06-23sync skeyzero proto with recent changesTodd C. Miller
2001-06-23skeyzero() never uses its 2nd arg so remove it. Since the only thingTodd C. Miller
2001-06-23Document our S/Key library.Todd C. Miller
2001-06-23getskeyprompt() is goneTodd C. Miller
2001-06-23Get rid of f_HASH() and fold its functionality into keycrunch_HASH().Todd C. Miller
2001-06-20major number bumpTodd C. Miller