summaryrefslogtreecommitdiff
path: root/bin/md5/cksum.1
AgeCommit message (Expand)Author
2016-09-03add sha512/256 support to check that the libc code is right :)Ted Unangst
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-10catch up to the fact that md5/sha* got merged, and document -c consistently;Jason McIntyre
2014-01-08sort options;Jason McIntyre
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-04-15SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in aTodd C. Miller
2010-11-07more EXIT STATUS bits; from Daniel DickmanJason 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-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-07-29md5(1), sha1(1), rmd160(1), cksum(1) and sum(1) have different options;Igor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30some i missed...Jason McIntyre
2007-04-13allow multiple -t to increase the test count. cpus are getting too fast.Ted Unangst
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
2006-11-19WARNING/BUGS -> CAVEATS; ok millertJason McIntyre
2006-11-17`<' -> \*(LtJason McIntyre
2006-11-17discourage .Tn;Jason McIntyre
2006-11-17.Ex these pages; ok millertJason McIntyre
2006-11-17simplify synopsis and usage(); ok millertJason McIntyre
2006-11-16Add -r and -q options similar to what is supported by FreeBSD's md5Todd C. Miller
2005-03-07more macro simplification;Jason McIntyre
2005-02-25avoid specifying which hash to use;Jason McIntyre
2004-12-29Add support for multiple using algorithms. OK'd by several peopleTodd C. Miller
2004-05-04- simplify synopsesJason McIntyre
2004-05-02Add support for cksum (3 varieties), md4, sha256, sha384, and sha512.Todd C. Miller