Age | Commit message (Expand) | Author |
2010-11-07 | more EXIT STATUS bits; from Daniel Dickman | Jason McIntyre |
2010-10-27 | Use a 32KB data buffer instead of a 1KB buffer. | Todd C. Miller |
2010-10-25 | Use stdio when reading in the file to be checksummed. This can improve | Todd C. Miller |
2010-09-03 | add an EXIT STATUS section for /bin; | Jason McIntyre |
2010-07-13 | update our recommended hash function to sha256 and note md5 is broken. | Ted Unangst |
2010-07-13 | no need for userland to refer to section 2/3 pages; | Jason McIntyre |
2010-07-12 | replace rmd160 links with sha256. it's way more popular and more better, too. | Ted Unangst |
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-08-16 | replace ".Ar file ..." with ".Ar" whenever possible. | Igor Sobrado |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
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 |
2007-11-07 | properly exit >0 when encountering bad md5 in cheklist | Charles Longeau |
2007-10-31 | clamp -ttttttttt test counter to 1B, so that it does not wrap negative; | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | some i missed... | Jason McIntyre |
2007-04-14 | if we define a constant for the OPTSTRING, we can as well use it. | Alexander von Gernler |
2007-04-13 | allow multiple -t to increase the test count. cpus are getting too fast. | Ted Unangst |
2007-03-29 | Fix a cust & pasto | Todd C. Miller |
2007-03-29 | Do not print a warning that no valid checksums were found if there | Todd C. Miller |
2007-03-28 | Supress warnings for the first getopt() pass. Otherwise, | Todd C. Miller |
2007-03-27 | Fix spelling of hexadecimal. Noted by jmc@ and Steven Mestdagh. | Todd C. Miller |
2007-03-27 | Add base64 support to cksum and friends. Output encoding can | Todd C. Miller |
2007-03-20 | augment the -q option, now if specifed with -c (checklist) | Thordur I. Bjornsson |
2007-02-27 | Add md5 to the list of unsecure checksums. Adapted from a diff by | Todd C. Miller |
2007-01-09 | align usage message correctly | Theo de Raadt |
2006-11-19 | WARNING/BUGS -> CAVEATS; ok millert | Jason McIntyre |
2006-11-17 | `<' -> \*(Lt | Jason McIntyre |
2006-11-17 | discourage .Tn; | Jason McIntyre |
2006-11-17 | .Ex these pages; ok millert | Jason McIntyre |
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 |
2006-11-10 | Accept upper and lower case letters in a checksum, since this doesn't | Tom Cosgrove |
2006-03-15 | Fix signed/unsigned comparisons by using size_t | David Hill |
2005-12-20 | Make "cksum -c" grok checklists generated with cksum, sum and sysvsum. | Todd C. Miller |
2005-08-17 | Exit 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-07 | more macro simplification; | Jason McIntyre |
2005-02-25 | avoid specifying which hash to use; | Jason McIntyre |
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 |