summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2015-06-07 09:47:38 +0200
committerStef Walter <stefw@gnome.org>2015-06-07 09:49:09 +0200
commita8862f74aaed5ac7ea7b3d72984ddd9c40febd34 (patch)
treec07b02d846547db6f46bbb1accb1622845248f2d /HACKING
parentab2182a1efedaae28a58d2a239cdf224da6249ce (diff)
downloadgnome-keyring-a8862f74aaed5ac7ea7b3d72984ddd9c40febd34.tar.gz
daemon: Remove the GnuPG agent
The GnuPG agent is incomplete and incompatible with many uses of GnuPG 2.x. There is a new pinentry that replaces this. It prompts via system modal dialogs, and allows optional caching of passphrases. https://bugzilla.gnome.org/show_bug.cgi?id=750514
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING3
1 files changed, 0 insertions, 3 deletions
diff --git a/HACKING b/HACKING
index fa14a172..a661de3e 100644
--- a/HACKING
+++ b/HACKING
@@ -40,9 +40,6 @@ daemon/control
daemon/dbus
Various DBus bits of the daemon including the Secret Service API.
-daemon/gpg-agent
- A GPG agent implementation that uses a PKCS#11 module for it's password storage.
-
daemon/login
Used to lock and unlock the daemon.