git-annex/Remote/Helper
Joey Hess fbdeeeed5f 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..
2014-08-12 15:35:29 -04:00
..
Chunked better exception display 2014-07-26 23:01:44 -04:00
AWS.hs plumb creds from webapp to initremote 2014-02-11 14:07:56 -04:00
Chunked.hs testremote: Add testing of behavior when remote is not available 2014-08-10 15:02:59 -04:00
Encryptable.hs S3, Glacier, WebDAV: Fix bug that prevented accessing the creds when the repository was configured with encryption=shared embedcreds=yes. 2014-08-12 15:35:29 -04:00
Git.hs fix checkPresent error handling for non-present local git repos 2014-08-08 19:18:08 -04:00
Hooks.hs pushed checkPresent exception handling out of Remote implementations 2014-08-06 13:45:19 -04:00
Http.hs check for 200 response 2014-08-08 17:17:36 -04:00
Messages.hs run Preparer to get Remover and CheckPresent actions 2014-08-06 14:28:36 -04:00
ReadOnly.hs Remotes can now be made read-only, by setting remote.<name>.annex-readonly 2014-01-02 13:12:32 -04:00
Special.hs unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
Ssh.hs testremote: Add testing of behavior when remote is not available 2014-08-10 15:02:59 -04:00