summaryrefslogtreecommitdiffstats
path: root/src/md5sum.c
AgeCommit message (Expand)AuthorLines
2010-10-19md5sum: print a summary warning for improperly formatted linesBenno Schulenberg-17/+19
2010-07-22provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady-0/+3
2010-05-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering-2/+2
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-10-21md5sum, sha*sum, sum: line-buffer the printed checksumsPádraig Brady-2/+4
2009-10-07md5sum, sha*sum: also accept openssl checksum syntaxGuenter Knauf-5/+6
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady-3/+3
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-08-25global: convert indentation-TABs to spacesJim Meyering-223/+223
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering-1/+1
2008-11-10avoid warnings about discarding "qualifiers from pointer target type"Jim Meyering-1/+1
2008-11-10use xfreopen in place of unchecked freopenJim Meyering-1/+2
2008-06-28doc: add "..." to Usage, to indicate there may be multiple OPTIONsJim Meyering-1/+1
2008-06-16remove redundant const directivesJim Meyering-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering-1/+1
2008-06-03use gnulib's progname moduleJim Meyering-4/+1
2008-06-02declare program_name consistentlyJim Meyering-1/+1
2008-06-01md5sum: new option, --quiet, to suppress OK messagesErik Auerswald-4/+26
2008-05-26convert 3-author programs to use proper_nameJim Meyering-1/+4
2008-04-19md5sum -c: ignore a line with a NUL byte among checksum hex digitsJim Meyering-2/+5
2008-04-16avoid "may be used uninitialized" warning from newer gccJim Meyering-1/+1
2008-04-15md5sum, sha1sum, etc: handle invalid input (i.e., don't segfault)Jim Meyering-1/+4
2007-08-22Don't include "getline.h".Jim Meyering-1/+0
2007-07-23Update all copyright notices to use the newer form.Jim Meyering-5/+4
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering-1/+1
2007-06-15Don't include "quote.h" when it is not used.Jim Meyering-2/+1
2007-03-28Help translators include translation team's web or email address.Jim Meyering-1/+1
2006-08-16Fix bugs when printing plurals of numbers that are notPaul Eggert-2/+2
2006-07-09Adjust to today's renaming changes in system.h.Paul Eggert-3/+3
2006-06-24* src/md5sum.c (DIGEST_BUFFER): Remove now-unused definitions.Jim Meyering-8/+2
2005-10-27(main) [!O_BINARY]: Changed default read modeJim Meyering-0/+3
2005-10-23(digest_check, main): Use ptr_align rather thanJim Meyering-11/+5
2005-10-23Provide framework for computing sha-2 hashes.Jim Meyering-46/+101
2005-08-14(usage): Fix typo s/formated/formatted/ reported by Norbert KieselJim Meyering-1/+1
2005-07-19(usage): Adjust printf argument list to match new format string.Jim Meyering-1/+1
2005-07-19(usage, main): --check now accepts multiple input files.Paul Eggert-19/+8
2005-07-11(usage): Clarify whether text or binary is the default.Paul Eggert-41/+47
2005-07-09Don't include stdio.h; no longer needed.Paul Eggert-1/+0
2005-07-03Include stdio--.h.Paul Eggert-0/+2
2005-05-30(OPENOPTS, TEXT1T01, TEXTCNVT): Remove.Paul Eggert-24/+1
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-05-12Assume `free (NULL)' works.Jim Meyering-2/+1
2005-04-11(digest_file, digest_check):Paul Eggert-4/+6
2005-04-07(digest_check) [LINT]: Initialize hex_digest to NULL.Jim Meyering-1/+1
2005-03-28(long_options): Use NULL, not `0'.Jim Meyering-6/+6
2004-09-19(STRING_OPTION): Remove.Paul Eggert-45/+2
2004-09-19(STATUS_OPTION, STRING_OPTION): New enums.Paul Eggert-9/+12
2004-08-09Finish renaming sha -> sha1.Paul Eggert-5/+5
2004-07-30(OPENOPTS, have_read_stdin, status_only, warn,Paul Eggert-102/+106