[gnome-keyring] (102 commits) ...Fix build so it respects DESTDIR
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring] (102 commits) ...Fix build so it respects DESTDIR
- Date: Wed, 22 Dec 2010 18:04:07 +0000 (UTC)
Summary of changes:
8513849... [user-store] Move old junky data file stuff into old user s (*)
820c10a... [gnome2-store] Rename the user-store to gnome2-store (*)
ef82d2c... [egg] Add egg_asn1x_append() for adding to SEQ OF or SET OF (*)
71ea2e2... [gkm] GkmSerializable uses gpointer instead of guchar (*)
a92fbf5... [gcr] Functions for access GcrCertificate subject and issue (*)
95cd2d8... [xdg-store] Initial xdg-store with trust storage. (*)
62f95ff... [gcr] Implement gcr_trust_xxx() functions. (*)
156443c... [gcr] Use gpointer instead guchar for GSimpleCertificate (*)
872b757... [tool] Add 'trust-exception' command to gnome-keyring tool. (*)
4cd8e58... [rpc-layer] Install gnome-keyring-pkcs11.so to correct dire (*)
997aab8... [daemon] Load the new xdg-store storage module. (*)
be34396... [gkm] Add function for creating unique filename in transact (*)
48483c5... [gcr] Save subject and md5 hash as well when storing trust. (*)
577ae10... [tool] Implement setting of trust-exception (*)
390e1e3... [xdg-store] Implement writing of objects in xdg-store. (*)
72df6d3... [egg] Add accessor functions for enumerated ASN.1 values. (*)
948cff1... [testing] Add function for putting test files in scratch di (*)
5adba30... [gkm] Don't barf on zero length certificate files. (*)
c29d406... [xdg-store] Tests for xdg-store and fixes. (*)
d2ce4a0... Merge branch 'master' into trust-store (*)
f52fe41... Better ASN.1 test coverage and fixes. (*)
3245a5e... Disable trust usage in tool until we work trust assertions (*)
e973a2b... Implement trust assertions in pkcs11 modules. (*)
c7c0ee6... Fix up gcr library to support trust assertions. (*)
d3c9315... [egg] Produce proper messages for mismatched tags in DER pa (*)
4f9355a... [egg] Implement egg_asn1x_set_raw_element() for explicitly (*)
ac64040... [egg] Must select which choice when building ASN.1. (*)
ca9961d... [egg] Add functions testing ASN.1 and printing out messages (*)
d19b698... [egg] Encode empty SET OF and SEQUENCE OF properly. (*)
c81dac5... [xdg-store] Start testing tool to create trust assertion fi (*)
4d593dc... [egg] Implement adding of trust via trust test tool. (*)
170b4e0... [egg] Add utilities so GByteArray can be used in GHashTable (*)
c41a0b1... [xdg-store] Tool for dumping trust assertion files. (*)
7e72a23... [testing] Preprocess test files before searching for tests. (*)
e12765f... [pkcs11] Rename CKA_G_REMOTE to CKA_G_PEER (better terminol (*)
ea27618... [xdg-store] Fix various bugs and neuter tests. (*)
85a7c81... [testing] Ignore g_message and g_debug messages in tests. (*)
49fa692... [xdg-store] Add tests for better test coverage. (*)
4e014c7... [xdg-store] Add support for storing certificates. (*)
a21aca1... [testing] Move scratch file functions into testing module. (*)
c71f37f... [gkm] PKCS#11 objects may be deletable even when not modifi (*)
004c9b1... [xdg-store] Complete work on adding and removing assertions (*)
00a1c8b... [xdg-store] Assertion creation test and fixes. (*)
726aae1... [xdg-store] Fix problems exposing and refreshing trust asse (*)
7015da0... [pkcs11] Fix typo which fails returning hashed attributes. (*)
d67cb78... [pkcs11] Refresh token before creating token object. (*)
4c31c17... [xdg-store] Tests and more bug fixes for trust assertions. (*)
5488f4a... [testing] Add function to clear scratch directory. (*)
0dff075... [xdg-store] Trust assertions with same purpose/peer replace (*)
a53afd7... [xdg-store] Test remaining netscape trust assertion mapping (*)
e02a125... [xdg-store] Tests and fixes for removing trust assertions. (*)
46b6467... [testing] Make testing function names more palatable. (*)
8f521c9... [gck] Add functionality for dumping PKCS#11 attributes. (*)
80c1226... [gck] Fix crash in enumerator when C_FindObjects fails. (*)
07699cc... [gcr] Complete tests of gcr_trust_xxx functionality. (*)
84f4415... [gcr] Make GcrSimpleCertificate constructor accept simple p (*)
dc3e7af... Merge branch 'master' into trust-store (*)
fb277c5... Merge branch 'master' into trust-store (*)
44153b4... [gcr] GcrSimpleCertificate tests. (*)
4bdd3b7... [gcr] Add gcr_certificate_is_issuer() and finish up testing (*)
7db5390... Add make target to clear coverage data. (*)
1e893d5... [gcr] Use void pointers instead of unsigned char for data. (*)
be49d7a... [gcr] Move to a single header model. (*)
e85ae4c... [gcr] Include libgck headers explictly in gcr headers. (*)
be5e83c... [gcr] Implement GcrPkcs11Certificate which loads certs from (*)
18782ab... [gcr] More build fixes. (*)
73cb964... [gcr] Document trust storage and lookup functions. (*)
e7fc25a... [gcr] Complete documentation for various certificate types. (*)
7a70582... Include Makefile.local into build if it exists (*)
adf6c1c... [gcr] Fix Gtk+ version check. (*)
4b45a27... Find the root certificates by default. (*)
bf3329d... [gcr] Expose functions for setting which pkcs11 modules to (*)
a3f1776... [gcr] Add function to load module from file. (*)
53eb7be... [gcr] Fix leak in gcr_pkcs11_certificate_lookup_issuer() (*)
327f993... [roots-store] Instantiate trust assertions in properly. (*)
a9de9b7... [pkcs11] Fix up standalone modules for use in tests. (*)
ff78a09... [gcr] Fix type check macros for certificate implementations (*)
2d97fa8... [gcr] Add GcrCertificateChain (*)
2ac2d39... Change terminology to 'pinned certificate' from 'exception' (*)
eeeaa5c... Rename CKA_G_ trust prefix to CKA_X_ and move to own file. (*)
df82f81... [gcr] Fix memory leak in certificate chain building. (*)
97df19e... [gcr] Fix problem where issuer was returned instead of subj (*)
299cde4... [gcr] Certificate chain has a 'status' not a 'type' (*)
769beac... [gcr] Documentation fixes for GcrCertificateChain (*)
5470f81... Use term 'distrust' instead of 'untrust' (*)
dc618d0... Merge branch 'master' into trust-store (*)
42f78db... [gcr] Fix memory leaks in certificate chain code. (*)
5273a8e... [gcr] Fix memory leaks in async functions. (*)
54488ea... [gcr] Fix memory leaks in trust lookup tests. (*)
8d16bce... [gcr] Add distrusted GcrCertificateChainStatus (*)
a8f145a... [gck] Allow enumeration over slots as well as modules. (*)
fef64c1... [gcr] Add config file for setting trust slot origin/storage (*)
61b18c4... Add missing files to distribution. (*)
25ff96c... [egg] Fix uninitialized list pointers. (*)
4628fa5... [gkm] Better warnings when ASN.1 can't be encoded. (*)
4ae95e2... [egg] Remove non-deterministic checks in spawn tests. (*)
962e450... [egg] Don't try to encode optional sequences if empty. (*)
98c748d... [po] Add missing translatable file. (*)
e3438dc... [gcr] PKCS#11 conf file is now in /etc/xdg (*)
f98b8d0... Merge branch 'trust-store'
8c57f2c... [gcr] Make tests use pkcs11.conf.defaults from srcdir.
57ef644... Fix build so it respects DESTDIR
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]