summaryrefslogtreecommitdiff
path: root/gck/gck-session.c
Commit message (Expand)AuthorAgeFilesLines
* Replace g_memdup with g_memdup2Niels De Graef2022-06-131-8/+8
* gck-session: Use G_DECLARE_DERIVABLE_TYPE to declare the typeCorentin Noël2022-04-091-70/+95
* gck: Remove floating capabilities to GckAttributesCorentin Noël2022-04-091-44/+7
* gck: Remove authenticate_slot/object from GckModuleCorentin Noël2022-04-091-42/+4
* docs: Port from gtk-doc to gi-docgenNiels De Graef2021-11-101-66/+56
* gck-call: Make the API more consistent, making it always handle GckCall pointersMarco Trevisan (Treviño)2021-01-191-33/+82
* gck-call: Move cb_object parameter to the async_ready functionsMarco Trevisan (Treviño)2021-01-191-28/+28
* gck-call: Simplify the code by using GTask based implementationMarco Trevisan (Treviño)2021-01-191-8/+8
* gck: Cleanup with G_DEFINE_BOXED_TYPENiels De Graef2020-03-311-13/+2
* gck: Use G_PARAM_STATIC_STRINGSNiels De Graef2020-01-041-10/+15
* Mark GIR constants as suchNiels De Graef2020-01-031-48/+48
* Don't use deprecated (allow-none) GIR annotationNiels De Graef2020-01-031-22/+22
* gck: g_type_class_add_private() is deprecatedNiels De Graef2019-05-241-3/+2
* Use the g_debug() mechanism from GLib directlyStef Walter2014-09-031-23/+17
* Makefile.am: Single Makefile mode and parallel-testsStef Walter2014-03-031-1/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
* Remove support code for old glib versionsStef Walter2012-06-261-8/+0
* gck: Add documentation for newly functionsStef Walter2011-12-081-0/+35
* gck: Add floating references to GckAttributesStef Walter2011-12-081-7/+25
* gck: Add GckBuilder as a mutable attribute setStef Walter2011-12-081-29/+0
* Fix build for glib 2.31 deprecationsStef Walter2011-12-061-0/+10
* gck: Make the gck_attributes_to_string() function publicStef Walter2011-11-301-2/+2
* gcr: Document GcrCertificateRequestStef Walter2011-11-231-1/+1
* Add valgrind memory checking and fix up errorsStef Walter2011-11-211-0/+1
* gck: Fix annotations for array and out params in GckSessionStef Walter2011-11-091-48/+51
* gck: Allow generating key without getting out key objectsStef Walter2011-11-091-21/+29
* gck: Allow enumerating objects on a sessionStef Walter2011-11-021-1/+26
* gck: Fix documentationStef Walter2011-11-021-2/+2
* gck: GTlsInteraction is set on sessions, not slotsStef Walter2011-11-021-21/+68
* gck: Remove unneeded variable in gck_session_from_handle()Stef Walter2011-11-021-3/+0
* gck: Don't try and discard handle for session that was not openedStef Walter2011-11-021-2/+4
* gck: Add methods for opening and logging in that accept interactionsStef Walter2011-11-011-26/+415
* Include gi18n-lib.h in library sources instead of gi18n.hGabor Kelemen2011-10-171-1/+1
* gck: Documentation fix upStef Walter2011-10-121-3/+1
* gck: Fix build issue on i686 where sizeof (gsize) != sizeof (CK_ULONG)Stef Walter2011-10-111-2/+2
* gck: Add gck_session_find_handles() and friendsStef Walter2011-10-071-33/+146
* gck: Integrate GTlsInteraction into libgckStef Walter2011-10-031-232/+411
* gck: More introspection tweaks, checking for parameters which allow noneStef Walter2011-09-291-20/+32
* gck: More introspection and documentation cleanupStef Walter2011-09-291-15/+30
* gck: Documentation, introspection, and header fixesStef Walter2011-09-291-4/+21
* gck: Fix introspection warnings and complete introspection annotationsStef Walter2011-09-281-37/+73
* gck: Add debug output to GckEnumerator and bits of GckSessionStef Walter2011-08-311-3/+24
* gck: Cleanup the documentationStef Walter2011-04-051-126/+141
* [gck] Simplify use of GckMechanismStef Walter2010-09-281-31/+75
* [gck] Cleanup use of 'full' functions.Stef Walter2010-09-271-98/+66
* [gck] Add session options, remove module options.Stef Walter2010-09-271-9/+44
* Port gnome-keyring to new gck library.Stef Walter2010-08-251-0/+28
* [gck] Make various objects pretty much immutable.Stef Walter2010-08-011-105/+41
* [gck] Remove most complex var args functions.Stef Walter2010-07-311-213/+10
* [gck] Remove session pooling, and add concept of module list.Stef Walter2010-07-301-1/+1