]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 31 Aug 2003 11:26:40 +0000 (11:26 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 31 Aug 2003 11:26:40 +0000 (11:26 +0000)
ChangeLog

index 014c665c3cec4b1d3a092d5bb417f965d1ec06c7..a9a973ae7fed82b3f4bb6bf00fb7c554bee914fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2003-08-22  Lawrence Teo  <lcteo@uncc.edu>
+
+       * src/md5sum.c (split_3): Accept the BSD format for generic
+       message digest modes.  Currently works with BSD's MD5 and SHA1
+       formats since these are the two algorithms presently used in
+       coreutils.  Updated comments to reflect this change.
+       (bsd_split_3): Updated comments.
+
+       * tests/md5sum/basic-1: New test to make sure that
+       `md5sum --check' doesn't accept the BSD SHA1 format (adapted
+       from `check-bsd' test in tests/sha1sum/basic-1).
+
+       * tests/sha1sum/basic-1 (check-bsd2, check-bsd3): New tests for
+       --check exit status and BSD SHA1 format (adapted from tests
+       in tests/md5sum/basic-1).
+
 2003-08-30  Jim Meyering  <jim@meyering.net>
 
        * Version 5.0.91.