summaryrefslogtreecommitdiff
path: root/gcr/gcr-library.c
Commit message (Expand)AuthorAgeFilesLines
* Drop Gck list APINiels De Graef2022-07-171-12/+7
* gcr: Remove deprecated methodsCorentin Noël2022-04-091-10/+0
* docs: Port from gtk-doc to gi-docgenNiels De Graef2021-11-101-74/+31
* gcr-library: Port to GTaskNiels De Graef2021-01-121-28/+24
* Mark GIR constants as suchNiels De Graef2020-01-031-1/+1
* Don't use deprecated (allow-none) GIR annotationNiels De Graef2020-01-031-4/+4
* Update gcr_pkcs11_get_trust_{store|lookup}_slot URI checksmjog/gcr-lib-uri-handlingMichael Gratton2019-01-101-3/+15
* Use the g_debug() mechanism from GLib directlyStef Walter2014-09-031-19/+17
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Add version checking macrosStef Walter2014-01-061-1/+49
* Port to new p11-kit managed style functionsStef Walter2013-05-271-6/+6
* gcr: Don't fail preconditions when pkcs11 isn't initializedStef Walter2012-08-161-6/+22
* Remove support code for old glib versionsStef Walter2012-06-261-4/+0
* Documentation fixesStef Walter2012-06-261-6/+0
* Add valgrind memory checking and fix up errorsStef Walter2011-11-211-0/+21
* gcr: Don't include main headers in individual componentsStef Walter2011-10-261-1/+1
* gck: More introspection tweaks, checking for parameters which allow noneStef Walter2011-09-291-4/+4
* gcr: More introspection and documentation cleanupStef Walter2011-09-291-0/+28
* gcr: Complete introspection annotations for gcr libraryStef Walter2011-09-281-7/+9
* gcr: More deprecation tweaking so we can build on FC16Stef Walter2011-09-271-1/+1
* gcr: Refactor GcrParser and delay listing of importersStef Walter2011-09-271-9/+9
* gcr: Compatiblity fix for glib 2.28.xStef Walter2011-09-271-0/+4
* gcr: Fix for more glib deprecationsStef Walter2011-09-261-1/+1
* Split the gcr library into base and ui components.Stef Walter2011-09-261-72/+1
* gck: Add gck_modules_tokens_for_uri() functionStef Walter2011-08-311-5/+2
* gcr: Fix library initialization bugs, and add some debug statements.Stef Walter2011-08-301-9/+44
* gcr: Don't initialize pkcs11 modules automatically.Stef Walter2011-08-251-35/+144
* gck: Cleanup gck API for consistencyStef Walter2011-08-251-2/+7
* Use p11-kit to lookup trust uris.Stef Walter2011-07-061-11/+27
* Remove extraneous argument from gck_module_new and gck_module_initializeStef Walter2011-07-061-2/+2
* gck: Use p11-kit for module loading, messages, and uri parsing.Stef Walter2011-07-061-3/+3
* Merge branch 'gnome-3-0'Stef Walter2011-05-261-0/+9
|\
| * Revert "Bump libtool version of gnome-keyring library for 3.0"Stef Walter2011-05-191-0/+9
* | gcr: Add review fixes and documentation.Stef Walter2011-04-191-0/+8
* | Merge branch 'gnome-3-0'Stef Walter2011-04-181-0/+4
|\ \ | |/
| * gcr: Implement debug tracingStef Walter2011-04-181-0/+4
* | Merge branch 'gnome-3-0'Stef Walter2011-04-081-9/+7
|\ \ | |/
| * gcr: Complete documentationStef Walter2011-04-081-9/+7
* | [gcr] More implementation of selector widget.Stef Walter2011-04-051-3/+3
* | [gcr] Add functionality for renderers to populate tree models.Stef Walter2011-04-051-1/+7
|/
* Make the library-manufacturer in the trust uris actually match.Stef Walter2011-03-031-3/+3
* [gcr] Remove support for pkcs11-options file.Stef Walter2011-02-281-34/+10
* [gcr] Redo the PKCS#11 configuration file.Stef Walter2011-01-191-2/+2
* [gcr] Make tests use pkcs11.conf.defaults from srcdir.Stef Walter2010-12-221-11/+18
* [gcr] PKCS#11 conf file is now in /etc/xdgStef Walter2010-12-221-19/+16
* [gcr] Add config file for setting trust slot origin/storageStef Walter2010-12-181-29/+108
* [gcr] Add function to load module from file.Stef Walter2010-12-101-1/+35
* [gcr] Expose functions for setting which pkcs11 modules to use.Stef Walter2010-12-101-17/+146
* Merge branch 'master' into trust-storeStef Walter2010-11-111-1/+1
|\
| * [gck] Add session options, remove module options.Stef Walter2010-09-271-1/+1