summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2009-12-17 03:57:11 +0000
committerStef Walter <stef@memberwebs.com>2009-12-17 05:32:49 +0000
commitda22a40250da283a502ecb35add5e6548c654c6b (patch)
treeff12702373bc3ab4891be99137617f2dcad1c9c3 /HACKING
parente206707ce7d57ee60cd950e2e667bbb0ec2064ed (diff)
downloadgnome-keyring-da22a40250da283a502ecb35add5e6548c654c6b.tar.gz
Remove old keyring socket, library and code support.
After this commit, all callers must use the libgnome-keyring module to access secrets. The old socket method and included library no longer work.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING13
1 files changed, 0 insertions, 13 deletions
diff --git a/HACKING b/HACKING
index ea3e156c..c48e5e4f 100644
--- a/HACKING
+++ b/HACKING
@@ -14,18 +14,8 @@ http://live.gnome.org/GnomeKeyring/Architecture
Gnome Keyring is made up of several distinct parts working on concert with
each other. These parts generally live in different directories:
-common
- Deprecated. This code will shortly live elsewhere. Daemon code will be moved
- into daemon/ some code may move into egg/ etc...
-
daemon
The main daemon startup code and gnome-keyring password protocol operations.
-
-daemon/keyrings
- Code that manages the user's password keyrings
-
-daemon/pk
- Old code, disappearing presently, not in use.
daemon/pkcs11
The various hooks that connect the PKCS#11 modules and code into the daemon.
@@ -43,9 +33,6 @@ gcr
gp11
A public library for accessing PKCS#11 modules.
-library
- The gnome-keyring library for accessing passwords and secrets.
-
pam
The PAM module that unlocks the login keyring when the user logs in.