Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-06 | adapt to sha2(3) API changes; ok millert@ | Damien Miller | |
2008-07-29 | md5(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-11-07 | properly exit >0 when encountering bad md5 in cheklist | Charles Longeau | |
ok gilles@ millert@ From Tim van der Molen <tbvdm.lists at xs4all.nl> | |||
2007-10-31 | clamp -ttttttttt test counter to 1B, so that it does not wrap negative; | Theo de Raadt | |
from Nicholas Marriott, ok otto | |||
2007-04-14 | if we define a constant for the OPTSTRING, we can as well use it. | Alexander von Gernler | |
ok tedu@ | |||
2007-04-13 | allow multiple -t to increase the test count. cpus are getting too fast. | Ted Unangst | |
ok grunk. with manpage from grunk and jmc | |||
2007-03-29 | Fix a cust & pasto | Todd C. Miller | |
Correctly compute amount of base64 padding in checklist mode | |||
2007-03-29 | Do not print a warning that no valid checksums were found if there | Todd C. Miller | |
was a single fingerprint for a file that could not be opened. The warning that the file could not be opened is sufficient. From espie@ | |||
2007-03-28 | Supress warnings for the first getopt() pass. Otherwise, | Todd C. Miller | |
any "unknown option" messages get printed twice. | |||
2007-03-27 | Add base64 support to cksum and friends. Output encoding can | Todd 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-20 | augment the -q option, now if specifed with -c (checklist) | Thordur I. Bjornsson | |
it will only print out the failed cases. OK millert@ | |||
2007-01-09 | align usage message correctly | Theo de Raadt | |
2006-11-17 | simplify synopsis and usage(); ok millert | Jason McIntyre | |
2006-11-16 | Add -r and -q options similar to what is supported by FreeBSD's md5 | Todd C. Miller | |
OK deraadt@ ckuethe@ | |||
2006-11-10 | Accept upper and lower case letters in a checksum, since this doesn't | Tom Cosgrove | |
alter the value of the digest. Nor, for that matter, does case affect the name of the algorithm used. Partly from Matthew Clarke, clamat (at) telus (dot) net. ok djm@ millert@ | |||
2006-03-15 | Fix signed/unsigned comparisons by using size_t | David Hill | |
Sprinkle some const ok ray@ jaredy@ | |||
2005-12-20 | Make "cksum -c" grok checklists generated with cksum, sum and sysvsum. | Todd C. Miller | |
OK deraadt@ | |||
2005-08-17 | Exit unsuccessfully when comparing against a checklist file fails. | Marco Pfatschbacher | |
OK markus@ millert@ | |||
2004-12-29 | Add support for multiple using algorithms. OK'd by several people | Todd C. Miller | |
a while ago so get this out of my tree... | |||
2004-12-10 | GNU md5sum uses tab not space to separate filename and hash. Fixes | Todd C. Miller | |
parsing of GNU-style checklist files for files with spaces in them. From Emil Mikulic; closes PR 4027 | |||
2004-05-04 | sync usage w/ man page | Todd C. Miller | |
2004-05-02 | Add 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. | |||
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 | |
Adapted from patches by Lawrence Teo and tedu@. OK tedu@ | |||
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 | |
where applicable. | |||
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-23 | strchr() should be strrchr(); zyrnix | Todd C. Miller | |
2003-03-23 | Do not closed stdin; Andrey Matveev | Todd C. Miller | |
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 | |
Original patch from zyrnix but significantly modified by me. deraadt@ OK | |||
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 | |
ok millert@ | |||
2001-09-06 | o) __progname aria; | Mike Pechkin | |
millert@ ok. | |||
2001-06-03 | Nope, that's not right either. Fix check for mutually exclusive args. | 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 | |
o options that should be mutually exclusive are o time trial works reasonably when it finishes in < 1 sec o uses a function table instead of a bunch of globals | |||
1999-10-07 | One single malloc, with a union to get the largest needed size, | Marc Espie | |
should be enough. | |||
1998-01-02 | use getopt; mph@pobox.com | Theo de Raadt | |
1997-08-01 | warn not warnx | Theo de Raadt | |
1997-07-17 | Adds rmd160 functionality. | Todd C. Miller | |
1997-07-12 | md5(1) is now capable of doing md4, md5 and sha1 digests. Currently | Todd C. Miller | |
only md5 and sha1 are used. | |||
1997-06-20 | boost TEST_BLOCK_LEN and TEST_BLOCK_COUNT a bit. this makes '-t' more | flipk | |
useful on fast boxes. also fflush(stdout) after printing the first test message so the user knows its actually doing something | |||
1996-11-24 | 64-bit cleanup + pedantic -W flags | Niklas Hallqvist | |
1996-11-12 | -Wall happiness | Niklas Hallqvist | |
1996-06-11 | move to bin/md5 for `greater accessibility' | Theo de Raadt | |