summaryrefslogtreecommitdiff
path: root/bin/md5
AgeCommit message (Expand)Author
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
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
2006-11-10Accept upper and lower case letters in a checksum, since this doesn'tTom Cosgrove
2006-03-15Fix signed/unsigned comparisons by using size_tDavid Hill
2005-12-20Make "cksum -c" grok checklists generated with cksum, sum and sysvsum.Todd C. Miller
2005-08-17Exit unsuccessfully when comparing against a checklist file fails.Marco Pfatschbacher
2005-05-24-ansi means only expose ANSI interfaces which is not something we want...Todd 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-12-10GNU md5sum uses tab not space to separate filename and hash. FixesTodd C. Miller
2004-08-24Note that collisions have been found for MD5, so SHA-1 is preferred.Tom Cosgrove
2004-05-16Tell reader to use cksum(1) to compute SHA-2 digests. ok millert@Otto Moerbeek
2004-05-1064 bit gcc whinesTheo de Raadt
2004-05-04sync usage w/ man pageTodd C. Miller
2004-05-04- simplify synopsesJason McIntyre
2004-05-04Add missing MLINK for sum(1), noticed by deraadt@Todd C. Miller
2004-05-02Add support for cksum (3 varieties), md4, sha256, sha384, and sha512.Todd C. Miller
2004-04-28Use the FOO_DIGEST_LENGTH macrosTodd C. Miller
2004-03-03Extend "md5 -c" to parse the output of GNU md5sum.Todd C. Miller
2003-07-21Fix typo: unsigned -> unsigned char; from Thorsten GlaserTodd C. Miller
2003-06-25fix lots of proto issuesTheo de Raadt
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-11ansification, art okTheo de Raadt
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-04-28return from mainTheo de Raadt
2003-04-26this -Werror stuff is ... let me be polite... fucking garbageTheo de Raadt
2003-04-23strchr() should be strrchr(); zyrnixTodd C. Miller
2003-03-23Do not closed stdin; Andrey MatveevTodd C. Miller
2003-03-14tweaks;Jason McIntyre
2003-03-13Cast 3 to size_t to shut up stupid gcc on 64bit platforms.Todd C. Miller
2003-03-12Add -c option similar to GNU md5sum.Todd C. Miller