aboutsummaryrefslogtreecommitdiff
path: root/coreutils/md5_sha1_sum.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.cDenis Vlasenko2006-09-281-11/+9
* Teach md5sum and sha1sum to work the way other applets do so I don't have toRob Landley2006-08-061-16/+6
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-9/+1
* Patch from Shaun Jackman, set optind by hand if we don't call getopt.Rob Landley2006-07-261-0/+1
* Make md5 calculation always go through an the buffer so that A) we don'tRob Landley2006-05-161-1/+1
* - typo in error-message: s/algotithm/algorithmBernhard Reutner-Fischer2006-05-101-16/+16
* Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedRob Landley2006-02-211-24/+53
* Eliminate unnecessary allocation from md5sum that was leaked without ever bei...Rob Landley2005-12-151-9/+0
* - Matthias Wenzel writes:Bernhard Reutner-Fischer2005-10-271-15/+5
* tweak signed/unsigned char usage to avoid mismatchesMike Frysinger2005-06-241-4/+4
* On Wednesday 13 April 2005 09:12 pm, Shaun Jackman wrote:Rob Landley2005-04-301-26/+13
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-1/+1
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-271-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Return 1 upon failureGlenn L McGrath2004-02-221-1/+2
* Fix up the -s option, and make usage consitent with behaviour,Glenn L McGrath2003-11-201-7/+6
* woops, we needed that functionGlenn L McGrath2003-11-181-18/+35
* Only use getopt and associated flags if checking is enabledGlenn L McGrath2003-11-181-44/+36
* Merge common parts of sha1sum and md5sum, which is everything except theGlenn L McGrath2003-11-101-0/+195