summaryrefslogtreecommitdiff
path: root/gcr/gcr-pkcs11-importer.c
Commit message (Expand)AuthorAgeFilesLines
* Drop Gck list APINiels De Graef2022-07-171-20/+3
* Drop custom icons in gcrNiels De Graef2022-06-271-21/+0
* gck: Remove floating capabilities to GckAttributesCorentin Noël2022-04-091-6/+8
* gck: use the right namespace for GckUriData methodsCorentin Noël2022-04-091-2/+2
* gcr-importer: Use G_DECLARE_INTERFACE to define the interfaceCorentin Noël2022-04-091-2/+2
* gcr-pkcs11-importer: Port to GTaskNiels De Graef2021-01-121-95/+71
* gcr: Provide support for g_autoptr for all typesNiels De Graef2020-01-131-6/+0
* Cast result of g_object_ref() if necessaryNiels De Graef2020-01-111-1/+1
* gcr: Use G_PARAM_STATIC_STRINGSNiels De Graef2020-01-041-6/+8
* gcr: Follow up to memory leak patchesStef Walter2014-10-271-1/+1
* gcr-pkcs11-importer: Unref GcrImporterData::importerChristophe Fergeau2014-10-141-0/+1
* Free GcrPkcs11Importer::queue in dispose()Christophe Fergeau2014-10-141-0/+1
* Use the g_debug() mechanism from GLib directlyStef Walter2014-09-031-7/+5
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* pkcs11-importer: Importing to lame gnome-keyring 'xdg' module no goStef Walter2013-04-191-0/+1
* gcr: Enable gnome2 keyring storageStef Walter2012-06-191-1/+0
* gck: Remove gck_attributes_add_owned()Stef Walter2011-12-211-1/+1
* gcr: Fix up documentation for recent prompting workStef Walter2011-12-171-0/+2
* gcr: Add uris to GcrImporterStef Walter2011-12-131-3/+21
* gcr: Fix invalid cast in GcrPkcs11ImporterStef Walter2011-12-131-1/+1
* gck: Add floating references to GckAttributesStef Walter2011-12-081-15/+8
* gck: Add GckBuilder as a mutable attribute setStef Walter2011-12-081-41/+68
* gck: GTlsInteraction is set on sessions, not slotsStef Walter2011-11-021-7/+4
* gcr: Make spinner on GcrImportButton actually spinStef Walter2011-10-051-0/+1
* gcr: Properly get labels from the parser into the importerStef Walter2011-10-051-1/+7
* gcr: Rework how we get supplemental information for the importStef Walter2011-10-051-15/+69
* gcr: Fix PKCS#11 importer attribute cleanup before importStef Walter2011-10-051-40/+182
* gcr: Import keys first when importing via PKCS#11Stef Walter2011-10-041-1/+23
* gcr: Complete the PKCS#11 import dialogStef Walter2011-10-041-48/+136
* gcr: Annotate which types are being returnedStef Walter2011-09-291-0/+5
* gcr: Complete introspection annotations for gcr libraryStef Walter2011-09-281-1/+1
* gcr: Use correct icon in the PKCS#11 importerStef Walter2011-09-271-8/+7
* gcr: Refactor GcrParser and delay listing of importersStef Walter2011-09-271-15/+26
* gcr: Complete GcrViewerWidget and GcrImportButtonStef Walter2011-09-271-1/+1
* gcr: Refactor the importer with multiple registered importersStef Walter2011-09-271-0/+582