summaryrefslogtreecommitdiffstats
path: root/bin/md5 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add explicit casts to double to quiet a clang warning.millert2020-10-191-2/+2
* Use ferror() to check for write error, not the fflush() return value.millert2020-10-031-2/+3
* freezero() is of no use here, the computed digest is not a secret.otto2019-05-181-2/+2
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-254-9/+9
* fgetln(3) -> getline(3); from Lauri Tirkkonen; ok millert@cheloha2018-09-071-21/+20
* CKSUM_DIGEST_STRING_LENGTH bounding didn't include full range of size_tderaadt2018-02-051-2/+2
* Use getrusage(2) for the built-in time trial instead of getttimeofday(2).millert2017-09-111-5/+7
* obvious use for freezero()deraadt2017-05-221-3/+2
* In -C mode, process all checksums that match the specified file(s),millert2017-04-261-6/+22
* SHA-1 collisions have now been found so update some man pages. As noted bydaniel2017-02-231-9/+4
* Move declaration of an 'i' inside the scope of its use. Which inkrw2016-12-161-4/+3
* Eliminate some gcc warnings about 'unused variables', mostly bykrw2016-12-161-2/+5
* sync the description of -q with that of cksum.1;jmc2016-09-201-3/+5
* add sha512/256 support to check that the libc code is right :)tedu2016-09-032-4/+15
* Pull in <sys/time.h> for gettimeofday()guenther2016-08-261-1/+2
* all of the update functions take a size_t. correct type and casts.tedu2016-07-291-18/+17
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-4/+1
* Remove NULL-check before free(). ok tb@mmcc2015-12-091-3/+2
* normalize the ordering of tame requests (particularily, "rpath wpath cpath",deraadt2015-10-101-2/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-5/+5
* Repair tame() error check to be == -1deraadt2015-10-041-2/+2
* right at startup, this can tame "stdio cpath rpath wpath". after getoptderaadt2015-10-031-1/+7
* remove CAVEATS: the information therein is already (and probably more usefully)jmc2015-09-231-7/+2
* cleanup of the SMALL hiding from Mathias Svenssonderaadt2015-01-191-2/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-5/+5
* obvious cases of missing NAME .Nm entriesschwarze2014-12-041-3/+6
* Replace all queue *_END macro calls except CIRCLEQ_END with NULL.doug2014-09-131-2/+2
* Fix memory leak in digest_file() on ferror(). OK tedu@ lteo@millert2014-06-191-1/+5
* Ignore the -b option if cksum is called as-is (e.g. "cksum -b /bsd")lteo2014-03-261-2/+2
* missed a turdtedu2014-03-201-9/+1
* purge sum and sysvsum code. ok deraadt jmc lteo millerttedu2014-03-205-269/+18
* remove insecure MD4 checksum algorithm; ok tedu@, man page ok jmc@naddy2014-03-202-17/+5
* use Ex;jmc2014-03-171-8/+3
* When using the -C option, exit with an exit status of 1 if any of thelteo2014-03-073-20/+33
* Add MISSING to the list of possible results of a checklist comparisonlteo2014-01-301-3/+3
* bump the year for ISO/IEC 8802:3 from 1989 to 1996;jmc2014-01-241-3/+3
* Do not use .Ar for fixed strings, it is intended for argument placeholders.schwarze2014-01-201-38/+9
* The strings "1" and "2" are not placeholders for arguments,schwarze2014-01-201-5/+5
* add -C to the man page, and adjust usage();jmc2014-01-152-6/+18
* Add support for a -C option. It works on a checklist like -c but onlylteo2014-01-152-16/+51
* Also move case 'c' into the #ifdef for a smaller binary. It will fall intoderaadt2014-01-121-4/+4
* use -DSHA2_ONLY to be more clear about what we are butcheringderaadt2014-01-111-21/+21
* depluralizederaadt2014-01-101-2/+2
* catch up to the fact that md5/sha* got merged, and document -c consistently;jmc2014-01-103-40/+27
* Add MISSING to the list of possible results of a checklist comparison.lteo2014-01-101-2/+2
* When using a checklist, print MISSING for non-existent files.lteo2014-01-101-2/+4
* tedu merged the hash manual pages back together. This goes even further,deraadt2014-01-104-293/+53
* the -c option is really a mode change, incompatible with other options.tedu2014-01-104-17/+27
* Fix wrapping of usage message for cksum.millert2014-01-081-3/+3
* err() not errx() when fopen fails.millert2014-01-081-6/+6