summaryrefslogtreecommitdiff
path: root/bin/md5
AgeCommit message (Expand)Author
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
2010-11-07more EXIT STATUS bits; from Daniel DickmanJason McIntyre
2010-10-27Use a 32KB data buffer instead of a 1KB buffer.Todd C. Miller
2010-10-25Use stdio when reading in the file to be checksummed. This can improveTodd C. Miller
2010-09-03add an EXIT STATUS section for /bin;Jason McIntyre
2010-07-13update our recommended hash function to sha256 and note md5 is broken.Ted Unangst
2010-07-13no need for userland to refer to section 2/3 pages;Jason McIntyre
2010-07-12replace rmd160 links with sha256. it's way more popular and more better, too.Ted Unangst
2010-03-26dispense with some wacky escape sequences;Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-08-16replace ".Ar file ..." with ".Ar" whenever possible.Igor Sobrado
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2008-09-06adapt to sha2(3) API changes; ok millert@Damien Miller
2008-07-29md5(1), sha1(1), rmd160(1), cksum(1) and sum(1) have different options;Igor Sobrado
2007-11-07properly exit >0 when encountering bad md5 in cheklistCharles Longeau
2007-10-31clamp -ttttttttt test counter to 1B, so that it does not wrap negative;Theo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30some i missed...Jason McIntyre
2007-04-14if we define a constant for the OPTSTRING, we can as well use it.Alexander von Gernler
2007-04-13allow multiple -t to increase the test count. cpus are getting too fast.Ted Unangst
2007-03-29Fix a cust & pastoTodd C. Miller
2007-03-29Do not print a warning that no valid checksums were found if thereTodd C. Miller
2007-03-28Supress warnings for the first getopt() pass. Otherwise,Todd C. Miller
2007-03-27Fix spelling of hexadecimal. Noted by jmc@ and Steven Mestdagh.Todd C. Miller
2007-03-27Add base64 support to cksum and friends. Output encoding canTodd C. Miller
2007-03-20augment the -q option, now if specifed with -c (checklist)Thordur I. Bjornsson
2007-02-27Add md5 to the list of unsecure checksums. Adapted from a diff byTodd C. Miller
2007-01-09align usage message correctlyTheo de Raadt
2006-11-19WARNING/BUGS -> CAVEATS; ok millertJason McIntyre
2006-11-17`<' -> \*(LtJason McIntyre