summaryrefslogtreecommitdiff
path: root/bin/md5
AgeCommit message (Expand)Author
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2015-12-09Remove NULL-check before free(). ok tb@mmcc
2015-10-10normalize the ordering of tame requests (particularily, "rpath wpath cpath",Theo de Raadt
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-04Repair tame() error check to be == -1Theo de Raadt
2015-10-03right at startup, this can tame "stdio cpath rpath wpath". after getoptTheo de Raadt
2015-09-23remove CAVEATS: the information therein is already (and probably more usefully)Jason McIntyre
2015-01-19cleanup of the SMALL hiding from Mathias SvenssonTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-12-04obvious cases of missing NAME .Nm entriesIngo Schwarze
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2014-06-19Fix memory leak in digest_file() on ferror(). OK tedu@ lteo@Todd C. Miller
2014-03-26Ignore the -b option if cksum is called as-is (e.g. "cksum -b /bsd")Lawrence Teo
2014-03-20missed a turdTed Unangst
2014-03-20purge sum and sysvsum code. ok deraadt jmc lteo millertTed Unangst
2014-03-20remove insecure MD4 checksum algorithm; ok tedu@, man page ok jmc@Christian Weisgerber
2014-03-17use Ex;Jason McIntyre
2014-03-07When using the -C option, exit with an exit status of 1 if any of theLawrence Teo
2014-01-30Add MISSING to the list of possible results of a checklist comparisonLawrence Teo
2014-01-24bump the year for ISO/IEC 8802:3 from 1989 to 1996;Jason McIntyre
2014-01-20Do not use .Ar for fixed strings, it is intended for argument placeholders.Ingo Schwarze
2014-01-20The strings "1" and "2" are not placeholders for arguments,Ingo Schwarze
2014-01-15add -C to the man page, and adjust usage();Jason McIntyre
2014-01-15Add support for a -C option. It works on a checklist like -c but onlyLawrence Teo
2014-01-12Also move case 'c' into the #ifdef for a smaller binary. It will fall intoTheo de Raadt
2014-01-11use -DSHA2_ONLY to be more clear about what we are butcheringTheo de Raadt
2014-01-10depluralizeTheo de Raadt
2014-01-10catch up to the fact that md5/sha* got merged, and document -c consistently;Jason McIntyre
2014-01-10Add MISSING to the list of possible results of a checklist comparison.Lawrence Teo
2014-01-10When using a checklist, print MISSING for non-existent files.Lawrence Teo
2014-01-10tedu merged the hash manual pages back together. This goes even further,Theo de Raadt
2014-01-10the -c option is really a mode change, incompatible with other options.Ted Unangst
2014-01-08Fix wrapping of usage message for cksum.Todd C. Miller
2014-01-08err() not errx() when fopen fails.Todd C. Miller
2014-01-08Remove NHASHES, it is not needed and is incompatible with #ifdef SMALL.Todd C. Miller
2014-01-08sort options;Jason McIntyre
2014-01-08Remove pmode, fix hfile open mode, check return value when writingTodd C. Miller
2014-01-08Add -DSMALL support to kill a lot of the unncecessary hashes and checksumsTheo de Raadt
2014-01-08Add support for -h hashfile. This is very useful with with -p, in a pipeline,Theo de Raadt
2013-12-29update sha256(1) to better reflect that it documents sha512 now too.Jason McIntyre
2013-12-23install a link as sha512. simplify program internals; there are onlyTed Unangst
2013-11-21add unsigned char casts for specific calls to ctype.h macros.Theo de Raadt
2013-04-15SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in aTodd C. Miller
2013-03-30Return an exit code of 1 if the file cannot be opened (e.g. file doesLawrence Teo
2012-12-04replace sys/param.h with sys/types.h (and sometimes add limits.h if needed)Theo de Raadt
2012-09-22last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-07-08The algorithm name is "SHA-256" as per FIPS 180-2 (-3).Christian Weisgerber
2012-05-13recommend sha256; from Lawrence TeoJason McIntyre
2012-02-26Fix several manpage titles, from Lawrence Teo.Christiano F. Haesbaert
2011-07-05fix memset sizeof, found by jsg. ok krwTed Unangst