Age | Commit message (Expand) | Author |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2023-10-31 | cksum: better describe the -c (checklist) option | Todd C. Miller |
2023-10-31 | cksum -c: support checking base64 digests in reverse mode too. | Todd C. Miller |
2023-08-18 | use imperative tense consistently; OK jmc | Klemens Nanni |
2022-08-04 | change some 4.4BSD references to earlier releases | Jonathan Gray |
2020-10-19 | Add explicit casts to double to quiet a clang warning. | Todd C. Miller |
2020-10-03 | Use ferror() to check for write error, not the fflush() return value. | Todd C. Miller |
2019-05-18 | freezero() is of no use here, the computed digest is not a secret. | Otto Moerbeek |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2018-09-07 | fgetln(3) -> getline(3); from Lauri Tirkkonen; ok millert@ | cheloha |
2018-02-05 | CKSUM_DIGEST_STRING_LENGTH bounding didn't include full range of size_t | Theo de Raadt |
2017-09-11 | Use getrusage(2) for the built-in time trial instead of getttimeofday(2). | Todd C. Miller |
2017-05-22 | obvious use for freezero() | Theo de Raadt |
2017-04-26 | In -C mode, process all checksums that match the specified file(s), | Todd C. Miller |
2017-02-23 | SHA-1 collisions have now been found so update some man pages. As noted by | Daniel Dickman |
2016-12-16 | Move declaration of an 'i' inside the scope of its use. Which in | Kenneth R Westerback |
2016-12-16 | Eliminate some gcc warnings about 'unused variables', mostly by | Kenneth R Westerback |
2016-09-20 | sync the description of -q with that of cksum.1; | Jason McIntyre |
2016-09-03 | add sha512/256 support to check that the libc code is right :) | Ted Unangst |
2016-08-26 | Pull in <sys/time.h> for gettimeofday() | Philip Guenther |
2016-07-29 | all of the update functions take a size_t. correct type and casts. | Ted Unangst |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2015-12-09 | Remove NULL-check before free(). ok tb@ | mmcc |
2015-10-10 | normalize the ordering of tame requests (particularily, "rpath wpath cpath", | Theo de Raadt |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-04 | Repair tame() error check to be == -1 | Theo de Raadt |
2015-10-03 | right at startup, this can tame "stdio cpath rpath wpath". after getopt | Theo de Raadt |
2015-09-23 | remove CAVEATS: the information therein is already (and probably more usefully) | Jason McIntyre |
2015-01-19 | cleanup of the SMALL hiding from Mathias Svensson | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-04 | obvious cases of missing NAME .Nm entries | Ingo Schwarze |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-06-19 | Fix memory leak in digest_file() on ferror(). OK tedu@ lteo@ | Todd C. Miller |
2014-03-26 | Ignore the -b option if cksum is called as-is (e.g. "cksum -b /bsd") | Lawrence Teo |
2014-03-20 | missed a turd | Ted Unangst |
2014-03-20 | purge sum and sysvsum code. ok deraadt jmc lteo millert | Ted Unangst |
2014-03-20 | remove insecure MD4 checksum algorithm; ok tedu@, man page ok jmc@ | Christian Weisgerber |
2014-03-17 | use Ex; | Jason McIntyre |
2014-03-07 | When using the -C option, exit with an exit status of 1 if any of the | Lawrence Teo |
2014-01-30 | Add MISSING to the list of possible results of a checklist comparison | Lawrence Teo |
2014-01-24 | bump the year for ISO/IEC 8802:3 from 1989 to 1996; | Jason McIntyre |
2014-01-20 | Do not use .Ar for fixed strings, it is intended for argument placeholders. | Ingo Schwarze |
2014-01-20 | The strings "1" and "2" are not placeholders for arguments, | Ingo Schwarze |
2014-01-15 | add -C to the man page, and adjust usage(); | Jason McIntyre |
2014-01-15 | Add support for a -C option. It works on a checklist like -c but only | Lawrence Teo |
2014-01-12 | Also move case 'c' into the #ifdef for a smaller binary. It will fall into | Theo de Raadt |
2014-01-11 | use -DSHA2_ONLY to be more clear about what we are butchering | Theo de Raadt |
2014-01-10 | depluralize | Theo de Raadt |
2014-01-10 | catch up to the fact that md5/sha* got merged, and document -c consistently; | Jason McIntyre |
2014-01-10 | Add MISSING to the list of possible results of a checklist comparison. | Lawrence Teo |