index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
md5_sha1_sum.c
Age
Commit message (
Expand
)
Author
2006-12-16
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
Denis Vlasenko
2006-11-23
md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo".
Denis Vlasenko
2006-10-26
rename functions to more understandable names
Denis Vlasenko
2006-10-12
bb_get_[chomped]line_from_file wasn't descriptive enough.
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-09-28
Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c
Denis Vlasenko
2006-08-06
Teach md5sum and sha1sum to work the way other applets do so I don't have to
Rob Landley
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-07-26
Patch from Shaun Jackman, set optind by hand if we don't call getopt.
Rob Landley
2006-05-16
Make md5 calculation always go through an the buffer so that A) we don't
Rob Landley
2006-05-10
- typo in error-message: s/algotithm/algorithm
Bernhard Reutner-Fischer
2006-02-21
Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked
Rob Landley
2005-12-15
Eliminate unnecessary allocation from md5sum that was leaked without ever bei...
Rob Landley
2005-10-27
- Matthias Wenzel writes:
Bernhard Reutner-Fischer
2005-06-24
tweak signed/unsigned char usage to avoid mismatches
Mike Frysinger
2005-04-30
On Wednesday 13 April 2005 09:12 pm, Shaun Jackman wrote:
Rob Landley
2005-04-16
Patch from Bernhard Fischer to make a bunch of symbols static
Eric Andersen
2004-04-14
Larry Doolittle writes:
Eric Andersen
2004-03-27
s/fileno\(stdin\)/STDIN_FILENO/g
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-02-22
Return 1 upon failure
Glenn L McGrath
2003-11-20
Fix up the -s option, and make usage consitent with behaviour,
Glenn L McGrath
2003-11-18
woops, we needed that function
Glenn L McGrath
2003-11-18
Only use getopt and associated flags if checking is enabled
Glenn L McGrath
2003-11-10
Merge common parts of sha1sum and md5sum, which is everything except the
Glenn L McGrath