summaryrefslogtreecommitdiff
path: root/coreutils/md5_sha1_sum.c
Commit message (Expand)AuthorAgeFilesLines
* shaNNNsum: accept one-space "HASH FILENAME" format for -c, closes 14866Denys Vlasenko2022-07-111-5/+8
* XXXsum: handle binary sums with " " in the pathEmanuele Giacomelli2022-01-081-6/+4
* md5/shaXsum: use FEATURE_COPYBUF_KB to size the buffer instead of fixed 4kDenys Vlasenko2022-01-041-7/+14
* sha3sum: fix --help: -a does not depend on FEATURE_MD5_SHA1_SUM_CHECKDenys Vlasenko2020-11-271-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* config: update size informationDenys Vlasenko2018-12-281-5/+5
* md5sum: use config help text similar to other "sum" toolsDenys Vlasenko2018-03-081-1/+1
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-2/+2
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-4/+3
* config: deindent all help textsDenys Vlasenko2017-07-211-8/+8
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-5/+5
* tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't workDenys Vlasenko2017-01-241-1/+1
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-1/+0
* sha3sum: fix config text (it's no longer only 512-bit)Denys Vlasenko2016-08-291-1/+1
* sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko2016-08-291-16/+106
* {md5,shaN}sum: make -c EMPTY failDenys Vlasenko2016-07-111-9/+14
* foo*sum: Correct syntax errorCristian Ionescu-Idbohrn2013-07-041-1/+1
* foo*sum: report I/O errors, don't merely exit with 1.Denys Vlasenko2013-07-021-1/+3
* sha3sum: new appletLauri Kasanen2013-01-141-0/+17
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-1/+1
* md5/shaNsum: make -c support a list of filesLauri Kasanen2011-07-041-68/+58
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-4/+0
* md5/sha1sum: better fix for small resource leakDenys Vlasenko2011-04-161-14/+11
* md5/sha1sum: fix small resource leakAlexey Fomenko2011-04-161-0/+3
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+58
* *: whitespace fixesDenys Vlasenko2010-10-281-3/+3
* md5/sha1sum: code shrinkDenys Vlasenko2010-10-241-20/+21
* *: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko2010-10-161-3/+3
* Marked some more applets NOEXEC/NOFORKDan Fandrich2010-10-011-0/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* shaNNNsum: accept and ignore -b and -tDenys Vlasenko2010-02-071-2/+4
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* sha256,sha512: new applets. +4.9kbDenis Vlasenko2008-11-101-9/+26
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* fix FAST_FUNC falloutDenis Vlasenko2008-06-281-6/+6
* fix warnings about pointer signednessDenis Vlasenko2008-05-091-1/+1
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-261-1/+1
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-23/+14
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path)Denis Vlasenko2007-07-051-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-111-2/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #1Denis Vlasenko2007-01-291-1/+1
* random small size optimizationsDenis Vlasenko2007-01-121-5/+3
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-2/+2
* md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo".Denis Vlasenko2006-11-231-20/+24
* rename functions to more understandable namesDenis Vlasenko2006-10-261-1/+1
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-121-1/+1