Age | Commit message (Expand) | Author |
2024-05-21 | remove prototypes with no matching function | Jonathan Gray |
2024-03-23 | readdir_r(3) was never necessary and has been deprecated by POSIX. | Philip Guenther |
2023-03-15 | Fix the length check when computing a fake challenge for users not | Todd C. Miller |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-12-27 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2020-10-24 | some fixes from varik valefor; | Jason McIntyre |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2017-04-17 | use freezero() | Theo de Raadt |
2017-03-20 | Generate the bogus challenge using arc4random_buf(3) instead of reading | Theo Buehler |
2017-03-20 | use explicit_bzero. one from Ricardo Mestre plus two more. | Ted Unangst |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-17 | 'miliseconds' -> 'milliseconds' in comments. | Kenneth R Westerback |
2015-11-10 | update NAME section to include all documented functions, | Jason McIntyre |
2015-10-06 | Don't burden keycrunch_{md5,sha1,rmd160}() with identical code to prepare a | Tim van der Molen |
2015-09-10 | use .In rather than .Fd #include | Ingo Schwarze |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt |
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2014-03-25 | Fix two bugs introduced after MD4 removal: Change the default algorithm | Lawrence Teo |
2014-03-20 | Remove the (non-default) MD4 hash algorithm from S/Key. | Christian Weisgerber |
2013-11-29 | fairly simple unsigned char casts for ctype | Theo de Raadt |
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 |