summaryrefslogtreecommitdiff
path: root/bin/md5/md5.c
AgeCommit message (Expand)Author
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
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-05-04sync usage w/ man pageTodd 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-23strchr() should be strrchr(); zyrnixTodd C. Miller
2003-03-23Do not closed stdin; Andrey MatveevTodd C. Miller
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
2003-01-14Report read() errors; noticed and OK by fgs@Todd C. Miller
2002-01-20Swap TEST_BLOCK_LEN and TEST_BLOCK_COUNT in benchmark printf.Camiel Dobbelaar
2001-09-06o) __progname aria;Mike Pechkin
2001-06-03Nope, that's not right either. Fix check for mutually exclusive args.Todd C. Miller
2001-06-03Obvious thinko: command line is wrong if it's too short, not too long.Marc Espie
2001-06-02Fix some typos and add missing test for string of 1 million a's.Todd C. Miller
2001-06-02New md5/sha1/rmd160 driver with a BSD copyright. Improvements:Todd C. Miller
1999-10-07One single malloc, with a union to get the largest needed size,Marc Espie
1998-01-02use getopt; mph@pobox.comTheo de Raadt
1997-08-01warn not warnxTheo de Raadt
1997-07-17Adds rmd160 functionality.Todd C. Miller
1997-07-12md5(1) is now capable of doing md4, md5 and sha1 digests. CurrentlyTodd C. Miller
1997-06-20boost TEST_BLOCK_LEN and TEST_BLOCK_COUNT a bit. this makes '-t' moreflipk
1996-11-2464-bit cleanup + pedantic -W flagsNiklas Hallqvist
1996-11-12-Wall happinessNiklas Hallqvist
1996-06-11move to bin/md5 for `greater accessibility'Theo de Raadt