summaryrefslogtreecommitdiff
path: root/gck
Commit message (Expand)AuthorAgeFilesLines
...
* gck: Properly flag (out) arguments for introspectionStef Walter2014-01-051-4/+4
* gck: Define GCK_INVALID as a gulong, for easier introspectionStef Walter2014-01-052-2/+2
* gck: Properly expose introspectable gck_builder_add_only()Stef Walter2014-01-051-3/+1
* Add a basic PKCS#11 VAPI fileStef Walter2014-01-052-1/+51
* gck: Expose gck_mechanisms_check() in ValaStef Walter2014-01-051-0/+2
* Use AM_CPPFLAGS instead of INCLUDES in Makefile.am filesStef Walter2013-10-182-2/+2
* Fix spacing for silent automake rulesStef Walter2013-10-181-5/+5
* More reliable means of checking if object was finalizedStef Walter2013-08-174-17/+34
* Port to new p11-kit managed style functionsStef Walter2013-05-272-46/+14
* Add vala vapi files for Gck and Gcr librariesStef Walter2013-04-212-14/+47
* gcr: Supress warnings when building gobject-introspection Gir filesStef Walter2013-04-191-0/+2
* gck: Fix crash when hashing an unsupported attributesStef Walter2013-03-222-2/+30
* Don't install test/mock libraries unnecessarilyRico Tzschichholz2013-02-221-4/+3
* Use GObject.Object instead of GLib.Object in introspection annotationsStef Walter2013-02-121-3/+3
* Separate the base and ui parts of the Gcr library more thoroughly.Stef Walter2012-12-223-78/+5
* Fix annotation warningsStef Walter2012-12-221-3/+4
* build: Fix warnings by including necessary headersStef Walter2012-12-041-0/+4
* gck/gcr: Check result of write() in loggerMathias Hasselmann2012-11-201-1/+6
* gck: Remove duplicate defined symbolStef Walter2012-11-091-2/+0
* egg-hex: Use a full string as the hex delimiterStef Walter2012-11-071-1/+1
* Update for deprecationsStef Walter2012-10-229-0/+18
* gck: Fix tests with p11-kit 0.13 and laterStef Walter2012-09-251-1/+1
* gck: Fix warnings printed by p11-kit during testsStef Walter2012-09-251-1/+1
* gck: Keep enumerating if getting info about one slot fails.Stef Walter2012-09-251-2/+4
* gck: respect silent build option in cp commandXan Lopez2012-08-091-1/+1
* Use p11-kit/pkcs11.h instead of shipping a copy with gck.Evan Nemerson2012-08-0411-1365/+13
* Remove support code for old glib versionsStef Walter2012-06-263-26/+0
* Documentation fixesStef Walter2012-06-262-22/+3
* Fix up GCR_DEBUG and GCK_DEBUG environment variablesStef Walter2012-04-031-10/+56
* Don't distribute built sourcesStef Walter2012-04-031-10/+10
* Fix copyright headers.Jordi Mallach2012-03-162-6/+6
* various srcdir != builddir fixesRyan Lortie2012-01-092-7/+6
* gck: Remove gck_attributes_add_owned()Stef Walter2011-12-214-32/+7
* Release 3.3.3.13.3.3.1Stef Walter2011-12-211-2/+2
* Fix build problemsStef Walter2011-12-201-4/+0
* Add gobject and gio dependencies to package config filesStef Walter2011-12-191-1/+1
* gck: Documentation warning fixesStef Walter2011-12-191-16/+16
* Revert changes to libtool version and removed APIStef Walter2011-12-0914-22/+537
* gck: Bump gck libtool version, as we removed interfaces from libgckStef Walter2011-12-0813-74/+17
* gck: Add documentation for newly functionsStef Walter2011-12-0812-41/+717
* gck: Rename GckObjectAttributes to GckObjectCacheStef Walter2011-12-087-141/+444
* gck: Add floating references to GckAttributesStef Walter2011-12-0818-89/+157
* gck: Add GckBuilder as a mutable attribute setStef Walter2011-12-0817-1510/+2502
* egg: Make secure memory pool shared across modulesStef Walter2011-12-083-1/+7
* Fix build for glib 2.31 deprecationsStef Walter2011-12-062-0/+20
* gck: Make the gck_attributes_to_string() function publicStef Walter2011-11-306-8/+20
* gck: Retrieve attributes in GckEnumerator properlyStef Walter2011-11-292-49/+77
* gck: Change gck_object_get attr_types arguments to constStef Walter2011-11-232-6/+13
* gcr: Document GcrCertificateRequestStef Walter2011-11-231-1/+1
* gcr: Implement functions for loading and using SubjectPublicKeyInfoStef Walter2011-11-231-4/+3