aboutsummaryrefslogtreecommitdiff
path: root/coreutils/md5_sha1_sum.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* bb_full_fd_action: remove potential xmalloc from NOFORK pathvda2007-04-111-2/+1
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #1vda2007-01-291-1/+1
* random small size optimizationsvda2007-01-121-5/+3
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-161-2/+2
* md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo".vda2006-11-231-20/+24
* rename functions to more understandable namesvda2006-10-261-1/+1
* bb_get_[chomped]line_from_file wasn't descriptive enough.vda2006-10-121-1/+1
* getopt_ulflags -> getopt32.vda2006-10-031-1/+1
* Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.cvda2006-09-281-11/+9
* Teach md5sum and sha1sum to work the way other applets do so I don't have tolandley2006-08-061-16/+6
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-9/+1
* Patch from Shaun Jackman, set optind by hand if we don't call getopt.landley2006-07-261-0/+1
* Make md5 calculation always go through an the buffer so that A) we don'tlandley2006-05-161-1/+1
* - typo in error-message: s/algotithm/algorithmaldot2006-05-101-16/+16
* Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedlandley2006-02-211-24/+53
* Eliminate unnecessary allocation from md5sum that was leaked without ever bei...landley2005-12-151-9/+0
* - Matthias Wenzel writes:aldot2005-10-271-15/+5
* tweak signed/unsigned char usage to avoid mismatchesvapier2005-06-241-4/+4
* On Wednesday 13 April 2005 09:12 pm, Shaun Jackman wrote:landley2005-04-301-26/+13
* Patch from Bernhard Fischer to make a bunch of symbols staticandersen2005-04-161-1/+1
* Larry Doolittle writes:andersen2004-04-141-1/+1
* s/fileno\(stdin\)/STDIN_FILENO/gandersen2004-03-271-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-2/+2
* Return 1 upon failurebug12004-02-221-1/+2
* Fix up the -s option, and make usage consitent with behaviour,bug12003-11-201-7/+6
* woops, we needed that functionbug12003-11-181-18/+35
* Only use getopt and associated flags if checking is enabledbug12003-11-181-44/+36
* Merge common parts of sha1sum and md5sum, which is everything except thebug12003-11-101-0/+195