summaryrefslogtreecommitdiff
path: root/gck/gck.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-03gck: Add an accessor for GckAttribute raw value dataStef Walter1-0/+3
2014-01-31Updated FSF's addressDaniel Mustieles1-2/+1
2014-01-06Add version checking macrosStef Walter1-0/+1
2014-01-05gck: Define GCK_INVALID as a gulong, for easier introspectionStef Walter1-1/+1
2013-04-19gcr: Supress warnings when building gobject-introspection Gir filesStef Walter1-0/+2
2012-08-04Use p11-kit/pkcs11.h instead of shipping a copy with gck.Evan Nemerson1-1/+1
2012-01-09various srcdir != builddir fixesRyan Lortie1-1/+1
2011-12-21gck: Remove gck_attributes_add_owned()Stef Walter1-3/+0
2011-12-09Revert changes to libtool version and removed APIStef Walter1-3/+7
2011-12-08gck: Bump gck libtool version, as we removed interfaces from libgckStef Walter1-1/+1
2011-12-08gck: Add documentation for newly functionsStef Walter1-5/+5
2011-12-08gck: Rename GckObjectAttributes to GckObjectCacheStef Walter1-15/+55
2011-12-08gck: Add floating references to GckAttributesStef Walter1-0/+2
2011-12-08gck: Add GckBuilder as a mutable attribute setStef Walter1-55/+140
2011-11-30gck: Make the gck_attributes_to_string() function publicStef Walter1-0/+2
2011-11-23gck: Change gck_object_get attr_types arguments to constStef Walter1-2/+2
2011-11-23gck: add gck_attributes_set() and gck_attributes_set_all() functionsStef Walter1-0/+8
2011-11-15gck: Make gck_attributes_unref take a pointerStef Walter1-1/+1
2011-11-03gck: Add gck_attribute_hash and cleanup for use in hash tableStef Walter1-3/+5
2011-11-02gck: Chaining of enumeratorsStef Walter1-0/+5
2011-11-02gck: Allow enumerating objects on a sessionStef Walter1-0/+3
2011-11-02gck: GTlsInteraction is set on sessions, not slotsStef Walter1-5/+3
2011-11-01gck: Add methods for opening and logging in that accept interactionsStef Walter1-0/+33
2011-10-28gck: Remove duplicate typedef of GckObjectAttributesStef Walter1-1/+0
2011-10-12gck: Add gck_slot_enumerate_objects() functionStef Walter1-1/+5
2011-10-12gck: Enumerator can now retrieve object attributesStef Walter1-2/+39
2011-10-07gck: Add gck_session_find_handles() and friendsStef Walter1-2/+19
2011-10-04gck: Add support for setting attributes in an arrayStef Walter1-0/+16
2011-10-03gck: Integrate GTlsInteraction into libgckStef Walter1-3/+53
2011-09-30gck: Fix more argument typesStef Walter1-7/+7
2011-09-29gck: More introspection tweaks, checking for parameters which allow noneStef Walter1-12/+12
2011-09-29gck: More introspection and documentation cleanupStef Walter1-7/+7
2011-09-29gck: Documentation, introspection, and header fixesStef Walter1-14/+15
2011-09-29gck: Work around g-ir-scanner syntax problemStef Walter1-10/+20
2011-09-29Gck: GckAttribute value field is a byte arrayStef Walter1-5/+9
2011-09-28gck: Fix introspection warnings and complete introspection annotationsStef Walter1-34/+71
2011-09-27gcr: Refactor the importer with multiple registered importersStef Walter1-0/+4
2011-09-09gck: Add functions for matching uri to modules and tokensStef Walter1-2/+12
2011-08-31gck: Add debug output to GckEnumerator and bits of GckSessionStef Walter1-0/+4
2011-08-25gck: Cleanup gck API for consistencyStef Walter1-1/+3
2011-08-25gck: Add async initialization functions.Stef Walter1-1/+16
2011-07-06gck: Update GckUriFlags to match p11-kitStef Walter1-4/+14
2011-07-06Remove extraneous argument from gck_module_new and gck_module_initializeStef Walter1-4/+2
2011-07-06gck: Use p11-kit for module loading, messages, and uri parsing.Stef Walter1-21/+31
2011-04-05gck: Cleanup the documentationStef Walter1-256/+75
2011-01-19[gck] Update PKCS#11 URI to add library support.Stef Walter1-6/+23
2010-12-18[gck] Allow enumeration over slots as well as modules.Stef Walter1-0/+4
2010-11-29[gck] Add functionality for dumping PKCS#11 attributes.Stef Walter1-0/+3
2010-10-05Merge branch 'ui-widgets'Stef Walter1-0/+6
2010-10-01[gck] Mark the gck API as unstable with a define.Stef Walter1-1/+10