summaryrefslogtreecommitdiff
path: root/gcr
Commit message (Expand)AuthorAgeFilesLines
* gcr: fix build with newest gi-docgenmcatanzaro/ifaceMichael Catanzaro2022-04-041-1/+1
* meson: Fix unknown kw argument in gnome.generate_girJakub Jirutka2022-01-121-1/+0
* certifiate-request: Remove (constructor) annotationNiels De Graef2021-11-161-2/+2
* gcr: Add G_SPAWN_CLOEXEC_PIPES flag to all the g_spawn commandsCorentin Noël2021-11-123-4/+4
* docs: Port from gtk-doc to gi-docgenNiels De Graef2021-11-1024-514/+222
* Unbreak build without systemd.Antoine Jacoutot2021-10-241-1/+1
* test-certificate-chain: Wait for objects being released by GTask'sMarco Trevisan (Treviño)2021-09-111-5/+35
* Drop "volatile" for g_once_init_enter locationsbugfix/drop-volatileNiels De Graef2021-05-027-7/+7
* gcr/meson.build: fix one parallel build failureChangqing Li2021-05-021-0/+1
* gcr-ssh-agent: Wire up systemd activationDaiki Ueno2021-03-274-23/+96
* gcr: Port ssh-agent tests from gnome-keyringDaiki Ueno2021-03-2730-5/+2163
* gcr-ssh-agent: Port from gnome-keyringDaiki Ueno2021-03-2713-0/+2116
* gcr/key-mechanism: Port to GTaskwip/nielsdg/gcr-key-mechanisms-gtaskNiels De Graef2021-02-051-26/+29
* gck-call: Simplify the code by using GTask based implementationMarco Trevisan (Treviño)2021-01-191-0/+1
* Remove Autotools buildNiels De Graef2021-01-162-437/+0
* gcr, ui: Use NULL for "simple" signalsNiels De Graef2021-01-163-4/+4
* gcr: mock-prompter: Stop using GParameterNiels De Graef2021-01-161-15/+20
* Create a workaround for tests and GTaskwip/nielsdg/fix-tests-with-racy-gtaskNiels De Graef2021-01-151-6/+9
* prompt: Support transient_for in WaylandNiels De Graef2021-01-131-0/+4
* gcr-console-interaction: Port to GTaskNiels De Graef2021-01-121-26/+29
* gcr-pkcs11-importer: Port to GTaskNiels De Graef2021-01-121-95/+71
* gcr-trust: Port to GTaskNiels De Graef2021-01-121-134/+89
* gcr-certificate-chain: Port to GTaskNiels De Graef2021-01-121-17/+14
* gcr-gnupg-importer: Port to GTaskNiels De Graef2021-01-121-21/+16
* gcr-subject-public-key: Port to GTaskNiels De Graef2021-01-121-20/+17
* gcr-gnupg-collecion: Port to GTaskNiels De Graef2021-01-121-43/+32
* gcr-library: Port to GTaskNiels De Graef2021-01-121-28/+24
* gcr-pkcs11-certificate: Port to GTaskNiels De Graef2021-01-121-44/+22
* gcr-memory-icon: Port to GTaskNiels De Graef2021-01-121-7/+8
* gcr-certificate-request: Port to GTaskNiels De Graef2021-01-121-40/+32
* Increase test-gnupg-collection timeoutEmilio Pozuelo Monfort2020-11-071-1/+1
* meson: Make sure gcr-oids.h is builtNiels De Graef2020-06-191-1/+4
* gcr: Test the correct decoding of the keyUsage bit stringChristophe Kamphaus2020-06-091-0/+28
* gcr: Also display missing key usage bitsChristophe Kamphaus2020-06-091-0/+2
* gcr: Reverse bit order of usage extensionChristophe Kamphaus2020-06-091-0/+13
* meson.build: correctly set internal vapi dependenciesAlexander Kanavin2020-05-201-1/+1
* gcr: Cleanup with G_DEFINE_BOXED_TYPENiels De Graef2020-03-311-13/+1
* gcr: Fix GcrCertificateIface vfunc gtk-docNiels De Graef2020-03-101-1/+1
* gcr: Add gtk-doc comment to get_der_data()-vfuncNiels De Graef2020-03-051-7/+4
* Mark deprecated functions with G_DEPRECATEDNiels De Graef2020-02-071-0/+8
* gcr: add support for "NEW CERTIFICATE REQUEST" headerDmitry Baryshkov2020-01-302-0/+12
* gcr/fixtures: add several GOST certificates and certificate requestsDmitry Baryshkov2020-01-307-0/+58
* gcr: add support for parsing GOST public keys/certificatesDmitry Baryshkov2020-01-302-0/+78
* gcr: use new egg_asn1x_decode_any_as_string()Dmitry Baryshkov2020-01-292-3/+3
* test-certificate: test otherName parsingDmitry Baryshkov2020-01-291-2/+12
* vala: add gck-1 to gcs dependency fileCorentin Noël2020-01-231-1/+1
* gcr: Provide support for g_autoptr for all typesNiels De Graef2020-01-1327-94/+56
* gcr: Use g_strdup() instead of strdup()Niels De Graef2020-01-111-5/+5
* Cast result of g_object_ref() if necessaryNiels De Graef2020-01-112-2/+2
* meson: Add missing feature test macro'sNiels De Graef2020-01-111-0/+1