aboutsummaryrefslogtreecommitdiff
path: root/toys/lsb/md5sum.c
AgeCommit message (Expand)Author
2020-04-08md5sum: don't initialize a table we don't use.Elliott Hughes
2020-04-07Minor cleanup.Rob Landley
2020-04-07Calculate table when float enabled, and rely on LP64 types.Rob Landley
2020-03-02Work around gcc trying to be "helpful" again.Rob Landley
2019-09-07md5sum: don't allow broken sha-3 sums.Elliott Hughes
2019-08-13Return md5sum/sha1sum to the slightly slower but more explicit versionRob Landley
2018-12-19md5sum/sha1sum: add --status and --check, fix --check with multiple files.Elliott Hughes
2018-12-04Clean up some --help formatting.Elliott Hughes
2017-05-26Be more consistent about periods in help text.Elliott Hughes
2016-07-15Fix non-library md5sum build. (Oops.)Rob Landley
2016-07-15Add optional openssl accelerated versions of hash functions, loosely based onRob Landley
2016-07-14Add -c to md5sum and sha1sum.Rob Landley
2014-11-19Make md5sum and sha1sum work on big endian systems.0.5.1Rob Landley
2014-09-26Separate more commands so single.sh can build them standalone.Rob Landley
2014-06-07Make md5sum/sha1sum -b flag be "brief" output (just the hash).Rob Landley
2014-05-15Here's a quick cleanup of md5sum. Executive summary: smaller and faster.Daniel Verkamp
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-11-03Make sha1sum and md5sum default to y.Rob Landley
2012-10-23Add md5sum in lsb, combine sha1sum (mostly shared infrastructure). Downside: ...Rob Landley