summaryrefslogtreecommitdiff
path: root/gck
AgeCommit message (Expand)AuthorFilesLines
2011-12-19gck: Documentation warning fixesStef Walter1-16/+16
2011-12-09Revert changes to libtool version and removed APIStef Walter14-22/+537
2011-12-08gck: Bump gck libtool version, as we removed interfaces from libgckStef Walter13-74/+17
2011-12-08gck: Add documentation for newly functionsStef Walter12-41/+717
2011-12-08gck: Rename GckObjectAttributes to GckObjectCacheStef Walter7-141/+444
2011-12-08gck: Add floating references to GckAttributesStef Walter18-89/+157
2011-12-08gck: Add GckBuilder as a mutable attribute setStef Walter17-1510/+2502
2011-12-08egg: Make secure memory pool shared across modulesStef Walter3-1/+7
2011-12-06Fix build for glib 2.31 deprecationsStef Walter2-0/+20
2011-11-30gck: Make the gck_attributes_to_string() function publicStef Walter6-8/+20
2011-11-29gck: Retrieve attributes in GckEnumerator properlyStef Walter2-49/+77
2011-11-23gck: Change gck_object_get attr_types arguments to constStef Walter2-6/+13
2011-11-23gcr: Document GcrCertificateRequestStef Walter1-1/+1
2011-11-23gcr: Implement functions for loading and using SubjectPublicKeyInfoStef Walter1-4/+3
2011-11-23gck: add gck_attributes_set() and gck_attributes_set_all() functionsStef Walter4-8/+194
2011-11-21Fix bugs and unused code highlighted by the clang static analyzerStef Walter1-1/+0
2011-11-21Add valgrind memory checking and fix up errorsStef Walter14-18/+78
2011-11-15gck: Make gck_attributes_unref take a pointerStef Walter2-11/+12
2011-11-15gck: Fix problem where gck_slot_open_session_async() leaked objectsStef Walter3-2/+14
2011-11-14gck: Fix regression in gck_slot_open_session_finishStef Walter1-3/+37
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-07gck: fix symbols fileStef Walter1-0/+1
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 Walter2-14/+41
2011-11-02gck: Chaining of enumeratorsStef Walter4-37/+208
2011-11-02gck: Allow enumerating objects on a sessionStef Walter8-41/+162
2011-11-02gck: Fix documentationStef Walter1-2/+2
2011-11-02gck: GTlsInteraction is set on sessions, not slotsStef Walter4-123/+73
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 Walter7-171/+668
2011-10-28gck: Remove duplicate typedef of GckObjectAttributesStef Walter1-1/+0
2011-10-24Release version 3.3.1Stef Walter1-0/+1
2011-10-17Include gi18n-lib.h in library sources instead of gi18n.hGabor Kelemen3-3/+3
2011-10-12gck: Add gck_slot_enumerate_objects() functionStef Walter2-5/+39
2011-10-12gck: Documentation fix upStef Walter6-11/+4
2011-10-12gck: Enumerator can now retrieve object attributesStef Walter9-111/+632
2011-10-11gck: Fix build issue on i686 where sizeof (gsize) != sizeof (CK_ULONG)Stef Walter1-2/+2
2011-10-07gck: Add gck_session_find_handles() and friendsStef Walter3-35/+168
2011-10-06Split the GCR and GCK libraries out of gnome-keyringStef Walter10-37/+1775
2011-10-04gck: Include CKK_XXX values in debug output correctlyStef Walter1-0/+45
2011-10-04gck: Add support for setting attributes in an arrayStef Walter3-0/+132
2011-10-03gck: Integrate GTlsInteraction into libgckStef Walter18-497/+1520
2011-10-01Fix up exported symbols for recent changesStef Walter1-0/+20
2011-09-30gck: Fix more argument typesStef Walter3-16/+18
2011-09-29gck: More introspection tweaks, checking for parameters which allow noneStef Walter9-49/+74
2011-09-29gck: Fix precondition in gck_object_from_handlesStef Walter1-1/+1
2011-09-29gck: More introspection and documentation cleanupStef Walter13-179/+171
2011-09-29gck: Fix if _gck_debug was not called _gck_debugging doesn't workStef Walter2-5/+16