diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-12 15:35:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-12 15:35:29 -0400 |
commit | cc54ff9e49260cd94f938e69e926a273e231ef4e (patch) | |
tree | 18bac6a6b81d29d36999c2ae0f5f58156941671b /debian | |
parent | 5e8092f5ef4e835cce437954c8313079f0df0baa (diff) |
S3, Glacier, WebDAV: Fix bug that prevented accessing the creds when the repository was configured with encryption=shared embedcreds=yes.
Since encryption=shared, the encryption key is stored in the git repo, so
there is no point at all in encrypting the creds, also stored in the git
repo with that key. So `initremote` doesn't. The creds are simply stored
base-64 encoded.
However, it then tried to always decrypt creds when encryption was used..
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 722e9347e..b1d53a841 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,8 @@ git-annex (5.20140718) UNRELEASED; urgency=medium * direct: Fix ugly warning messages. * WORM backend: When adding a file in a subdirectory, avoid including the subdirectory in the key name. + * S3, Glacier, WebDAV: Fix bug that prevented accessing the creds + when the repository was configured with encryption=shared embedcreds=yes. -- Joey Hess <joeyh@debian.org> Mon, 21 Jul 2014 14:41:26 -0400 |