gnome-keyring r1520 - in trunk: . daemon daemon/pk daemon/pk/tests daemon/pk/tests/test-data daemon/pkix daemon/pkix/tests daemon/pkix/tests/test-data



Author: nnielsen
Date: Sat Feb  7 23:36:52 2009
New Revision: 1520
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1520&view=rev

Log:
Removed all old 'pkix' stuff since it's now implemented in the modular gck components.

Also remove most of the 'pk' stuff. Only leaving behind the last few
things we need to refactor.

Removed:
   trunk/daemon/pk/Makefile.am
   trunk/daemon/pk/gkr-pk-cert.c
   trunk/daemon/pk/gkr-pk-cert.h
   trunk/daemon/pk/gkr-pk-manager.c
   trunk/daemon/pk/gkr-pk-manager.h
   trunk/daemon/pk/gkr-pk-netscape-trust.c
   trunk/daemon/pk/gkr-pk-netscape-trust.h
   trunk/daemon/pk/gkr-pk-object-storage.c
   trunk/daemon/pk/gkr-pk-object-storage.h
   trunk/daemon/pk/gkr-pk-privkey.c
   trunk/daemon/pk/gkr-pk-privkey.h
   trunk/daemon/pk/gkr-pk-pubkey.c
   trunk/daemon/pk/gkr-pk-pubkey.h
   trunk/daemon/pk/gkr-pk-root-storage.c
   trunk/daemon/pk/gkr-pk-root-storage.h
   trunk/daemon/pk/gkr-pk-session-storage.c
   trunk/daemon/pk/gkr-pk-session-storage.h
   trunk/daemon/pk/gkr-pk-session.c
   trunk/daemon/pk/gkr-pk-session.h
   trunk/daemon/pk/gkr-pk-util.c
   trunk/daemon/pk/gkr-pk-util.h
   trunk/daemon/pk/tests/Makefile.am
   trunk/daemon/pk/tests/test-data/privkey-1.key
   trunk/daemon/pk/tests/test-data/privkey-3.key
   trunk/daemon/pk/tests/unit-test-memory-stubs.c
   trunk/daemon/pk/tests/unit-test-pk-import.c
   trunk/daemon/pk/tests/unit-test-pk-index.c
   trunk/daemon/pk/tests/unit-test-pk-key.c
   trunk/daemon/pkix/.gitignore
   trunk/daemon/pkix/Makefile.am
   trunk/daemon/pkix/asn1-def-pk.h
   trunk/daemon/pkix/asn1-def-pkix.h
   trunk/daemon/pkix/gkr-pkix-asn1.c
   trunk/daemon/pkix/gkr-pkix-asn1.h
   trunk/daemon/pkix/gkr-pkix-constants.h
   trunk/daemon/pkix/gkr-pkix-der.c
   trunk/daemon/pkix/gkr-pkix-der.h
   trunk/daemon/pkix/gkr-pkix-marshal.list
   trunk/daemon/pkix/gkr-pkix-parser.c
   trunk/daemon/pkix/gkr-pkix-parser.h
   trunk/daemon/pkix/gkr-pkix-serialize.c
   trunk/daemon/pkix/gkr-pkix-serialize.h
   trunk/daemon/pkix/gkr-pkix-types.h
   trunk/daemon/pkix/pk.asn
   trunk/daemon/pkix/pkix.asn
   trunk/daemon/pkix/tests/.gitignore
   trunk/daemon/pkix/tests/Makefile.am
   trunk/daemon/pkix/tests/asn1-def-test.h
   trunk/daemon/pkix/tests/test-data/RSA_Root_Certificate_1.pem
   trunk/daemon/pkix/tests/test-data/RSA_Security_1024_v3.pem
   trunk/daemon/pkix/tests/test-data/RSA_Security_2048_v3.pem
   trunk/daemon/pkix/tests/test-data/Thawte_Personal_Basic_CA.pem
   trunk/daemon/pkix/tests/test-data/Thawte_Personal_Freemail_CA.pem
   trunk/daemon/pkix/tests/test-data/Thawte_Personal_Premium_CA.pem
   trunk/daemon/pkix/tests/test-data/Thawte_Premium_Server_CA.pem
   trunk/daemon/pkix/tests/test-data/Thawte_Server_CA.pem
   trunk/daemon/pkix/tests/test-data/Thawte_Time_Stamping_CA.pem
   trunk/daemon/pkix/tests/test-data/ca-certificates.crt
   trunk/daemon/pkix/tests/test-data/cacert.org.pem
   trunk/daemon/pkix/tests/test-data/der-certificate.crt
   trunk/daemon/pkix/tests/test-data/der-dsa-1024.key
   trunk/daemon/pkix/tests/test-data/der-pkcs8-PBE-MD5-DES.key
   trunk/daemon/pkix/tests/test-data/der-pkcs8-PBE-SHA1-3DES.key
   trunk/daemon/pkix/tests/test-data/der-pkcs8-PBE-SHA1-DES.key
   trunk/daemon/pkix/tests/test-data/der-pkcs8-PBE-SHA1-RC2-40.key
   trunk/daemon/pkix/tests/test-data/der-pkcs8-PBE-SHA1-RC4-128.key
   trunk/daemon/pkix/tests/test-data/der-pkcs8-dsa.key
   trunk/daemon/pkix/tests/test-data/der-pkcs8-encrypted-pkcs5.key
   trunk/daemon/pkix/tests/test-data/der-pkcs8-v2-des.key
   trunk/daemon/pkix/tests/test-data/der-pkcs8-v2-des3.key
   trunk/daemon/pkix/tests/test-data/der-pkcs8.key
   trunk/daemon/pkix/tests/test-data/der-rsa-1024.key
   trunk/daemon/pkix/tests/test-data/email.p12
   trunk/daemon/pkix/tests/test-data/pem-dsa-1024.key
   trunk/daemon/pkix/tests/test-data/pem-pkcs8.key
   trunk/daemon/pkix/tests/test-data/pem-rsa-enc.key
   trunk/daemon/pkix/tests/test-data/test-x509-swiss.p7b
   trunk/daemon/pkix/tests/test-data/unclient.p12
   trunk/daemon/pkix/tests/test.asn
   trunk/daemon/pkix/tests/unit-test-gcrypt-setup.c
   trunk/daemon/pkix/tests/unit-test-pkix-asn1.c
   trunk/daemon/pkix/tests/unit-test-pkix-der.c
   trunk/daemon/pkix/tests/unit-test-pkix-parser.c
   trunk/daemon/pkix/tests/unit-test-pkix-serialize.c
Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/daemon/Makefile.am

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sat Feb  7 23:36:52 2009
@@ -495,11 +495,7 @@
 daemon/data/Makefile
 daemon/keyrings/Makefile
 daemon/keyrings/tests/Makefile
-daemon/pk/Makefile
-daemon/pk/tests/Makefile
 daemon/pkcs11/Makefile
-daemon/pkix/Makefile
-daemon/pkix/tests/Makefile
 daemon/ui/Makefile
 egg/Makefile
 egg/tests/Makefile

Modified: trunk/daemon/Makefile.am
==============================================================================
--- trunk/daemon/Makefile.am	(original)
+++ trunk/daemon/Makefile.am	Sat Feb  7 23:36:52 2009
@@ -1,8 +1,6 @@
 SUBDIRS = \
 	ui \
 	keyrings \
-	pkix \
-	pk \
 	pkcs11 \
 	data 
 
@@ -31,7 +29,6 @@
 
 gnome_keyring_daemon_LDADD = \
 	$(top_builddir)/daemon/pkcs11/libgkr-pkcs11.la \
-	$(top_builddir)/daemon/pk/libgkr-pk.la \
 	$(top_builddir)/daemon/keyrings/libgkr-keyrings.la \
 	$(top_builddir)/daemon/ui/libgkr-ui.la \
 	$(top_builddir)/library/libgnome-keyring-common.la \



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