summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-08-29sha3sum: fix config text (it's no longer only 512-bit)Denys Vlasenko1-1/+1
2016-08-29sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko7-90/+143
2016-07-11{md5,shaN}sum: make -c EMPTY failDenys Vlasenko2-14/+31
2013-07-04foo*sum: Correct syntax errorCristian Ionescu-Idbohrn1-1/+1
2013-07-02foo*sum: report I/O errors, don't merely exit with 1.Denys Vlasenko1-1/+3
2013-01-14sha3sum: new appletLauri Kasanen8-4/+236
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2011-07-03md5/shaNsum: make -c support a list of filesLauri Kasanen1-68/+58
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-16md5/sha1sum: better fix for small resource leakDenys Vlasenko1-14/+11
2011-04-16md5/sha1sum: fix small resource leakAlexey Fomenko1-0/+3
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-10-24md5/sha1sum: code shrinkDenys Vlasenko1-20/+21
2010-10-16*: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko7-40/+40
2010-10-01Marked some more applets NOEXEC/NOFORKDan Fandrich10-13/+31
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-02-07shaNNNsum: accept and ignore -b and -tDenys Vlasenko1-2/+4
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2008-11-10sha256,sha512: new applets. +4.9kbDenis Vlasenko6-52/+635
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-28fix FAST_FUNC falloutDenis Vlasenko2-8/+9
2008-05-09fix warnings about pointer signednessDenis Vlasenko5-6/+6
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko26-44/+48
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko26-219/+214
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-07-05md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path)Denis Vlasenko4-48/+51
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-11bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko20-162/+183
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-29preparatory patch for -Wwrite-strings #1Denis Vlasenko17-52/+59
2007-01-12random small size optimizationsDenis Vlasenko8-23/+34
2006-12-16inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko28-63/+69
2006-11-23md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo".Denis Vlasenko1-20/+24
2006-10-26rename functions to more understandable namesDenis Vlasenko27-68/+63
2006-10-12bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko20-32/+33
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-28Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.cDenis Vlasenko2-28/+25
2006-08-06Teach md5sum and sha1sum to work the way other applets do so I don't have toRob Landley3-34/+59
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-26Patch from Shaun Jackman, set optind by hand if we don't call getopt.Rob Landley1-0/+1
2006-05-16Make md5 calculation always go through an the buffer so that A) we don'tRob Landley3-89/+44
2006-05-10- typo in error-message: s/algotithm/algorithmBernhard Reutner-Fischer1-16/+16
2006-02-21Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedRob Landley9-893/+824
2005-12-15Eliminate unnecessary allocation from md5sum that was leaked without ever bei...Rob Landley1-9/+0
2005-10-27- Matthias Wenzel writes:Bernhard Reutner-Fischer1-15/+5
2005-06-24tweak signed/unsigned char usage to avoid mismatchesMike Frysinger1-4/+4
2005-04-30On Wednesday 13 April 2005 09:12 pm, Shaun Jackman wrote:Rob Landley1-26/+13
2005-04-16Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen30-91/+96
[next]