aboutsummaryrefslogtreecommitdiff
path: root/coreutils/md5_sha1_sum.c
AgeCommit message (Expand)Author
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
2004-02-22Return 1 upon failureGlenn L McGrath
2003-11-20Fix up the -s option, and make usage consitent with behaviour,Glenn L McGrath
2003-11-18woops, we needed that functionGlenn L McGrath
2003-11-18Only use getopt and associated flags if checking is enabledGlenn L McGrath
2003-11-10Merge common parts of sha1sum and md5sum, which is everything except theGlenn L McGrath