aboutsummaryrefslogtreecommitdiffstats
path: root/toys/lsb/md5sum.c
Commit message (Expand)AuthorAgeFilesLines
* Be more consistent about periods in help text.Elliott Hughes2017-05-261-2/+2
* Fix non-library md5sum build. (Oops.)Rob Landley2016-07-151-2/+1
* Add optional openssl accelerated versions of hash functions, loosely based onRob Landley2016-07-151-12/+110
* Add -c to md5sum and sha1sum.Rob Landley2016-07-141-9/+88
* Make md5sum and sha1sum work on big endian systems.Rob Landley2014-11-191-17/+18
* Separate more commands so single.sh can build them standalone.Rob Landley2014-09-261-3/+7
* Make md5sum/sha1sum -b flag be "brief" output (just the hash).Rob Landley2014-06-071-4/+8
* Here's a quick cleanup of md5sum. Executive summary: smaller and faster.Daniel Verkamp2014-05-151-23/+25
* Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley2012-11-131-5/+2
* Make sha1sum and md5sum default to y.Rob Landley2012-11-031-1/+2
* Add md5sum in lsb, combine sha1sum (mostly shared infrastructure). Downside: ...Rob Landley2012-10-231-0/+239