commit 23802d3a4d42f900cd6f0e482cce9424b013a6e6 Author: Stef Walter Date: 2013-03-04 Release version 3.7.91 NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) commit 7afaae43f205c059163c3670169af302f1ba6de3 Author: Stef Walter Date: 2013-03-04 pkcs11: Remove the roots-store now provided by p11-kit This module is replaced by the p11-kit-trust module installed with p11-kit 0.16 and later. configure.ac | 48 - daemon/Makefile.am | 1 - daemon/gkd-pkcs11.c | 6 - pkcs11/Makefile.am | 1 - pkcs11/roots-store/Makefile.am | 52 - pkcs11/roots-store/gkm-roots-certificate.c | 200 -- pkcs11/roots-store/gkm-roots-certificate.h | 54 - pkcs11/roots-store/gkm-roots-module.c | 408 ---- pkcs11/roots-store/gkm-roots-module.h | 45 - pkcs11/roots-store/gkm-roots-standalone.c | 68 - pkcs11/roots-store/gkm-roots-store.h | 29 - pkcs11/roots-store/gkm-roots-trust.c | 426 ---- pkcs11/roots-store/gkm-roots-trust.h | 60 - pkcs11/roots-store/tests/Makefile.am | 45 - pkcs11/roots-store/tests/check-roots-module.c | 70 - .../tests/files/RSA_Root_Certificate_1.pem | 19 - .../tests/files/RSA_Security_1024_v3.pem | 16 - .../tests/files/RSA_Security_2048_v3.pem | 22 - .../tests/files/Thawte_Personal_Basic_CA.pem | 20 - .../tests/files/Thawte_Personal_Freemail_CA.pem | 21 - .../tests/files/Thawte_Personal_Premium_CA.pem | 21 - .../tests/files/Thawte_Premium_Server_CA.pem | 21 - .../roots-store/tests/files/Thawte_Server_CA.pem | 20 - .../tests/files/Thawte_Time_Stamping_CA.pem | 18 - pkcs11/roots-store/tests/files/ca-certificates.crt | 2560 -------------------- pkcs11/roots-store/tests/files/cacert.org.pem | 41 - pkcs11/roots-store/tests/files/der-certificate.crt | Bin 747 -> 0 bytes pkcs11/roots-store/tests/p11-tests.conf.in | 2 - 28 files changed, 4294 deletions(-) commit ddb87ccad91a6ee0591439b40cbf199123a394c7 Author: Stef Walter Date: 2013-03-04 dbus: Only return one object path list from Collection.SearchItems() In the Secret Service dbus interface the SearchItems method of the Collection interface only returns one list of object paths, unlike SearchItems on the Service interface which splits its return values by locked and unlocked items. Add tests to verify this behavior. https://bugzilla.gnome.org/show_bug.cgi?id=695115 .gitignore | 5 +- daemon/dbus/gkd-secret-objects.c | 38 +++-- daemon/dbus/gkd-secret-objects.h | 3 +- daemon/dbus/gkd-secret-service.c | 2 +- daemon/dbus/tests/Makefile.am | 1 + daemon/dbus/tests/test-secret-search.c | 263 +++++++++++++++++++++++++++++++++ 6 files changed, 293 insertions(+), 19 deletions(-) commit 510d9d599a8cb8d92ed0c777870290f50c267254 Author: Sebastian Keller Date: 2013-02-18 Fix build with libtasn1 >= 3.1 egg/egg-asn1-defs.c | 1 + egg/tests/test-asn1.c | 1 + egg/tests/test-symkey.c | 1 + 3 files changed, 3 insertions(+) commit ef5f6ed04f31eaa14fa0c5712694bd4b34b76e53 Author: Stef Walter Date: 2013-02-15 dbus: Don't reverse the order of items returned from SearchItems() Applications expect the latest item to be returned first. We sort the items carefully. Fix regression which reverses them. https://bugzilla.gnome.org/show_bug.cgi?id=693884 daemon/dbus/gkd-secret-objects.c | 3 +++ 1 file changed, 3 insertions(+)