summaryrefslogtreecommitdiff
path: root/pkcs11/xdg-store
Commit message (Expand)AuthorAgeFilesLines
* Fix implicit declaration of utimes and gettimeofday.Ryan Schmidt2022-05-211-1/+1
* Stop using volatile in conjunction with atomic operationswip/smcv/fix-ciSimon McVittie2022-05-211-1/+1
* Don't use g_type_class_add_private()Niels De Graef2020-01-141-3/+3
* xdg: Fix ref leak in remove_assertion_from_trust()Christophe Fergeau2014-10-141-0/+1
* xdg: Remove wrong unref in gkm_xdg_trust_replace_assertionChristophe Fergeau2014-10-141-1/+0
* test-xdg-trust: Fix GChecksum leaksChristophe Fergeau2014-10-141-0/+1
* Unref GkmXdgTrust::bytes in finalize()Christophe Fergeau2014-10-141-0/+4
* test-xdg-module: Fix memory leakChristophe Fergeau2014-10-141-0/+1
* xdg: Don't leak ref in lookup_or_create_assertion_key()Christophe Fergeau2014-10-141-1/+1
* gkm-xdg-assertion: Fix leak in factory_create_assertion()Christophe Fergeau2014-10-141-0/+2
* egg: Move file tracker code to egg/ directoryStef Walter2014-09-131-6/+10
* Makefile.am: Use parallel tests for 'make check'Stef Walter2014-03-051-3/+5
* Makefile.am: Use a single non-recursive MakefileStef Walter2014-03-054-62/+47
* Makefile.am: Move tests into same directories as tested codeStef Walter2014-03-0513-63/+54
* Remove old FSF license from header filesStef Walter2014-01-0817-43/+26
* egg-asn1x: Update from gcr for recent changes in libtasn1Stef Walter2013-04-192-10/+48
* pkcs11: More fixes for libtasn1 3.1 and laterStef Walter2013-03-161-0/+1
* egg-asn1x: More complete coverage for ASN.1 testsStef Walter2012-11-092-8/+6
* Bring in fixed ASN.1 parser from gcr libraryStef Walter2012-11-092-8/+8
* Fix for deprecations in glib 2.35.0Stef Walter2012-10-224-0/+8
* Convert from EggBytes to GBytesStef Walter2012-07-164-93/+93
* Quiet down messages during testsStef Walter2012-06-271-1/+3
* egg: Add methods for creating scratch directory in testsStef Walter2012-06-271-25/+7
* gkm: Add debug tracing for CKA_ATTRIBUTE_TYPE_INVALIDStef Walter2012-06-191-4/+18
* xdg-store: Remove references to libtasn1.hStef Walter2012-06-193-4/+0
* Bring over new egg'd components from gcrStef Walter2012-04-0710-169/+270
* Fix for deprecations in glib 2.31.xStef Walter2011-12-071-2/+0
* Build correctly with glib 2.31Stef Walter2011-10-261-0/+1
* egg: Fix parsing of unsigned integers in DERStef Walter2011-10-043-14/+9
* Rework configure build options based on recent mailing list postsStef Walter2011-09-261-7/+1
* gcr: Documentation, testing and distcheck fixesStef Walter2011-09-011-1/+1
* xdg-store: Use the peer name in a trust assertion as file nameStef Walter2011-08-311-0/+10
* Release 3.1.903.1.90Stef Walter2011-08-301-3/+3
* Don't keep going after tests failStef Walter2011-08-251-1/+1
* Modernize the remainder of the tests.Stef Walter2011-04-2410-326/+654
* Release version 3.0.03.0.0Stef Walter2011-04-041-1/+1
* Link directly to gmodule for the modules that need itSjoerd Simons2011-01-241-1/+3
* Add missing files to distribution.Stef Walter2010-12-222-3/+6
* Use term 'distrust' instead of 'untrust'Stef Walter2010-12-133-27/+27
* Rename CKA_G_ trust prefix to CKA_X_ and move to own file.Stef Walter2010-12-103-135/+139
* Change terminology to 'pinned certificate' from 'exception'.Stef Walter2010-12-105-424/+51
* [pkcs11] Fix up standalone modules for use in tests.Stef Walter2010-12-102-2/+17
* [xdg-store] Tests and fixes for removing trust assertions.Stef Walter2010-11-262-2/+45
* [xdg-store] Test remaining netscape trust assertion mappings.Stef Walter2010-11-261-1/+124
* [xdg-store] Trust assertions with same purpose/peer replace each other.Stef Walter2010-11-264-31/+27
* [testing] Add function to clear scratch directory.Stef Walter2010-11-261-0/+3
* [xdg-store] Tests and more bug fixes for trust assertions.Stef Walter2010-11-264-274/+516
* [xdg-store] Fix problems exposing and refreshing trust assertions.Stef Walter2010-11-261-16/+33
* [xdg-store] Assertion creation test and fixes.Stef Walter2010-11-253-22/+56
* [xdg-store] Complete work on adding and removing assertions.Stef Walter2010-11-246-57/+386