Age | Commit message (Expand) | Author |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-17 | Check fgets return value, from Charles Longeau. | Ray Lai |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2006-04-10 | minimal cleanups lint begs for | Theo de Raadt |
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt |
2005-10-12 | remove MLINK for skeyzero.3: the function was removed in -r1.5; | Jason McIntyre |
2004-08-05 | Add skeychallenge2() which is like skeychallenge() but takes an | Todd C. Miller |
2004-07-28 | Use SHA1Pad() instead of relying on unspecified behavior. | Todd C. Miller |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2003-09-21 | convert tgetline() from select(2) -> poll(2) | Todd C. Miller |
2003-06-26 | simple protos | Theo de Raadt |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller |
2003-06-02 | - section reorder | Jason McIntyre |
2003-05-24 | - typos; | Jason McIntyre |
2003-04-28 | fix skeygetnext() | Todd C. Miller |
2003-04-03 | Use snprintf() and strlcpy() throughout. | Todd C. Miller |
2003-03-19 | document the number of bytes required for btoa8 | Todd C. Miller |
2003-01-23 | typos; | Jason McIntyre |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller |
2002-11-16 | Zero out struct skey early in skeylookup() so callers can reliably check | Todd C. Miller |
2002-11-16 | Add a missing check for NULL keyfile in skeychallenge() that | Todd C. Miller |
2002-06-22 | use strtok_r() instead of strtok(); millert ok | Theo de Raadt |
2002-05-29 | strlcat bounds | Theo de Raadt |
2002-05-24 | replace strcpy with strlcpy | Theo de Raadt |
2002-05-24 | enforce SKEY_MAX_CHALLENGE using snprintf() | Theo de Raadt |
2002-05-24 | doc that skeychallenge() buffer is at least SKEY_MAX_CHALLENGE long | Theo de Raadt |
2002-05-17 | Remove skeyzero(), it is no longer needed. | Todd C. Miller |
2002-05-16 | Add skey(5) | Todd C. Miller |
2002-05-16 | Check for disabled /etc/skey directory (mode 0000). This is needed | Todd C. Miller |
2002-05-16 | Change S/Key stuff from using a flat file (/etc/skeykeys) to a directory | Todd C. Miller |
2002-04-30 | Initial cleanup: | Mike Pechkin |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-24 | Fix `necesary' typos; Alexander Yurchenko | Todd C. Miller |
2001-12-07 | Check for keyfile == NULL in skey_unlock() | Todd C. Miller |
2001-11-14 | avoid stdio in a signal handler; millert ok | Theo de Raadt |
2001-06-23 | sync skeyzero proto with recent changes | Todd C. Miller |
2001-06-23 | skeyzero() never uses its 2nd arg so remove it. Since the only thing | Todd C. Miller |
2001-06-23 | Document our S/Key library. | Todd C. Miller |
2001-06-23 | getskeyprompt() is gone | Todd C. Miller |
2001-06-23 | Get rid of f_HASH() and fold its functionality into keycrunch_HASH(). | Todd C. Miller |
2001-06-20 | major number bump | Todd C. Miller |
2001-06-20 | We don't need an f() for each hash, just overload the per-hash | Todd C. Miller |
2001-06-20 | o Do per-record locking instead of whole file locking | Todd C. Miller |
2001-06-20 | o Add a length parameter to struct skey and rearrange some other structs | Todd C. Miller |
2001-01-26 | SHA1 is a big endian algorithm but RFC2289 mandates that results be | Todd C. Miller |
2001-01-04 | grammar | Todd T. Fries |
2000-11-20 | Move fake prompt generation from skey_authenticate() to skeychallenge() | Todd C. Miller |