[gnome-keyring] [plex-layer] Remove old code.



commit 223ac313af780ef6823e3c5b68036223cbc95de2
Author: Stef Walter <stef memberwebs com>
Date:   Tue Jul 13 03:03:02 2010 +0000

    [plex-layer] Remove old code.
    
     * Also update HACKING for new code locations.

 HACKING                            |   38 +-
 configure.in                       |    1 -
 pkcs11/Makefile.am                 |    1 -
 pkcs11/plex-layer/Makefile.am      |   21 -
 pkcs11/plex-layer/gkm-plex-layer.c |  945 ------------------------------------
 pkcs11/plex-layer/gkm-plex-layer.h |   31 --
 6 files changed, 23 insertions(+), 1014 deletions(-)
---
diff --git a/HACKING b/HACKING
index c48e5e4..9016c31 100644
--- a/HACKING
+++ b/HACKING
@@ -17,12 +17,21 @@ each other. These parts generally live in different directories:
 daemon 
    The main daemon startup code and gnome-keyring password protocol operations. 
 
-daemon/pkcs11
-   The various hooks that connect the PKCS#11 modules and code into the daemon.
+daemon/control
+   Binary protocol for controling and initializing the daemon.
+
+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.
+
+daemon/ssh-agent
+   An SSH agent implementation that uses a PKCS#11 module for it's cryto and key storage.
 
-daemon/ui 
-   Prompting the user, asking for passwords.
-   
 egg
    Code that either: a) Really should be implemented elsewhere (eg: glib) but isn't.
    b) Code that needs to be shared between loosely coupled gnome-keyring components.  
@@ -42,28 +51,27 @@ pkcs11
 pkcs11/gck
    A base library for implementing our internal PKCS#11 modules.
    
-pkcs11/plex-layer
-   A PKCS#11 module that combines slots from multiple PKCS#11 modules into one module.
-   
 pkcs11/roots-store
    A PKCS#11 module that exposes Root CA certificates from a directory like /etc/ssl/certs
    
 pkcs11/rpc-layer
    A PKCS#11 module that calls into the daemon. This is the module that apps actually use.
    
-pkcs11/ssh-agent
-   An SSH agent implementation that uses a PKCS#11 module for it's cryto and key storage.
-   
 pkcs11/ssh-store
    A PKCS#11 module which exposes objects in ~/.ssh directory.
    
 pkcs11/user-store
    A PKCS#11 module for general storage of certificates and keys.
-      
-tests  
+
+pkcs11/wrap-layer
+   A PKCS#11 module that combines slots from multiple PKCS#11 modules into one module.
+
+testsing
    Test tools and unit tests.
-   
-   
+
+ui
+   Prompting the user, asking for passwords.
+
 --------------------------------------------------------------------------------
                             USE OF WORKER THREADS
 
diff --git a/configure.in b/configure.in
index 4d1d3a3..b68921c 100644
--- a/configure.in
+++ b/configure.in
@@ -633,7 +633,6 @@ pam/Makefile
 pkcs11/Makefile
 pkcs11/gkm/Makefile
 pkcs11/gkm/tests/Makefile
-pkcs11/plex-layer/Makefile
 pkcs11/roots-store/Makefile
 pkcs11/roots-store/tests/Makefile
 pkcs11/rpc-layer/Makefile
diff --git a/pkcs11/Makefile.am b/pkcs11/Makefile.am
index 1d4ebad..b75bcdf 100644
--- a/pkcs11/Makefile.am
+++ b/pkcs11/Makefile.am
@@ -15,7 +15,6 @@ SUBDIRS = . \
 	wrap-layer \
 	roots-store \
 	rpc-layer \
-	plex-layer \
 	secret-store \
 	ssh-store \
 	user-store



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]