summaryrefslogtreecommitdiff
path: root/coreutils/md5_sha1_sum.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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