summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-15gcr: Add missing symbols to gcr.symbolsmasterStef Walter1-0/+2
2011-11-15gck: Fix problem where gck_slot_open_session_async() leaked objectsStef Walter3-2/+14
2011-11-15Ignore editor backup filesStef Walter1-0/+1
2011-11-14gck: Fix regression in gck_slot_open_session_finishStef Walter1-3/+37
2011-11-13Fix problem where test sources were being ignored by git.Stef Walter2-9/+282
2011-11-09gcr: Allow changing the collection on a GcrCollectionModelStef Walter2-21/+70
2011-11-09gcr: Add tree and list mode for GcrCollectionModelStef Walter6-18/+61
2011-11-09gck: Fix annotations for array and out params in GckSessionStef Walter1-48/+51
2011-11-09gck: Allow generating key without getting out key objectsStef Walter1-21/+29
2011-11-09gcr: Add GcrFilterCollectionStef Walter9-0/+489
2011-11-07gck: fix symbols fileStef Walter1-0/+1
2011-11-03autogen.sh: Make executableColin Walters1-0/+0
2011-11-03build: Don't reference uninstalled gckColin Walters1-2/+2
2011-11-03gck: gck_attribute_get_string() should not return a NULL stringStef Walter1-1/+5
2011-11-03gck: Add gck_attribute_hash and cleanup for use in hash tableStef Walter3-14/+42
2011-11-02gck: Chaining of enumeratorsStef Walter5-37/+210
2011-11-02gck: Allow enumerating objects on a sessionStef Walter9-41/+163
2011-11-02gck: Fix documentationStef Walter1-2/+2
2011-11-02gck: GTlsInteraction is set on sessions, not slotsStef Walter7-132/+79
2011-11-02gck: Remove unneeded variable in gck_session_from_handle()Stef Walter1-3/+0
2011-11-02gck: Don't try and discard handle for session that was not openedStef Walter1-2/+4
2011-11-01gck: Add methods for opening and logging in that accept interactionsStef Walter9-171/+675
2011-11-01Ignore coverage file types for git inclusionStef Walter1-0/+4
2011-11-01gcr: Fix build, link against glibTravis Reiter1-0/+2
2011-10-30gcr: Fix gobject-introspection build ... againStef Walter1-0/+1
2011-10-29Remove g_thread_init() calls.Stef Walter2-2/+3
2011-10-28gcr: Remove redefinition of GcrRenderer typedefStef Walter1-1/+0
2011-10-28gck: Remove duplicate typedef of GckObjectAttributesStef Walter1-1/+0
2011-10-26Bump version numberStef Walter1-1/+1
2011-10-26Release version 3.3.1.1Stef Walter2-2/+5
2011-10-26gcr: Fix building of introspection dependenciesStef Walter1-5/+10
2011-10-26gcr: Don't include main headers in individual componentsStef Walter18-16/+9
2011-10-24Bump version numberStef Walter1-1/+1
2011-10-24Release version 3.3.1Stef Walter4-1/+14
2011-10-19gcr: Add function to get the elements of a union collectionStef Walter2-0/+18
2011-10-17Add gnupg, and cleanup icon renderingStef Walter27-688/+1182
2011-10-17Include gi18n-lib.h in library sources instead of gi18n.hGabor Kelemen4-4/+4
2011-10-13gcr: Fix up docs and symbolsStef Walter3-0/+3
2011-10-13gcr: Add password iconStef Walter17-0/+1228
2011-10-13gcr: Function to emit notify on GcrCertificate props for data changeStef Walter2-0/+17
2011-10-12gck: Add gck_slot_enumerate_objects() functionStef Walter3-5/+40
2011-10-12gck: Documentation fix upStef Walter10-13/+21
2011-10-12gck: Enumerator can now retrieve object attributesStef Walter15-117/+694
2011-10-11gck: Fix build issue on i686 where sizeof (gsize) != sizeof (CK_ULONG)Stef Walter1-2/+2
2011-10-11gcr: Fix documentation build by linking to right libraryStef Walter1-0/+1
2011-10-07gck: Add gck_session_find_handles() and friendsStef Walter6-36/+174
2011-10-06Update glib dependency for 2.30.0Stef Walter1-1/+1
2011-10-06Fix problem with doap file syntaxStef Walter1-1/+1
2011-10-06Split the GCR and GCK libraries out of gnome-keyringStef Walter126-126/+88985
2011-10-05gcr: Make spinner on GcrImportButton actually spinStef Walter2-0/+7