summaryrefslogtreecommitdiff
path: root/gck/gck-slot.c
Commit message (Expand)AuthorAgeFilesLines
* egg: Drop usage of timegm in favor of GDateTimeNiels De Graef2022-07-071-27/+28
* Replace g_memdup with g_memdup2Niels De Graef2022-06-131-3/+3
* gck-slot: Use G_DECLARE_FINAL_TYPE to declare the typeCorentin Noël2022-04-091-31/+22
* gck: Remove floating capabilities to GckAttributesCorentin Noël2022-04-091-3/+1
* gck: Remove authenticate_slot/object from GckModuleCorentin Noël2022-04-091-2/+12
* docs: Port from gtk-doc to gi-docgenNiels De Graef2021-11-101-19/+14
* gck-slot: Port from GSimpleAsyncResult to GTaskNiels De Graef2021-01-121-20/+12
* gck-slot: Add gck_slot_token_has_flags() functionMarco Trevisan (Treviño)2020-11-131-0/+39
* gck-slot: make gck_slot_has_flags to actually check the slot flagsMarco Trevisan (Treviño)2020-11-131-2/+2
* gck-slot: Fix warning string on GckTokenInfo failureMarco Trevisan (Treviño)2020-11-131-1/+1
* gck: Cleanup with G_DEFINE_BOXED_TYPENiels De Graef2020-03-311-39/+6
* gck-slot: Initialize struct tm to all-zeroesSimon McVittie2020-03-151-1/+3
* meson: Add missing feature test macro'sNiels De Graef2020-01-111-0/+1
* gck: Use G_PARAM_STATIC_STRINGSNiels De Graef2020-01-041-2/+4
* Mark GIR constants as suchNiels De Graef2020-01-031-10/+11
* gck: g_type_class_add_private() is deprecatedNiels De Graef2019-05-241-4/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
* Fix annotation warningsStef Walter2012-12-221-3/+4
* Revert changes to libtool version and removed APIStef Walter2011-12-091-3/+16
* gck: Bump gck libtool version, as we removed interfaces from libgckStef Walter2011-12-081-16/+3
* gck: Add documentation for newly functionsStef Walter2011-12-081-0/+4
* gck: Add floating references to GckAttributesStef Walter2011-12-081-1/+1
* gck: Fix problem where gck_slot_open_session_async() leaked objectsStef Walter2011-11-151-2/+9
* gck: Fix regression in gck_slot_open_session_finishStef Walter2011-11-141-3/+37
* gck: Allow enumerating objects on a sessionStef Walter2011-11-021-1/+1
* gck: GTlsInteraction is set on sessions, not slotsStef Walter2011-11-021-95/+1
* gck: Add methods for opening and logging in that accept interactionsStef Walter2011-11-011-143/+15
* gck: Add gck_slot_enumerate_objects() functionStef Walter2011-10-121-4/+34
* gck: Documentation fix upStef Walter2011-10-121-1/+0
* gck: Integrate GTlsInteraction into libgckStef Walter2011-10-031-53/+131
* gck: Fix more argument typesStef Walter2011-09-301-3/+5
* gck: More introspection tweaks, checking for parameters which allow noneStef Walter2011-09-291-3/+8
* gck: More introspection and documentation cleanupStef Walter2011-09-291-16/+16
* gck: Documentation, introspection, and header fixesStef Walter2011-09-291-3/+27
* gck: Fix introspection warnings and complete introspection annotationsStef Walter2011-09-281-23/+104
* gcr: Implement parsing of openpgp packet contents into records.Stef Walter2011-09-271-33/+2
* gck: Add functions for matching uri to modules and tokensStef Walter2011-09-091-0/+38
* gck: Use p11-kit for module loading, messages, and uri parsing.Stef Walter2011-07-061-43/+104
* fix unused-but-set-variable warningsMarc Plano-Lesay2011-04-201-3/+0
* gck: Cleanup the documentationStef Walter2011-04-061-68/+35
* [gck] Update PKCS#11 URI to add library support.Stef Walter2011-01-191-28/+8
* [gck] Allow enumeration over slots as well as modules.Stef Walter2010-12-181-0/+19
* [gck] Cleanup use of 'full' functions.Stef Walter2010-09-271-2/+2
* [gck] Add session options, remove module options.Stef Walter2010-09-271-27/+33
* [gck] Implement PkCS#11 URI's and enumerationStef Walter2010-08-091-0/+27
* [gck] Make various objects pretty much immutable.Stef Walter2010-08-011-38/+43
* [gck] Remove session pooling, and add concept of module list.Stef Walter2010-07-301-31/+13
* [gck] In preparation for public release, rename library.Stef Walter2010-07-291-0/+1061