whois: limit total length of response to 32+2 kb
[oweals/busybox.git] / coreutils / md5_sha1_sum.c
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2018-12-28 Denys Vlasenkoconfig: update size information
2018-03-08 Denys Vlasenkomd5sum: use config help text similar to other "sum...
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-01-24 Denys Vlasenkotls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA...
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2016-08-29 Denys Vlasenkosha3sum: fix config text (it's no longer only 512-bit)
2016-08-29 Denys Vlasenkosha3: fix to conform to final SHA3 padding standard...
2016-07-11 Denys Vlasenko{md5,shaN}sum: make -c EMPTY fail
2013-07-04 Cristian Ionescu... foo*sum: Correct syntax error
2013-07-02 Denys Vlasenkofoo*sum: report I/O errors, don't merely exit with 1.
2013-01-14 Lauri Kasanensha3sum: new applet
2013-01-14 Denys Vlasenkowhitespace fixes. no code changes
2011-07-03 Lauri Kasanenmd5/shaNsum: make -c support a list of files
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-16 Denys Vlasenkomd5/sha1sum: better fix for small resource leak
2011-04-16 Alexey Fomenkomd5/sha1sum: fix small resource leak
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-10-24 Denys Vlasenkomd5/sha1sum: code shrink
2010-10-16 Denys Vlasenko*: pass md5/shaN context pointer as 1st arg, not last
2010-10-01 Dan FandrichMarked some more applets NOEXEC/NOFORK
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-02-07 Denys VlasenkoshaNNNsum: accept and ignore -b and -t
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2008-11-10 Denis Vlasenkosha256,sha512: new applets. +4.9kb
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-28 Denis Vlasenkofix FAST_FUNC fallout
2008-05-09 Denis Vlasenkofix warnings about pointer signedness
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2008-03-17 Denis Vlasenko*: shrink by using [f]open_or_warn_stdin where appropriate
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-07-05 Denis Vlasenkomd5_sha1_sum: fix mishandling when run as /bin/md5sum...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #1
2007-01-12 Denis Vlasenkorandom small size optimizations
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-11-23 Denis Vlasenkomd5sum: make -c grok formats like "68b329da9893e34099c7...
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-28 Denis VlasenkoTried to find sha1_crypt - nope... ok, save few bytes...
2006-08-06 Rob LandleyTeach md5sum and sha1sum to work the way other applets...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-26 Rob LandleyPatch from Shaun Jackman, set optind by hand if we...
2006-05-16 Rob LandleyMake md5 calculation always go through an the buffer...
2006-05-10 Bernhard Reutner... - typo in error-message: s/algotithm/algorithm
2006-02-21 Rob LandleyPatch from Devin Bayer to split up hash_fd.c into md5...
2005-12-15 Rob LandleyEliminate unnecessary allocation from md5sum that was...
2005-10-27 Bernhard Reutner... - Matthias Wenzel writes:
2005-06-24 Mike Frysingertweak signed/unsigned char usage to avoid mismatches
2005-04-30 Rob LandleyOn Wednesday 13 April 2005 09:12 pm, Shaun Jackman...
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-22 Glenn L McGrathReturn 1 upon failure
2003-11-20 Glenn L McGrathFix up the -s option, and make usage consitent with...
2003-11-18 Glenn L McGrathwoops, we needed that function
2003-11-18 Glenn L McGrathOnly use getopt and associated flags if checking is...
2003-11-10 Glenn L McGrathMerge common parts of sha1sum and md5sum, which is...