summaryrefslogtreecommitdiff
path: root/gck
AgeCommit message (Expand)AuthorFilesLines
2013-04-19gcr: Supress warnings when building gobject-introspection Gir filesStef Walter1-0/+2
2013-03-22gck: Fix crash when hashing an unsupported attributesStef Walter2-2/+30
2013-02-22Don't install test/mock libraries unnecessarilyRico Tzschichholz1-4/+3
2013-02-12Use GObject.Object instead of GLib.Object in introspection annotationsStef Walter1-3/+3
2012-12-22Separate the base and ui parts of the Gcr library more thoroughly.Stef Walter3-78/+5
2012-12-22Fix annotation warningsStef Walter1-3/+4
2012-12-04build: Fix warnings by including necessary headersStef Walter1-0/+4
2012-11-20gck/gcr: Check result of write() in loggerMathias Hasselmann1-1/+6
2012-11-09gck: Remove duplicate defined symbolStef Walter1-2/+0
2012-11-07egg-hex: Use a full string as the hex delimiterStef Walter1-1/+1
2012-10-22Update for deprecationsStef Walter9-0/+18
2012-09-25gck: Fix tests with p11-kit 0.13 and laterStef Walter1-1/+1
2012-09-25gck: Fix warnings printed by p11-kit during testsStef Walter1-1/+1
2012-09-25gck: Keep enumerating if getting info about one slot fails.Stef Walter1-2/+4
2012-08-09gck: respect silent build option in cp commandXan Lopez1-1/+1
2012-08-04Use p11-kit/pkcs11.h instead of shipping a copy with gck.Evan Nemerson11-1365/+13
2012-06-26Remove support code for old glib versionsStef Walter3-26/+0
2012-06-26Documentation fixesStef Walter2-22/+3
2012-04-03Fix up GCR_DEBUG and GCK_DEBUG environment variablesStef Walter1-10/+56
2012-04-03Don't distribute built sourcesStef Walter1-10/+10
2012-03-16Fix copyright headers.Jordi Mallach2-6/+6
2012-01-09various srcdir != builddir fixesRyan Lortie2-7/+6
2011-12-21gck: Remove gck_attributes_add_owned()Stef Walter4-32/+7
2011-12-21Release 3.3.3.13.3.3.1Stef Walter1-2/+2
2011-12-20Fix build problemsStef Walter1-4/+0
2011-12-19Add gobject and gio dependencies to package config filesStef Walter1-1/+1
2011-12-19gck: Documentation warning fixesStef Walter1-16/+16
2011-12-09Revert changes to libtool version and removed APIStef Walter14-22/+537
2011-12-08gck: Bump gck libtool version, as we removed interfaces from libgckStef Walter13-74/+17
2011-12-08gck: Add documentation for newly functionsStef Walter12-41/+717
2011-12-08gck: Rename GckObjectAttributes to GckObjectCacheStef Walter7-141/+444
2011-12-08gck: Add floating references to GckAttributesStef Walter18-89/+157
2011-12-08gck: Add GckBuilder as a mutable attribute setStef Walter17-1510/+2502
2011-12-08egg: Make secure memory pool shared across modulesStef Walter3-1/+7
2011-12-06Fix build for glib 2.31 deprecationsStef Walter2-0/+20
2011-11-30gck: Make the gck_attributes_to_string() function publicStef Walter6-8/+20
2011-11-29gck: Retrieve attributes in GckEnumerator properlyStef Walter2-49/+77
2011-11-23gck: Change gck_object_get attr_types arguments to constStef Walter2-6/+13
2011-11-23gcr: Document GcrCertificateRequestStef Walter1-1/+1
2011-11-23gcr: Implement functions for loading and using SubjectPublicKeyInfoStef Walter1-4/+3
2011-11-23gck: add gck_attributes_set() and gck_attributes_set_all() functionsStef Walter4-8/+194
2011-11-21Fix bugs and unused code highlighted by the clang static analyzerStef Walter1-1/+0
2011-11-21Add valgrind memory checking and fix up errorsStef Walter14-18/+78
2011-11-15gck: Make gck_attributes_unref take a pointerStef Walter2-11/+12
2011-11-15gck: Fix problem where gck_slot_open_session_async() leaked objectsStef Walter3-2/+14
2011-11-14gck: Fix regression in gck_slot_open_session_finishStef Walter1-3/+37
2011-11-09gck: Fix annotations for array and out params in GckSessionStef Walter1-48/+51
2011-11-09gck: Allow generating key without getting out key objectsStef Walter1-21/+29
2011-11-07gck: fix symbols fileStef Walter1-0/+1
2011-11-03gck: gck_attribute_get_string() should not return a NULL stringStef Walter1-1/+5