summaryrefslogtreecommitdiff
path: root/bin/md5/cksum.1
AgeCommit message (Collapse)Author
2010-03-26dispense with some wacky escape sequences;Jason McIntyre
2009-08-16replace ".Ar file ..." with ".Ar" whenever possible.Igor Sobrado
ok jmc@
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
updates to follow;
2008-07-29md5(1), sha1(1), rmd160(1), cksum(1) and sum(1) have different options;Igor Sobrado
while here, some KNF improvements. based on a diff for compress(1) written by millert@, fixes from guenther@ and pyr@. ok millert@, pyr@; (for the manual page tweaks) jmc@
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30some i missed...Jason McIntyre
- consistent text for STANDARDS - note which options are extensions to POSIX
2007-04-13allow multiple -t to increase the test count. cpus are getting too fast.Ted Unangst
ok grunk. with manpage from grunk and jmc
2007-03-27Add base64 support to cksum and friends. Output encoding canTodd C. Miller
be set globally or on a per-algorithm basis when using multiple hash functions. OK espie@ simon@ deraadt@; man help from jmc@
2007-03-20augment the -q option, now if specifed with -c (checklist)Thordur I. Bjornsson
it will only print out the failed cases. OK millert@
2007-02-27Add md5 to the list of unsecure checksums. Adapted from a diff byTodd C. Miller
Tamas TEVESZ.
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
OK deraadt@ ckuethe@
2005-03-07more macro simplification;Jason McIntyre
2005-02-25avoid specifying which hash to use;Jason McIntyre
this after some discussion w/ otto; started by pr #4120, from andy isaacson;
2004-12-29Add support for multiple using algorithms. OK'd by several peopleTodd C. Miller
a while ago so get this out of my tree...
2004-05-04- simplify synopsesJason McIntyre
- correct macros - various grammatical fixes ok millert@
2004-05-02Add support for cksum (3 varieties), md4, sha256, sha384, and sha512.Todd C. Miller
Consequently, cksum moves becomes a link to md5 and moves to /bin. The cksum man page could use some polishing.