git-annex/Remote
Joey Hess 2fb3722ce9 Do verification of checksums of annex objects downloaded from remotes.
* When annex objects are received into git repositories, their checksums are
  verified then too.
* To get the old, faster, behavior of not verifying checksums, set
  annex.verify=false, or remote.<name>.annex-verify=false.
* setkey, rekey: These commands also now verify that the provided file
  matches the key, unless annex.verify=false.
* reinject: Already verified content; this can now be disabled by
  setting annex.verify=false.

recvkey and reinject already did verification, so removed now duplicate
code from them. fsck still does its own verification, which is ok since it
does not use getViaTmp, so verification doesn't happen twice when using fsck
--from.
2015-10-01 15:56:39 -04:00
..
Directory update my email address and homepage url 2015-01-21 12:50:09 -04:00
External Added WHEREIS to external special remote protocol. 2015-08-13 17:27:50 -04:00
Helper support gpg.program 2015-09-09 18:06:49 -04:00
Rsync windows build fix 2015-01-29 13:46:57 -04:00
WebDAV groundwork for parameterizing hash depth 2015-01-28 15:55:17 -04:00
BitTorrent.hs Simplify setup process for a ssh remote. 2015-08-05 13:49:58 -04:00
Bup.hs Added support for SHA3 hashed keys (in 8 varieties), when git-annex is built using the cryptonite library. 2015-08-06 15:02:25 -04:00
Ddar.hs Simplify setup process for a ssh remote. 2015-08-05 13:49:58 -04:00
Directory.hs Simplify setup process for a ssh remote. 2015-08-05 13:49:58 -04:00
External.hs External special remotes can now be built that can be used in readonly mode, where git-annex downloads content from the remote using regular http. 2015-08-17 11:22:22 -04:00
GCrypt.hs support gpg.program 2015-09-09 18:06:49 -04:00
Git.hs Do verification of checksums of annex objects downloaded from remotes. 2015-10-01 15:56:39 -04:00
Glacier.hs refactor 2015-08-17 10:42:14 -04:00
Hook.hs refactor 2015-08-17 10:42:14 -04:00
List.hs Simplify setup process for a ssh remote. 2015-08-05 13:49:58 -04:00
Rsync.hs refactor 2015-08-17 10:42:14 -04:00
S3.hs avoid deprecation warnings when built with http-client >= 0.4.18 2015-10-01 13:48:56 -04:00
Tahoe.hs Simplify setup process for a ssh remote. 2015-08-05 13:49:58 -04:00
Web.hs make whereis show urls when web remote does not have content 2015-08-17 11:35:34 -04:00
WebDAV.hs refactor 2015-08-17 10:42:14 -04:00