]> git.tuebingen.mpg.de Git - paraslash.git/commit
aft: Always copy and compare full hash value.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 Jan 2023 14:10:32 +0000 (15:10 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 20 Feb 2023 12:48:05 +0000 (13:48 +0100)
commit84d9cbacb56da678d687402a4ec4d0b3094c974a
tree82bf35071966b27215bfd8bac8cdb9402fd2a870
parent82a64c65b1876da766fe7f7d418387868b111d09
aft: Always copy and compare full hash value.

Although we switched to 32 byte hash function in paraslash-0.7.0,
we kept comparing only the first 20 bytes to verify that the file
has not changed. Also the ls output and the status items contained
only the first 20 bytes of the hash value.
aft.c