aboutsummaryrefslogtreecommitdiff
path: root/coreutils/md5_sha1_sum.c
AgeCommit message (Expand)Author
2013-07-04foo*sum: Correct syntax errorCristian Ionescu-Idbohrn
2013-07-02foo*sum: report I/O errors, don't merely exit with 1.Denys Vlasenko
2013-01-14sha3sum: new appletLauri Kasanen
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2011-07-04md5/shaNsum: make -c support a list of filesLauri Kasanen
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-16md5/sha1sum: better fix for small resource leakDenys Vlasenko
2011-04-16md5/sha1sum: fix small resource leakAlexey Fomenko
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-24md5/sha1sum: code shrinkDenys Vlasenko
2010-10-16*: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko
2010-10-01Marked some more applets NOEXEC/NOFORKDan Fandrich
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-02-07shaNNNsum: accept and ignore -b and -tDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2008-11-10sha256,sha512: new applets. +4.9kbDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-28fix FAST_FUNC falloutDenis Vlasenko
2008-05-09fix warnings about pointer signednessDenis Vlasenko
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-07-05md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path)Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-11bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #1Denis Vlasenko
2007-01-12random small size optimizationsDenis Vlasenko
2006-12-16inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko
2006-11-23md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo".Denis Vlasenko
2006-10-26rename functions to more understandable namesDenis Vlasenko
2006-10-12bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-28Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.cDenis Vlasenko
2006-08-06Teach md5sum and sha1sum to work the way other applets do so I don't have toRob Landley
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-26Patch from Shaun Jackman, set optind by hand if we don't call getopt.Rob Landley
2006-05-16Make md5 calculation always go through an the buffer so that A) we don'tRob Landley
2006-05-10- typo in error-message: s/algotithm/algorithmBernhard Reutner-Fischer
2006-02-21Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedRob Landley
2005-12-15Eliminate unnecessary allocation from md5sum that was leaked without ever bei...Rob Landley
2005-10-27- Matthias Wenzel writes:Bernhard Reutner-Fischer
2005-06-24tweak signed/unsigned char usage to avoid mismatchesMike Frysinger
2005-04-30On Wednesday 13 April 2005 09:12 pm, Shaun Jackman wrote:Rob Landley
2005-04-16Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen
2004-04-14Larry Doolittle writes:Eric Andersen
2004-03-27s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen