| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-10-19 | Add explicit casts to double to quiet a clang warning. |  millert | 1 | -2/+2 |
| 2020-10-03 | Use ferror() to check for write error, not the fflush() return value. |  millert | 1 | -2/+3 |
| 2019-05-18 | freezero() is of no use here, the computed digest is not a secret. |  otto | 1 | -2/+2 |
| 2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. |  millert | 4 | -9/+9 |
| 2018-09-07 | fgetln(3) -> getline(3); from Lauri Tirkkonen; ok millert@ |  cheloha | 1 | -21/+20 |
| 2018-02-05 | CKSUM_DIGEST_STRING_LENGTH bounding didn't include full range of size_t |  deraadt | 1 | -2/+2 |
| 2017-09-11 | Use getrusage(2) for the built-in time trial instead of getttimeofday(2). |  millert | 1 | -5/+7 |
| 2017-05-22 | obvious use for freezero() |  deraadt | 1 | -3/+2 |
| 2017-04-26 | In -C mode, process all checksums that match the specified file(s), |  millert | 1 | -6/+22 |
| 2017-02-23 | SHA-1 collisions have now been found so update some man pages. As noted by |  daniel | 1 | -9/+4 |
| 2016-12-16 | Move declaration of an 'i' inside the scope of its use. Which in |  krw | 1 | -4/+3 |
| 2016-12-16 | Eliminate some gcc warnings about 'unused variables', mostly by |  krw | 1 | -2/+5 |
| 2016-09-20 | sync the description of -q with that of cksum.1; |  jmc | 1 | -3/+5 |
| 2016-09-03 | add sha512/256 support to check that the libc code is right :) |  tedu | 2 | -4/+15 |
| 2016-08-26 | Pull in <sys/time.h> for gettimeofday() |  guenther | 1 | -1/+2 |
| 2016-07-29 | all of the update functions take a size_t. correct type and casts. |  tedu | 1 | -18/+17 |
| 2016-03-30 | for some time now mandoc has not required MLINKS to function |  jmc | 1 | -4/+1 |
| 2015-12-09 | Remove NULL-check before free(). ok tb@ |  mmcc | 1 | -3/+2 |
| 2015-10-10 | normalize the ordering of tame requests (particularily, "rpath wpath cpath", |  deraadt | 1 | -2/+2 |
| 2015-10-09 | Change all tame callers to namechange to pledge(2). |  deraadt | 1 | -5/+5 |
| 2015-10-04 | Repair tame() error check to be == -1 |  deraadt | 1 | -2/+2 |
| 2015-10-03 | right at startup, this can tame "stdio cpath rpath wpath". after getopt |  deraadt | 1 | -1/+7 |
| 2015-09-23 | remove CAVEATS: the information therein is already (and probably more usefully) |  jmc | 1 | -7/+2 |
| 2015-01-19 | cleanup of the SMALL hiding from Mathias Svensson |  deraadt | 1 | -2/+4 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 1 | -5/+5 |
| 2014-12-04 | obvious cases of missing NAME .Nm entries |  schwarze | 1 | -3/+6 |
| 2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. |  doug | 1 | -2/+2 |
| 2014-06-19 | Fix memory leak in digest_file() on ferror(). OK tedu@ lteo@ |  millert | 1 | -1/+5 |
| 2014-03-26 | Ignore the -b option if cksum is called as-is (e.g. "cksum -b /bsd") |  lteo | 1 | -2/+2 |
| 2014-03-20 | missed a turd |  tedu | 1 | -9/+1 |
| 2014-03-20 | purge sum and sysvsum code. ok deraadt jmc lteo millert |  tedu | 5 | -269/+18 |
| 2014-03-20 | remove insecure MD4 checksum algorithm; ok tedu@, man page ok jmc@ |  naddy | 2 | -17/+5 |
| 2014-03-17 | use Ex; |  jmc | 1 | -8/+3 |
| 2014-03-07 | When using the -C option, exit with an exit status of 1 if any of the |  lteo | 3 | -20/+33 |
| 2014-01-30 | Add MISSING to the list of possible results of a checklist comparison |  lteo | 1 | -3/+3 |
| 2014-01-24 | bump the year for ISO/IEC 8802:3 from 1989 to 1996; |  jmc | 1 | -3/+3 |
| 2014-01-20 | Do not use .Ar for fixed strings, it is intended for argument placeholders. |  schwarze | 1 | -38/+9 |
| 2014-01-20 | The strings "1" and "2" are not placeholders for arguments, |  schwarze | 1 | -5/+5 |
| 2014-01-15 | add -C to the man page, and adjust usage(); |  jmc | 2 | -6/+18 |
| 2014-01-15 | Add support for a -C option. It works on a checklist like -c but only |  lteo | 2 | -16/+51 |
| 2014-01-12 | Also move case 'c' into the #ifdef for a smaller binary. It will fall into |  deraadt | 1 | -4/+4 |
| 2014-01-11 | use -DSHA2_ONLY to be more clear about what we are butchering |  deraadt | 1 | -21/+21 |
| 2014-01-10 | depluralize |  deraadt | 1 | -2/+2 |
| 2014-01-10 | catch up to the fact that md5/sha* got merged, and document -c consistently; |  jmc | 3 | -40/+27 |
| 2014-01-10 | Add MISSING to the list of possible results of a checklist comparison. |  lteo | 1 | -2/+2 |
| 2014-01-10 | When using a checklist, print MISSING for non-existent files. |  lteo | 1 | -2/+4 |
| 2014-01-10 | tedu merged the hash manual pages back together. This goes even further, |  deraadt | 4 | -293/+53 |
| 2014-01-10 | the -c option is really a mode change, incompatible with other options. |  tedu | 4 | -17/+27 |
| 2014-01-08 | Fix wrapping of usage message for cksum. |  millert | 1 | -3/+3 |
| 2014-01-08 | err() not errx() when fopen fails. |  millert | 1 | -6/+6 |