summaryrefslogtreecommitdiff
path: root/Utility/Gpg.hs
Commit message (Expand)AuthorAge
* hlintGravatar Joey Hess2014-04-26
* work around a strance change in gpg behavior; needs a trustdb to exist even w...Gravatar Joey Hess2014-01-07
* remove *>=> and >=*> ; use <$$> insteadGravatar Joey Hess2013-09-27
* webapp gpg key generationGravatar Joey Hess2013-09-17
* gpg secret key generationGravatar Joey Hess2013-09-16
* gpg secret keys list parsingGravatar Joey Hess2013-09-16
* fix commentGravatar Joey Hess2013-09-07
* gpg: Force --no-textmode in case the user has it turned on in config.Gravatar Joey Hess2013-09-07
* fix windows buildGravatar Joey Hess2013-09-06
* Leverage an ambiguities between CiphersGravatar guilhem2013-09-05
* keep Utility.Gpg free of dependencies on git-annexGravatar Joey Hess2013-09-04
* Allow public-key encryption of file content.Gravatar guilhem2013-09-03
* Allow revocation of OpenPGP keys.Gravatar guilhem2013-08-29
* avoid more build warnings on WindowsGravatar Joey Hess2013-08-04
* Windows: Added support for encrypted special remotes.Gravatar Joey Hess2013-08-04
* get rid of __WINDOWS__, use mingw32_HOST_OSGravatar Joey Hess2013-08-02
* Allow building with gpg2.Gravatar Joey Hess2013-05-19
* fix the day's Windows permissions damageGravatar Joey Hess2013-05-14
* better error message for Windows stubGravatar Joey Hess2013-05-14
* fix buildGravatar Joey Hess2013-05-12
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* clean up from windows portingGravatar 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
* Generate ciphers with a better entropy.Gravatar guilhem2013-04-06
* check that gpg generated as much data as we asked forGravatar Joey Hess2013-03-03
* improve comments and variable names WRT base64 encoded encryption keysGravatar Joey Hess2013-03-03
* Deal with incompatability in gpg2, which caused prompts for encryption passph...Gravatar Joey Hess2013-01-16
* whitespace fixesGravatar Joey Hess2012-12-13
* finished where indentation changesGravatar Joey Hess2012-12-13
* better streaming while encrypting/decryptingGravatar Joey Hess2012-11-18
* avoid partial !! in gpg list-keys parserGravatar Joey Hess2012-10-16
* fix gpg pipeline stallGravatar Joey Hess2012-09-09
* Merge branch 'master' into assistantGravatar Joey Hess2012-08-17
|\
| * Pass --use-agent to gpg when in no tty mode. Thanks, Eskild Hustvedt.Gravatar Joey Hess2012-08-17
* | add back debug loggingGravatar Joey Hess2012-07-19
* | switch from System.Cmd.Utils to System.ProcessGravatar Joey Hess2012-07-18
|/
* avoid ByteString.Char8 where not neededGravatar Joey Hess2012-06-20
* Added shared cipher mode to encryptable special remotes.Gravatar Joey Hess2012-04-29
* don't use GPG_AGENT_INFO to force batch mode in test suiteGravatar Joey Hess2012-01-09
* Fix overbroad gpg --no-tty fix from last release.Gravatar Joey Hess2012-01-07
* Run gpg with --no-tty. Closes: #654721Gravatar Joey Hess2012-01-05
* test encrypted special remoteGravatar Joey Hess2011-12-20
* split out Utility.Gpg with the generic gpg interface, from CryptoGravatar Joey Hess2011-12-20