summaryrefslogtreecommitdiff
path: root/gck/gck-enumerator.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using GSliceNiels De Graef2023-01-161-2/+2
* Drop Gck list APINiels De Graef2022-07-171-12/+6
* Replace g_memdup with g_memdup2Niels De Graef2022-06-131-1/+1
* gck-enumerator: Use G_DECLARE_FINAL_TYPE to declare the typeCorentin Noël2022-04-091-68/+67
* gck: Remove floating capabilities to GckAttributesCorentin Noël2022-04-091-1/+1
* gck: use the right namespace for GckUriData methodsCorentin Noël2022-04-091-1/+1
* gck: Remove authenticate_slot/object from GckModuleCorentin Noël2022-04-091-12/+2
* gck-object-cache: Use G_DECLARE_INTERFACE to define the interfaceCorentin Noël2022-04-091-1/+1
* docs: Port from gtk-doc to gi-docgenNiels De Graef2021-11-101-14/+6
* gck-call: Make the API more consistent, making it always handle GckCall pointersMarco Trevisan (Treviño)2021-01-191-3/+5
* gck-call: Move cb_object parameter to the async_ready functionsMarco Trevisan (Treviño)2021-01-191-2/+2
* gck-call: Simplify the code by using GTask based implementationMarco Trevisan (Treviño)2021-01-191-1/+1
* gck: Use G_PARAM_STATIC_STRINGSNiels De Graef2020-01-041-4/+7
* Don't use deprecated (allow-none) GIR annotationNiels De Graef2020-01-031-5/+5
* gck: g_type_class_add_private() is deprecatedNiels De Graef2019-05-241-4/+2
* gck: Remove an unnecessary (transfer) annotationPhilip Withnall2017-01-121-1/+1
* Fix gck_enumerator_next_async annotationDaiki Ueno2016-03-081-1/+1
* Use the g_debug() mechanism from GLib directlyStef Walter2014-09-031-41/+31
* Release version 3.11.913.11.91Stef Walter2014-03-061-1/+1
* gck: Add gck_enumerator_set_object_type_full() functionStef Walter2014-03-031-9/+56
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
* gck: Keep enumerating if getting info about one slot fails.Stef Walter2012-09-251-2/+4
* Remove support code for old glib versionsStef Walter2012-06-261-8/+0
* Documentation fixesStef Walter2012-06-261-1/+1
* gck: Add documentation for newly functionsStef Walter2011-12-081-1/+1
* gck: Rename GckObjectAttributes to GckObjectCacheStef Walter2011-12-081-5/+5
* gck: Add floating references to GckAttributesStef Walter2011-12-081-1/+1
* gck: Add GckBuilder as a mutable attribute setStef Walter2011-12-081-17/+7
* Fix build for glib 2.31 deprecationsStef Walter2011-12-061-0/+10
* gck: Make the gck_attributes_to_string() function publicStef Walter2011-11-301-3/+3
* gck: Retrieve attributes in GckEnumerator properlyStef Walter2011-11-291-48/+42
* Fix bugs and unused code highlighted by the clang static analyzerStef Walter2011-11-211-1/+0
* gck: Chaining of enumeratorsStef Walter2011-11-021-37/+161
* gck: Allow enumerating objects on a sessionStef Walter2011-11-021-24/+76
* gck: Documentation fix upStef Walter2011-10-121-4/+3
* gck: Enumerator can now retrieve object attributesStef Walter2011-10-121-86/+327
* gck: Integrate GTlsInteraction into libgckStef Walter2011-10-031-117/+194
* gck: Fix introspection warnings and complete introspection annotationsStef Walter2011-09-281-4/+6
* gck: Add debug output to GckEnumerator and bits of GckSessionStef Walter2011-08-311-10/+60
* gck: Use p11-kit for module loading, messages, and uri parsing.Stef Walter2011-07-061-6/+6
* gck: Cleanup the documentationStef Walter2011-04-051-3/+65
* [gck] Update PKCS#11 URI to add library support.Stef Walter2011-01-191-22/+27
* [gck] Allow enumeration over slots as well as modules.Stef Walter2010-12-181-64/+52
* [gck] Fix crash in enumerator when C_FindObjects fails.Stef Walter2010-11-291-3/+2
* [gck] Add session options, remove module options.Stef Walter2010-09-271-7/+18
* Port gnome-keyring to new gck library.Stef Walter2010-08-251-13/+47
* [gck] Implement PkCS#11 URI's and enumerationStef Walter2010-08-091-0/+689