aboutsummaryrefslogtreecommitdiff
path: root/coreutils/md5_sha1_sum.c
AgeCommit message (Expand)Author
2020-11-27sha3sum: fix --help: -a does not depend on FEATURE_MD5_SHA1_SUM_CHECKDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2018-03-08md5sum: use config help text similar to other "sum" toolsDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-24tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't workDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-08-29sha3sum: fix config text (it's no longer only 512-bit)Denys Vlasenko
2016-08-29sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko
2016-07-11{md5,shaN}sum: make -c EMPTY failDenys Vlasenko
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