aboutsummaryrefslogtreecommitdiff
path: root/Utility/Gpg.hs
Commit message (Expand)AuthorAge
...
* 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