summaryrefslogtreecommitdiff
path: root/gcr
AgeCommit message (Expand)AuthorFilesLines
2014-09-03Use the g_debug() mechanism from GLib directlyStef Walter17-526/+222
2014-09-03configure: Dump required GLib version to 2.38Stef Walter20-64/+6
2014-05-21Don't use non-portable sed -i shell commandAntoine Jacoutot1-1/+6
2014-04-19gcr: Avoid prompts when running 'make distcheck'Stef Walter1-1/+1
2014-04-19gcr: Add gcr-subject-public-key.c support for EC keys and certsStef Walter5-4/+204
2014-04-19gcr: GcrParser support or PEM 'PUBLIC KEY' filesStef Walter3-0/+22
2014-04-19gcr: GcrParser support for EC private and public keysStef Walter5-0/+169
2014-04-19gcr: Implement support for parsing ecdsa OpenSSH keysStef Walter2-1/+92
2014-04-19gcr: Move key size code to gcr-subject-public-key.cStef Walter2-0/+57
2014-04-19oid: Add various OIDs for Elliptic Curve related stuffStef Walter1-0/+22
2014-04-19gcr: Fix test-parser to treat '6' as normal char in test namesStef Walter1-1/+1
2014-03-23Work around for gdbus-codegen bugStef Walter1-1/+1
2014-03-03gcr-3.vapi: Look in the right directory for gck-1.vapiStef Walter1-2/+2
2014-03-03gcr: Fix typo which prevented headers from installingStef Walter1-1/+1
2014-03-03vala: Remove nullability of GcrCertificate.expiryStef Walter1-1/+0
2014-03-03gcr: Add gcr_certificate_get_markup() functionStef Walter3-3/+14
2014-03-03Makefile.am: Build vapi files and use vapi metadata correctlyStef Walter1-1/+1
2014-03-03gcr: Fix parallel build of gck and gir gobject-introspectionStef Walter1-1/+1
2014-03-03Makefile.am: Single Makefile mode and parallel-testsStef Walter109-310/+376
2014-03-03gcr: Unbreak 'make distcheck' in gcr-unlock-options.hStef Walter1-0/+2
2014-03-03Gcr-3.gir: Unbreak virtual-method output for GcrCertificate.get_der_dataStef Walter2-16/+18
2014-03-03gcr: A few tweaks to GcrCertificate introspection dataStef Walter3-6/+19
2014-01-31Updated FSF's addressDaniel Mustieles115-323/+115
2014-01-06Add version checking macrosStef Walter4-3/+101
2014-01-05gcr-importer: Debugging and doc tweaksStef Walter1-2/+5
2014-01-05gcr-comparable: Fix documentation warningStef Walter1-0/+1
2014-01-05gcr: More vapi fixes for GcrComparableStef Walter2-6/+11
2014-01-05gck: Properly flag (out) arguments for introspectionStef Walter1-2/+2
2014-01-05gcr: Make GcrComparable introspectable as an interfaceStef Walter1-36/+4
2013-12-15gcr: work around issue in giscannerRyan Lortie1-0/+2
2013-12-02gcr-trust: Fix a potential NULL pointer dereferencePhilip Withnall1-11/+9
2013-10-18Use AM_CPPFLAGS instead of INCLUDES in Makefile.am filesStef Walter2-2/+2
2013-10-18Fix up documentation warningsStef Walter3-4/+15
2013-10-18Fix spacing for silent automake rulesStef Walter1-3/+3
2013-10-07Parser: Store imported key filename in Parsed & ParserHashem Nasarat4-15/+116
2013-09-30gcr: Allow using GBytes with GcrParserStef Walter7-31/+201
2013-09-19Fix return annotation of gcr_parser_get_parsed_blockHashem Nasarat1-1/+1
2013-08-17More reliable means of checking if object was finalizedStef Walter7-29/+72
2013-05-27Port to new p11-kit managed style functionsStef Walter1-6/+6
2013-05-27Build certificate chains even when intermediates are wrong orderStef Walter5-12/+95
2013-04-27More tweaks and fixes for vapi bindingsStef Walter3-3/+43
2013-04-21Add vala vapi files for Gck and Gcr librariesStef Walter2-0/+40
2013-04-19pkcs11-importer: Importing to lame gnome-keyring 'xdg' module no goStef Walter1-0/+1
2013-04-19icons: Add appropriate icon for p11-kit trust moduleStef Walter1-4/+16
2013-04-19gcr-certificate: Handle cases where no certificate data is availableStef Walter1-17/+36
2013-04-19gcr: Supress warnings when building gobject-introspection Gir filesStef Walter2-11/+4
2013-04-16gcr: Track the prompters bus name ownership properlyStef Walter2-7/+38
2013-03-17system-prompt: Fix racy segfault when prompter dismissed immediatelyStef Walter1-1/+0
2013-02-14Make gcr oids work between ui and base librariesGabor Adam Toth6-25/+17
2013-02-12Use GObject.Object instead of GLib.Object in introspection annotationsStef Walter1-3/+3