Age | Commit message (Expand) | Author |
2014-01-10 | When using a checklist, print MISSING for non-existent files. | Lawrence Teo |
2014-01-10 | tedu merged the hash manual pages back together. This goes even further, | Theo de Raadt |
2014-01-10 | the -c option is really a mode change, incompatible with other options. | Ted Unangst |
2014-01-08 | Fix wrapping of usage message for cksum. | Todd C. Miller |
2014-01-08 | err() not errx() when fopen fails. | Todd C. Miller |
2014-01-08 | Remove NHASHES, it is not needed and is incompatible with #ifdef SMALL. | Todd C. Miller |
2014-01-08 | sort options; | Jason McIntyre |
2014-01-08 | Remove pmode, fix hfile open mode, check return value when writing | Todd C. Miller |
2014-01-08 | Add -DSMALL support to kill a lot of the unncecessary hashes and checksums | Theo de Raadt |
2014-01-08 | Add support for -h hashfile. This is very useful with with -p, in a pipeline, | Theo de Raadt |
2013-12-29 | update sha256(1) to better reflect that it documents sha512 now too. | Jason McIntyre |
2013-12-23 | install a link as sha512. simplify program internals; there are only | Ted Unangst |
2013-11-21 | add unsigned char casts for specific calls to ctype.h macros. | Theo de Raadt |
2013-04-15 | SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in a | Todd C. Miller |
2013-03-30 | Return an exit code of 1 if the file cannot be opened (e.g. file does | Lawrence Teo |
2012-12-04 | replace sys/param.h with sys/types.h (and sometimes add limits.h if needed) | Theo de Raadt |
2012-09-22 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-07-08 | The algorithm name is "SHA-256" as per FIPS 180-2 (-3). | Christian Weisgerber |
2012-05-13 | recommend sha256; from Lawrence Teo | Jason McIntyre |
2012-02-26 | Fix several manpage titles, from Lawrence Teo. | Christiano F. Haesbaert |
2011-07-05 | fix memset sizeof, found by jsg. ok krw | Ted Unangst |
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 |