Age | Commit message (Expand) | Author |
2004-12-29 | Add support for multiple using algorithms. OK'd by several people | Todd C. Miller |
2004-12-10 | GNU md5sum uses tab not space to separate filename and hash. Fixes | Todd C. Miller |
2004-08-24 | Note that collisions have been found for MD5, so SHA-1 is preferred. | Tom Cosgrove |
2004-05-16 | Tell reader to use cksum(1) to compute SHA-2 digests. ok millert@ | Otto Moerbeek |
2004-05-10 | 64 bit gcc whines | Theo de Raadt |
2004-05-04 | sync usage w/ man page | Todd C. Miller |
2004-05-04 | - simplify synopses | Jason McIntyre |
2004-05-04 | Add missing MLINK for sum(1), noticed by deraadt@ | Todd C. Miller |
2004-05-02 | Add support for cksum (3 varieties), md4, sha256, sha384, and sha512. | Todd C. Miller |
2004-04-28 | Use the FOO_DIGEST_LENGTH macros | Todd C. Miller |
2004-03-03 | Extend "md5 -c" to parse the output of GNU md5sum. | Todd C. Miller |
2003-07-21 | Fix typo: unsigned -> unsigned char; from Thorsten Glaser | Todd C. Miller |
2003-06-25 | fix lots of proto issues | Theo de Raadt |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-06-11 | ansification, art ok | Theo de Raadt |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller |
2003-04-28 | return from main | Theo de Raadt |
2003-04-26 | this -Werror stuff is ... let me be polite... fucking garbage | Theo de Raadt |
2003-04-23 | strchr() should be strrchr(); zyrnix | Todd C. Miller |
2003-03-23 | Do not closed stdin; Andrey Matveev | Todd C. Miller |
2003-03-14 | tweaks; | Jason McIntyre |
2003-03-13 | Cast 3 to size_t to shut up stupid gcc on 64bit platforms. | Todd C. Miller |
2003-03-12 | Add -c option similar to GNU md5sum. | Todd C. Miller |
2003-02-19 | Back out documentation for (currently) non-existent -c option that | Todd C. Miller |
2003-02-14 | Add a 2-clause BSD license. These files are based on the md5.1 | Todd C. Miller |
2003-01-14 | Report read() errors; noticed and OK by fgs@ | Todd C. Miller |
2002-01-20 | Swap TEST_BLOCK_LEN and TEST_BLOCK_COUNT in benchmark printf. | Camiel Dobbelaar |
2001-10-29 | add RFC 3174 to SEE ALSO section | Todd C. Miller |
2001-09-06 | o) fix bogus .St usage; | Mike Pechkin |
2001-09-06 | o) __progname aria; | Mike Pechkin |
2001-06-03 | Nope, that's not right either. Fix check for mutually exclusive args. | Todd C. Miller |
2001-06-03 | sync man page with new usage restrictions | Todd C. Miller |
2001-06-03 | Obvious thinko: command line is wrong if it's too short, not too long. | Marc Espie |
2001-06-02 | Fix some typos and add missing test for string of 1 million a's. | Todd C. Miller |
2001-06-02 | New md5/sha1/rmd160 driver with a BSD copyright. Improvements: | Todd C. Miller |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-10-18 | Properly introduce options. | Aaron Campbell |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell |
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell |
1999-10-07 | One single malloc, with a union to get the largest needed size, | Marc Espie |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell |
1998-09-23 | alphabetize SEE ALSO entries and numerically order according to section | Aaron Campbell |
1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously | Aaron Campbell |
1998-01-02 | use getopt; mph@pobox.com | Theo de Raadt |
1997-11-12 | correct references. | Niels Provos |
1997-08-01 | warn not warnx | Theo de Raadt |
1997-07-17 | Adds rmd160 functionality. | Todd C. Miller |
1997-07-12 | Use new-style man macros. | Todd C. Miller |
1997-07-12 | md5(1) is now capable of doing md4, md5 and sha1 digests. Currently | Todd C. Miller |
1997-06-20 | boost TEST_BLOCK_LEN and TEST_BLOCK_COUNT a bit. this makes '-t' more | flipk |