aboutsummaryrefslogtreecommitdiff
path: root/Creds.hs
Commit message (Expand)AuthorAge
* finish git-annex enable-torGravatar Joey Hess2016-11-29
* add P2P.AuthGravatar Joey Hess2016-11-22
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* plumb RemoteGitConfig through to decryptCipherGravatar Joey Hess2016-05-23
* plumb RemoteGitConfig through to setRemoteCredPairGravatar Joey Hess2016-05-23
* Pass the various gnupg-options configs to gpg in several cases where they wer...Gravatar Joey Hess2016-05-23
* Added annex.gnupg-decrypt-options and remote.<name>.annex-gnupg-decrypt-optio...Gravatar Joey Hess2016-05-10
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* support gpg.programGravatar Joey Hess2015-09-09
* S3: Publically accessible buckets can be used without creds.Gravatar Joey Hess2015-06-05
* a few hlintsGravatar Joey Hess2015-04-11
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* enableremote: When the remote has creds, update the local creds cache file. B...Gravatar Joey Hess2014-10-22
* note whether or not embedded creds are encryptedGravatar Joey Hess2014-10-21
* include creds location in infoGravatar Joey Hess2014-10-21
* error, don't warn about insecure credsGravatar Joey Hess2014-09-18
* deal with old repositories with non-encrypted credsGravatar Joey Hess2014-09-18
* glacier, S3: Fix bug that caused embedded creds to not be encypted using the ...Gravatar Joey Hess2014-09-18
* Revert "S3, Glacier, WebDAV: Fix bug that prevented accessing the creds when ...Gravatar Joey Hess2014-09-18
* S3, Glacier, WebDAV: Fix bug that prevented accessing the creds when the repo...Gravatar Joey Hess2014-08-12
* webapp: Fix UI for removing XMPP connection.Gravatar Joey Hess2014-04-20
* plumb creds from webapp to initremoteGravatar Joey Hess2014-02-11
* Fix initremote with encryption=pubkey to work with S3, glacier, webdav, and e...Gravatar Joey Hess2014-02-06
* add credential storage support for external special remotes & update exampleGravatar Joey Hess2013-12-27
* fix windows buildGravatar Joey Hess2013-10-02
* successfully builds (except XMPP)Gravatar Joey Hess2013-09-22
* Allow public-key encryption of file content.Gravatar guilhem2013-09-03
* squash compiler warnings on WindowsGravatar Joey Hess2013-08-04
* missed some __WINDOWS__ definesGravatar Joey Hess2013-08-04
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* clean up from windows portingGravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* fixup #if 0 stubs to use #ifndef mingw32_HOST_OSGravatar Joey Hess2013-05-10
* stub out POSIX stuffGravatar Joey Hess2013-05-10
* fix for AndroidGravatar Joey Hess2013-05-09
* hlintGravatar Joey Hess2013-04-03
* GnuPG options for symmetric encryption.Gravatar guilhem2013-03-11
* webapp: Defaults to sharing box.com account info with friends, allowing one-c...Gravatar Joey Hess2012-11-28
* Amazon Glacier special remote; 100% workingGravatar Joey Hess2012-11-20
* Allow controlling whether login credentials for S3 and webdav are committed t...Gravatar Joey Hess2012-11-19
* better streaming while encrypting/decryptingGravatar Joey Hess2012-11-18
* factor out CredsGravatar Joey Hess2012-11-14