| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-10-24 | some fixes from varik valefor; |  jmc | 1 | -5/+5 |
| 2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. |  millert | 5 | -12/+12 |
| 2017-04-17 | use freezero() |  deraadt | 1 | -3/+2 |
| 2017-03-20 | Generate the bogus challenge using arc4random_buf(3) instead of reading |  tb | 2 | -37/+8 |
| 2017-03-20 | use explicit_bzero. one from Ricardo Mestre plus two more. |  tedu | 1 | -4/+4 |
| 2016-03-30 | for some time now mandoc has not required MLINKS to function |  jmc | 1 | -10/+1 |
| 2016-03-17 | 'miliseconds' -> 'milliseconds' in comments. |  krw | 1 | -2/+2 |
| 2015-11-10 | update NAME section to include all documented functions, |  jmc | 1 | -3/+3 |
| 2015-10-06 | Don't burden keycrunch_{md5,sha1,rmd160}() with identical code to prepare a |  tim | 1 | -98/+30 |
| 2015-09-10 | use .In rather than .Fd #include |  schwarze | 1 | -3/+3 |
| 2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure |  deraadt | 1 | -2/+5 |
| 2015-01-16 | Move to the <limits.h> universe. |  deraadt | 1 | -2/+2 |
| 2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> |  schwarze | 1 | -4/+3 |
| 2014-03-25 | Fix two bugs introduced after MD4 removal: Change the default algorithm |  lteo | 1 | -7/+7 |
| 2014-03-20 | Remove the (non-default) MD4 hash algorithm from S/Key. |  naddy | 3 | -51/+6 |
| 2013-11-29 | fairly simple unsigned char casts for ctype |  deraadt | 3 | -13/+14 |
| 2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data |  guenther | 1 | -2/+2 |
| 2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. |  okan | 1 | -2/+1 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 2 | -4/+4 |
| 2007-05-17 | Check fgets return value, from Charles Longeau. |  ray | 1 | -3/+5 |
| 2007-03-20 | remove some bogus *p tests from charles longeau |  tedu | 1 | -2/+2 |
| 2006-04-10 | minimal cleanups lint begs for |  deraadt | 2 | -30/+29 |
| 2005-11-24 | use WANTLINT= (on all architectures) |  deraadt | 1 | -1/+2 |
| 2005-10-12 | remove MLINK for skeyzero.3: the function was removed in -r1.5; |  jmc | 1 | -2/+2 |
| 2004-08-05 | Add skeychallenge2() which is like skeychallenge() but takes an |  millert | 5 | -43/+67 |
| 2004-07-28 | Use SHA1Pad() instead of relying on unspecified behavior. |  millert | 1 | -2/+2 |
| 2004-07-13 | errno changes, lib major version bumps, and general flag day |  marc | 1 | -1/+1 |
| 2003-09-21 | convert tgetline() from select(2) -> poll(2) |  millert | 1 | -23/+12 |
| 2003-06-26 | simple protos |  deraadt | 1 | -2/+2 |
| 2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit |  millert | 2 | -16/+20 |
| 2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. |  millert | 2 | -44/+22 |
| 2003-06-02 | - section reorder |  jmc | 1 | -6/+6 |
| 2003-05-24 | - typos; |  jmc | 1 | -28/+28 |
| 2003-04-28 | fix skeygetnext() |  millert | 1 | -8/+23 |
| 2003-04-03 | Use snprintf() and strlcpy() throughout. |  millert | 3 | -133/+65 |
| 2003-03-19 | document the number of bytes required for btoa8 |  millert | 1 | -2/+3 |
| 2003-01-23 | typos; |  jmc | 1 | -2/+2 |
| 2002-12-03 | Crank all library major numbers. Needed due to the fact that we |  millert | 1 | -1/+1 |
| 2002-11-16 | Zero out struct skey early in skeylookup() so callers can reliably check |  millert | 1 | -3/+3 |
| 2002-11-16 | Add a missing check for NULL keyfile in skeychallenge() that |  millert | 1 | -3/+5 |
| 2002-06-22 | use strtok_r() instead of strtok(); millert ok |  deraadt | 2 | -15/+16 |
| 2002-05-29 | strlcat bounds |  deraadt | 1 | -5/+5 |
| 2002-05-24 | replace strcpy with strlcpy |  deraadt | 1 | -5/+5 |
| 2002-05-24 | enforce SKEY_MAX_CHALLENGE using snprintf() |  deraadt | 1 | -12/+9 |
| 2002-05-24 | doc that skeychallenge() buffer is at least SKEY_MAX_CHALLENGE long |  deraadt | 1 | -2/+3 |
| 2002-05-17 | Remove skeyzero(), it is no longer needed. |  millert | 2 | -45/+3 |
| 2002-05-16 | Add skey(5) |  millert | 2 | -2/+97 |
| 2002-05-16 | Check for disabled /etc/skey directory (mode 0000). This is needed |  millert | 1 | -3/+11 |
| 2002-05-16 | Change S/Key stuff from using a flat file (/etc/skeykeys) to a directory |  millert | 4 | -344/+222 |
| 2002-04-30 | Initial cleanup: |  mpech | 1 | -3/+3 |