index
:
git-annex-gpl
master
git-annex without the AGPL
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Utility
/
Gpg.hs
Commit message (
Expand
)
Author
Age
*
remove *>=> and >=*> ; use <$$> instead
Joey Hess
2013-09-27
*
webapp gpg key generation
Joey Hess
2013-09-17
*
gpg secret key generation
Joey Hess
2013-09-16
*
gpg secret keys list parsing
Joey Hess
2013-09-16
*
fix comment
Joey Hess
2013-09-07
*
gpg: Force --no-textmode in case the user has it turned on in config.
Joey Hess
2013-09-07
*
fix windows build
Joey Hess
2013-09-06
*
Leverage an ambiguities between Ciphers
guilhem
2013-09-05
*
keep Utility.Gpg free of dependencies on git-annex
Joey Hess
2013-09-04
*
Allow public-key encryption of file content.
guilhem
2013-09-03
*
Allow revocation of OpenPGP keys.
guilhem
2013-08-29
*
avoid more build warnings on Windows
Joey Hess
2013-08-04
*
Windows: Added support for encrypted special remotes.
Joey Hess
2013-08-04
*
get rid of __WINDOWS__, use mingw32_HOST_OS
Joey Hess
2013-08-02
*
Allow building with gpg2.
Joey Hess
2013-05-19
*
fix the day's Windows permissions damage
Joey Hess
2013-05-14
*
better error message for Windows stub
Joey Hess
2013-05-14
*
fix build
Joey Hess
2013-05-12
*
fix permission damage (thanks, Windows)
Joey Hess
2013-05-11
*
clean up from windows porting
Joey Hess
2013-05-11
*
fixup #if 0 stubs to use #ifndef mingw32_HOST_OS
Joey Hess
2013-05-10
*
stub out POSIX stuff
Joey Hess
2013-05-10
*
Generate ciphers with a better entropy.
guilhem
2013-04-06
*
check that gpg generated as much data as we asked for
Joey Hess
2013-03-03
*
improve comments and variable names WRT base64 encoded encryption keys
Joey Hess
2013-03-03
*
Deal with incompatability in gpg2, which caused prompts for encryption passph...
Joey Hess
2013-01-16
*
whitespace fixes
Joey Hess
2012-12-13
*
finished where indentation changes
Joey Hess
2012-12-13
*
better streaming while encrypting/decrypting
Joey Hess
2012-11-18
*
avoid partial !! in gpg list-keys parser
Joey Hess
2012-10-16
*
fix gpg pipeline stall
Joey Hess
2012-09-09
*
Merge branch 'master' into assistant
Joey Hess
2012-08-17
|
\
|
*
Pass --use-agent to gpg when in no tty mode. Thanks, Eskild Hustvedt.
Joey Hess
2012-08-17
*
|
add back debug logging
Joey Hess
2012-07-19
*
|
switch from System.Cmd.Utils to System.Process
Joey Hess
2012-07-18
|
/
*
avoid ByteString.Char8 where not needed
Joey Hess
2012-06-20
*
Added shared cipher mode to encryptable special remotes.
Joey Hess
2012-04-29
*
don't use GPG_AGENT_INFO to force batch mode in test suite
Joey Hess
2012-01-09
*
Fix overbroad gpg --no-tty fix from last release.
Joey Hess
2012-01-07
*
Run gpg with --no-tty. Closes: #654721
Joey Hess
2012-01-05
*
test encrypted special remote
Joey Hess
2011-12-20
*
split out Utility.Gpg with the generic gpg interface, from Crypto
Joey Hess
2011-12-20