platform/upstream/gcr.git
12 years agogcr: Implement OpenSSH public key parser
Stef Walter [Tue, 13 Sep 2011 06:04:41 +0000 (08:04 +0200)]
gcr: Implement OpenSSH public key parser

 * And add tests for various formats.

12 years agoegg: Add decoder for decimal data, analogous to the hex decoder.
Stef Walter [Mon, 12 Sep 2011 14:58:03 +0000 (16:58 +0200)]
egg: Add decoder for decimal data, analogous to the hex decoder.

12 years agogcr: Remove stock icon code, add gcr_icon_for_token_info()
Stef Walter [Tue, 27 Sep 2011 07:19:49 +0000 (09:19 +0200)]
gcr: Remove stock icon code, add gcr_icon_for_token_info()

 * gcr-icons.h is public
 * Remove old stock icon code, and use themed icons properly
 * Add gcr_icon_for_token_info() function which looks up an
   appropriate icon for a token.

12 years agogcr: Compatiblity fix for glib 2.28.x
Stef Walter [Tue, 27 Sep 2011 07:19:18 +0000 (09:19 +0200)]
gcr: Compatiblity fix for glib 2.28.x

12 years agogcr: Add icons for smart card
Stef Walter [Fri, 23 Sep 2011 15:18:45 +0000 (17:18 +0200)]
gcr: Add icons for smart card

 * Copy a bit of infrastructure from gnome-icon-theme

https://bugzilla.gnome.org/show_bug.cgi?id=659951

12 years agogcr: Fix for more glib deprecations
Stef Walter [Mon, 26 Sep 2011 20:05:21 +0000 (22:05 +0200)]
gcr: Fix for more glib deprecations

12 years agoMerge branch 'introspect-nodes'
Stef Walter [Mon, 26 Sep 2011 13:40:34 +0000 (15:40 +0200)]
Merge branch 'introspect-nodes'

12 years agoRework configure build options based on recent mailing list posts
Stef Walter [Mon, 26 Sep 2011 13:22:49 +0000 (15:22 +0200)]
Rework configure build options based on recent mailing list posts

 * --enable-strict to enable -Werror, fatal warnings and disable
   deprecations
 * --disable-debug to G_DISABLE_ASSERT
 * default debug for -g, WITH_DEBUG
 * --enable-debug to -OO

12 years agoSplit the gcr library into base and ui components.
Stef Walter [Mon, 26 Sep 2011 09:58:33 +0000 (11:58 +0200)]
Split the gcr library into base and ui components.

 * Different pkg-config files gcr-3.pc and gcr-base-3.pc
 * The base library doesn't link to GTK+ or anything that
   is used in the UI. It can be used by non-ui programs.

12 years agoMerge branch 'gnome-3-2'
Stef Walter [Mon, 26 Sep 2011 09:47:56 +0000 (11:47 +0200)]
Merge branch 'gnome-3-2'

12 years agoUpdate symbols files for recently added API.
Stef Walter [Wed, 21 Sep 2011 12:31:31 +0000 (14:31 +0200)]
Update symbols files for recently added API.

12 years agoFix pkcs11 related pkg-config variables and build output.
Stef Walter [Mon, 19 Sep 2011 20:04:32 +0000 (22:04 +0200)]
Fix pkcs11 related pkg-config variables and build output.

 * These were accidentally missed in earlier commits related
   to p11-kit 0.6

12 years agoMerge branch 'track-memory'
Stef Walter [Mon, 19 Sep 2011 07:39:28 +0000 (09:39 +0200)]
Merge branch 'track-memory'

12 years agogck: Documentation fix
Stef Walter [Mon, 19 Sep 2011 07:38:10 +0000 (09:38 +0200)]
gck: Documentation fix

12 years agoMerge branch 'sort-values'
Stef Walter [Mon, 19 Sep 2011 07:36:43 +0000 (09:36 +0200)]
Merge branch 'sort-values'

12 years agobuild: Fix parallel compilation
Bastien Nocera [Sat, 17 Sep 2011 19:08:36 +0000 (20:08 +0100)]
build: Fix parallel compilation

We need to tell Makefile how to generate gcr-oids.h

12 years agoChange online URL from library.g.o to developer.g.o
Andre Klapper [Tue, 13 Sep 2011 10:40:33 +0000 (12:40 +0200)]
Change online URL from library.g.o to developer.g.o

12 years agogcr: Accept slightly invalid PKCS#12 files
Stef Walter [Mon, 12 Sep 2011 10:21:05 +0000 (12:21 +0200)]
gcr: Accept slightly invalid PKCS#12 files

 * In particular when the order of a SET OF is incorrect as is generated
   by certain implementations.
 * Revert cbecc802e8cf5803aac9fbd3c546b539773220b2 since this fix was
   wrong.
 * Add egg_asn1x_decode_no_validate() so that callers can validate on
   their own and specify validation options.

12 years agogcr: Verify PKCS#12 MAC
Stef Walter [Mon, 12 Sep 2011 10:20:19 +0000 (12:20 +0200)]
gcr: Verify PKCS#12 MAC

 * This also has the nice effect of sanifying the prompting for unlock
   passwords for PKCS#12 file, since it's done by the parser before
   looking inside the various parts of the file.

12 years agogcr: Fix memory leak while parsing PKCS#8 encrypted keys.
Stef Walter [Mon, 12 Sep 2011 08:14:38 +0000 (10:14 +0200)]
gcr: Fix memory leak while parsing PKCS#8 encrypted keys.

12 years agoegg: Fix issue generating PKCS#12 symkey from password
Stef Walter [Mon, 12 Sep 2011 08:13:20 +0000 (10:13 +0200)]
egg: Fix issue generating PKCS#12 symkey from password

 * If the key needed was longer than the hash size we would
   generate the incorrect key.
 * Right align the calculated number correctly in the buffer

12 years agoegg: Fix ASN.1 issues validating order of SETOF
Stef Walter [Mon, 12 Sep 2011 08:12:03 +0000 (10:12 +0200)]
egg: Fix ASN.1 issues validating order of SETOF

 * Compare just the value, rather than the entire TLV
 * This fixes some corner cases parsing PKCS#12 files

12 years agoSecure memory tagging
Stef Walter [Thu, 14 Oct 2010 19:38:39 +0000 (19:38 +0000)]
Secure memory tagging

 * Tag all secure memory with strings, and print out diagnostic
   report of what's in use, upon request.

12 years agoFix typo in GcrUnlockRenderer
Stef Walter [Sat, 10 Sep 2011 05:57:14 +0000 (07:57 +0200)]
Fix typo in GcrUnlockRenderer

https://bugzilla.gnome.org/show_bug.cgi?id=658668

12 years agogck: Add functions for matching uri to modules and tokens
Stef Walter [Fri, 9 Sep 2011 12:54:32 +0000 (14:54 +0200)]
gck: Add functions for matching uri to modules and tokens

12 years agogcr: Add gcr_union_collection_have() and gcr_union_collection_size()
Stef Walter [Fri, 9 Sep 2011 10:22:06 +0000 (12:22 +0200)]
gcr: Add gcr_union_collection_have() and gcr_union_collection_size()

 * Used to check wether a collection is part of the union.

12 years agogcr: Fix extra object reference in gcr_union_collection_take()
Stef Walter [Wed, 7 Sep 2011 14:14:24 +0000 (16:14 +0200)]
gcr: Fix extra object reference in gcr_union_collection_take()

12 years agogcr: Fix null pointer dereference when finalizing GcrCollectionModel
Stef Walter [Wed, 7 Sep 2011 14:14:08 +0000 (16:14 +0200)]
gcr: Fix null pointer dereference when finalizing GcrCollectionModel

12 years agogcr: Fix gcr-viewer build errors
Travis Reitter [Tue, 6 Sep 2011 13:28:44 +0000 (15:28 +0200)]
gcr: Fix gcr-viewer build errors

https://bugzilla.gnome.org/show_bug.cgi?id=658319

12 years agogcr: Fix linking of gcr-viewer
Rodrigo Moya [Tue, 6 Sep 2011 08:43:14 +0000 (10:43 +0200)]
gcr: Fix linking of gcr-viewer

https://bugzilla.gnome.org/show_bug.cgi?id=658249

12 years agogcr: Add GcrUnionCollection class
Stef Walter [Tue, 6 Sep 2011 13:21:07 +0000 (15:21 +0200)]
gcr: Add GcrUnionCollection class

 * A GcrCollection which combines the contents of other collections
   into a single collection.

12 years agogcr: gcr_collection_model_set_columns() now returns number of columns
Stef Walter [Mon, 5 Sep 2011 14:08:58 +0000 (16:08 +0200)]
gcr: gcr_collection_model_set_columns() now returns number of columns

 * Return the number of real columns added (not including the
   possible selected column).
 * Fix several crashers in GcrCollectionModel as well.

12 years agogcr: Add gcr_collection_model_get_collection()
Stef Walter [Mon, 5 Sep 2011 14:08:26 +0000 (16:08 +0200)]
gcr: Add gcr_collection_model_get_collection()

 * A way to get the collection that collection model is based on.

12 years agogcr: Add gcr_collection_contains() as a virtual interface method.
Stef Walter [Mon, 5 Sep 2011 14:03:36 +0000 (16:03 +0200)]
gcr: Add gcr_collection_contains() as a virtual interface method.

 * And deprecate gcr_simple_collection_contains()
 * This is because this method is hard to implement at a higher layer
   efficiently, and the collection itself needs to get involved.

12 years agogcr: Add support for GcrCollectionModel to have child rows
Stef Walter [Fri, 2 Sep 2011 19:10:06 +0000 (21:10 +0200)]
gcr: Add support for GcrCollectionModel to have child rows

 * A child row is represented by an object that implements the
   GcrCollection

12 years agogcr: Add GtkTreeSortable interface to GcrCollectionModel
Stef Walter [Fri, 2 Sep 2011 14:50:31 +0000 (16:50 +0200)]
gcr: Add GtkTreeSortable interface to GcrCollectionModel

 * Can now sort based on values, which simplifies callers of
   GcrCollectionModel.
 * Needed for use in seahorse.

12 years agogcr: Don't update the MIME database if DESTDIR is set
Kalev Lember [Wed, 31 Aug 2011 20:51:48 +0000 (23:51 +0300)]
gcr: Don't update the MIME database if DESTDIR is set

This way the configure defaults work for binary distributions and they
don't need to pass --disable-update-mime to configure.

https://bugzilla.gnome.org/show_bug.cgi?id=657871

12 years agobuild: install gcr-viewer-window.h header file
Frédéric Péters [Sat, 3 Sep 2011 22:45:49 +0000 (00:45 +0200)]
build: install gcr-viewer-window.h header file

https://bugzilla.gnome.org/show_bug.cgi?id=658147

12 years agogcr: Stop parsing PKCS#12 bag if locked
Stef Walter [Fri, 2 Sep 2011 11:43:49 +0000 (13:43 +0200)]
gcr: Stop parsing PKCS#12 bag if locked

 * This allows GcrUnlockRenderer to work correctly for certain
   types of PKCS#12 files it was screwing up on before.

12 years agogcr: Proper flags for GcrColumnFlags
Stef Walter [Fri, 2 Sep 2011 11:43:13 +0000 (13:43 +0200)]
gcr: Proper flags for GcrColumnFlags

 * Include GCR_COLUMN_NONE
 * Use << instead of hex numbers

12 years agogcr: Add support for getting friendly name out of a PKCS#12 file.
Stef Walter [Thu, 1 Sep 2011 11:39:54 +0000 (13:39 +0200)]
gcr: Add support for getting friendly name out of a PKCS#12 file.

12 years agogcr: Support multiple items inside a PKCS#12 bag.
Stef Walter [Thu, 1 Sep 2011 10:50:01 +0000 (12:50 +0200)]
gcr: Support multiple items inside a PKCS#12 bag.

 * This is how (at least) openssl sends along additional certs in
   a PKCS#12 file.
 * Create a new file personal.p12 to test this.

12 years agogcr: Use place holder text in viewer unlock prompt.
Stef Walter [Thu, 1 Sep 2011 10:10:40 +0000 (12:10 +0200)]
gcr: Use place holder text in viewer unlock prompt.

 * Displays 'Password' in the box where the user types the password.

12 years agogcr: Documentation, testing and distcheck fixes
Stef Walter [Thu, 1 Sep 2011 09:29:49 +0000 (11:29 +0200)]
gcr: Documentation, testing and distcheck fixes

 * Update symbols for new APIs
 * Update docs with new APIs
 * Change how tests find fixture files.

12 years agogcr: Expose correct outer block for PEM in GcrParser
Stef Walter [Wed, 31 Aug 2011 19:06:43 +0000 (21:06 +0200)]
gcr: Expose correct outer block for PEM in GcrParser

12 years agoegg: Make OpenSSL PEM routines return outer block as well.
Stef Walter [Wed, 31 Aug 2011 19:06:00 +0000 (21:06 +0200)]
egg: Make OpenSSL PEM routines return outer block as well.

 * We expose this in GcrParser so that we can reparse a block that needs
   a password.

12 years agogcr: Display errors in the gcr-viewer
Stef Walter [Wed, 31 Aug 2011 13:57:02 +0000 (15:57 +0200)]
gcr: Display errors in the gcr-viewer

 * Add GcrFailureRenderer which shows errors with reason and icon

12 years agogcr: Add support for unlocking files in gcr-viewer
Stef Walter [Wed, 31 Aug 2011 13:30:58 +0000 (15:30 +0200)]
gcr: Add support for unlocking files in gcr-viewer

 * Add a GcrRenderer which displays unlock widgets
 * Add method to GcrViewer which allows insertion of renderer before another
 * Functionality in GcrDisplayView for showing dialog like widgets in view
 * Fixes for removing renderer from view
 * Parser fixes for enabling all formats
 * Parser fixes for PKCS#12 parsing with locked data

12 years agogcr: Support get surrounding data block from GcrParser
Stef Walter [Thu, 25 Aug 2011 14:50:03 +0000 (16:50 +0200)]
gcr: Support get surrounding data block from GcrParser

 * This is needed for importing parsed data into other places
   than PKCS#11 tokens.
 * Going to use this in seahorse.

12 years agogcr: Test GcrParser with null and empty data
Stef Walter [Thu, 25 Aug 2011 14:34:25 +0000 (16:34 +0200)]
gcr: Test GcrParser with null and empty data

12 years agogcr: Refactor the parser tests
Stef Walter [Thu, 25 Aug 2011 14:19:22 +0000 (16:19 +0200)]
gcr: Refactor the parser tests

 * Make one test per file, and give them descriptive names.
 * Make the tests quieter as well.

12 years agoTypo in translatable string
Friedel Wolff [Wed, 31 Aug 2011 08:00:18 +0000 (10:00 +0200)]
Typo in translatable string

https://bugzilla.gnome.org/show_bug.cgi?id=656599

12 years agogck: Fix tests for new PKCS#11 URI revesion
Stef Walter [Wed, 31 Aug 2011 07:36:01 +0000 (09:36 +0200)]
gck: Fix tests for new PKCS#11 URI revesion

 * Some of the attribute names changed to include dashes

12 years agogck: Add gck_modules_tokens_for_uri() function
Stef Walter [Wed, 31 Aug 2011 07:35:05 +0000 (09:35 +0200)]
gck: Add gck_modules_tokens_for_uri() function

 * Returns multilpe tokens matching a URI
 * We use this when looking up the trust slots

12 years agogck: Add debug output to GckEnumerator and bits of GckSession
Stef Walter [Wed, 31 Aug 2011 07:33:11 +0000 (09:33 +0200)]
gck: Add debug output to GckEnumerator and bits of GckSession

 * Also fix up Gcr debugging
 * And add debugging to trust stuff.

12 years agogcr: Fix library initialization bugs, and add some debug statements.
Stef Walter [Tue, 30 Aug 2011 20:22:38 +0000 (22:22 +0200)]
gcr: Fix library initialization bugs, and add some debug statements.

 * Fix problems loading trust URIS and initializing modules.
 * Better debug output about library initialization.

12 years agoFix compile warnings when building with --disable-debug
Stef Walter [Tue, 30 Aug 2011 11:36:15 +0000 (13:36 +0200)]
Fix compile warnings when building with --disable-debug

12 years agogcr: Fix up GcrViewerWindow documentation
Stef Walter [Tue, 30 Aug 2011 10:27:10 +0000 (12:27 +0200)]
gcr: Fix up GcrViewerWindow documentation

12 years agoRelease 3.1.90
Stef Walter [Tue, 30 Aug 2011 09:30:30 +0000 (11:30 +0200)]
Release 3.1.90

 * Fix build issues to do with mime database
 * Fix testing issues in pkcs11 trust assertion database
 * Fix distribution issues.

12 years agogcr: Add better xdg-mime files for identifying crypto related file types
Stef Walter [Mon, 22 Aug 2011 13:39:19 +0000 (15:39 +0200)]
gcr: Add better xdg-mime files for identifying crypto related file types

 * Add hook up gcr-viewer to view most of those types.
 * Rename test file extensions to match the proper ones

12 years agogcr: Fix up GcrDisplayView bugs and look
Stef Walter [Mon, 22 Aug 2011 09:05:34 +0000 (11:05 +0200)]
gcr: Fix up GcrDisplayView bugs and look

 * Separators between items.
 * Clicking details doesn't remove items when more than one
   is displayed.
 * Better spacing.

12 years agoAdd function for registering well known renderers.
Stef Walter [Thu, 31 Mar 2011 07:08:55 +0000 (09:08 +0200)]
Add function for registering well known renderers.

Renderers for certificates and keys are registered.

12 years agoImplement basic little viewer window.
Stef Walter [Fri, 25 Mar 2011 11:20:51 +0000 (12:20 +0100)]
Implement basic little viewer window.

Doesn't yet layout correctly, and is pretty plain, but displays
certificates.

12 years agoFix up documentation warning.
Stef Walter [Thu, 25 Aug 2011 12:32:37 +0000 (14:32 +0200)]
Fix up documentation warning.

12 years agogcr: Don't initialize pkcs11 modules automatically.
Stef Walter [Thu, 25 Aug 2011 12:25:58 +0000 (14:25 +0200)]
gcr: Don't initialize pkcs11 modules automatically.

Only load and initialize the pkcs11 modules when they're needed rather
than when anything in gcr is touched. For starters this is lighter,
and secondly modules can block while loading.

Add async initialization functions, and treat the initialization
of PkcS#11 modules as something that can block.

12 years agoDon't keep going after tests fail
Stef Walter [Thu, 25 Aug 2011 12:24:25 +0000 (14:24 +0200)]
Don't keep going after tests fail

 * Remove -k from gtester arguments

12 years agogck: Cleanup gck API for consistency
Stef Walter [Thu, 25 Aug 2011 10:33:48 +0000 (12:33 +0200)]
gck: Cleanup gck API for consistency

 * The GCK library is incrementing its major library version number
   this release cycle. So take that advantage to cleanup the API
   a little bit before stable releases.

12 years agogcr: ABI fixes for gcr library
Stef Walter [Thu, 25 Aug 2011 10:32:30 +0000 (12:32 +0200)]
gcr: ABI fixes for gcr library

 * The gcr library has not iterated its major version
 * Move deprecated stuff into separate headers
 * Also fix problem with enum-types header.

12 years agoPut ABI symbol checks into 'make check'
Stef Walter [Thu, 25 Aug 2011 09:50:18 +0000 (11:50 +0200)]
Put ABI symbol checks into 'make check'

 * We have files in which all public symbols for the gck and gcr
   libraries, and then check these against the linked libraries.
 * Not a panacea for ABI changes, but at least a simple check

12 years agogck: Add async initialization functions.
Stef Walter [Thu, 25 Aug 2011 09:21:24 +0000 (11:21 +0200)]
gck: Add async initialization functions.

 * PKCS#11 modules can take indeterminate time to initialize
 * Allow initialization in a separate thread

12 years agoMerge branch 'parse-other-names'
Stef Walter [Wed, 17 Aug 2011 16:40:37 +0000 (18:40 +0200)]
Merge branch 'parse-other-names'

12 years agogcr: Display otherName subject-alt-name for xmppAddr and DNS SRV
Stef Walter [Wed, 3 Aug 2011 13:11:54 +0000 (15:11 +0200)]
gcr: Display otherName subject-alt-name for xmppAddr and DNS SRV

 * Display the xmppAddr and DNS SRV otherName type subject alt names
   correctly. These are displayed as simple strings.
 * Also fix the critical warning when these were encountered.

https://bugzilla.gnome.org/show_bug.cgi?id=655902

12 years agogcr: Reorganize how gcr oids are generated
Stef Walter [Wed, 3 Aug 2011 13:08:01 +0000 (15:08 +0200)]
gcr: Reorganize how gcr oids are generated

 * Use script gcr-mkoids to generate oid quark code.
 * Call _gcr_oids_init() before using any GCR_OID_XXX symbols.

12 years agoschema: Add support for keyservers in o.g.crypto.pgp schema
Stef Walter [Wed, 27 Jul 2011 13:16:01 +0000 (15:16 +0200)]
schema: Add support for keyservers in o.g.crypto.pgp schema

 * This is needed by seahorse's GSettings migration.
 * This keyservers setting is here, because it's a desktop
   wide setting, rather than seahorse specific.

https://bugzilla.gnome.org/show_bug.cgi?id=622401

12 years agoRelease version 3.1.4
Stef Walter [Mon, 25 Jul 2011 08:15:58 +0000 (10:15 +0200)]
Release version 3.1.4

 * Include some changes to make comparing symbols easier.
 * Fix some issues that came up when doing make distcheck

12 years agogcr: install the enum headers
Ross Burton [Tue, 19 Jul 2011 08:54:26 +0000 (09:54 +0100)]
gcr: install the enum headers

https://bugzilla.gnome.org/show_bug.cgi?id=654896

12 years agogck: Fix PKCS#11 URI documentation.
Stef Walter [Mon, 18 Jul 2011 10:04:35 +0000 (12:04 +0200)]
gck: Fix PKCS#11 URI documentation.

12 years agogcr: Use glib-mkenums to generate types for enums and flags
Stef Walter [Mon, 18 Jul 2011 09:54:04 +0000 (11:54 +0200)]
gcr: Use glib-mkenums to generate types for enums and flags

 * And remove manually coded type registration in GcrCertificateChain

12 years agoCleanup doc sections a bit.
Stef Walter [Mon, 18 Jul 2011 08:00:51 +0000 (10:00 +0200)]
Cleanup doc sections a bit.

12 years agoMerge branch 'list-selector'
Stef Walter [Mon, 18 Jul 2011 07:58:53 +0000 (09:58 +0200)]
Merge branch 'list-selector'

12 years agogcr: Better markup for PGP keys.
Stef Walter [Wed, 13 Jul 2011 09:25:07 +0000 (11:25 +0200)]
gcr: Better markup for PGP keys.

12 years agogcr: Document GcrListSelector
Stef Walter [Tue, 12 Jul 2011 16:50:10 +0000 (18:50 +0200)]
gcr: Document GcrListSelector

12 years agogcr: Add the list selector and live search.
Stef Walter [Tue, 12 Jul 2011 14:47:05 +0000 (16:47 +0200)]
gcr: Add the list selector and live search.

 * Use live search from Empathy.
 * Selector has [x] boxes next to each object.

https://bugzilla.gnome.org/show_bug.cgi?id=654484

12 years agogcr: Better markup for PGP keys.
Stef Walter [Wed, 13 Jul 2011 09:25:07 +0000 (11:25 +0200)]
gcr: Better markup for PGP keys.

12 years agoFix some distcheck problems
Stef Walter [Wed, 13 Jul 2011 08:48:15 +0000 (10:48 +0200)]
Fix some distcheck problems

12 years agogcr: Update doc images
Stef Walter [Wed, 13 Jul 2011 08:47:51 +0000 (10:47 +0200)]
gcr: Update doc images

 * And fix some issues with building shooter executable

12 years agogcr: Add icons for key and keypair
Stef Walter [Wed, 13 Jul 2011 07:45:10 +0000 (09:45 +0200)]
gcr: Add icons for key and keypair

https://bugzilla.gnome.org/show_bug.cgi?id=651862

12 years agogcr: Review fixes for gnupg icon support
Stef Walter [Tue, 12 Jul 2011 12:53:06 +0000 (14:53 +0200)]
gcr: Review fixes for gnupg icon support

 * Reviewed by Phillip Withnall
 * Memory leak fixes.
 * Documentation
 * Other minor bits.

12 years agogcr: Display photo as icon for Gnupg keys.
Stef Walter [Fri, 13 May 2011 19:30:29 +0000 (21:30 +0200)]
gcr: Display photo as icon for Gnupg keys.

 * Load the first photo uid and use as icon for Gnupg Keys.
 * Add GcrMemoryIcon which is a GLoadableIcon which loads from
   data in memory.

https://bugzilla.gnome.org/show_bug.cgi?id=650433

12 years agogcr: Implement loading of attributes in GcrGnupgCollection
Stef Walter [Thu, 12 May 2011 17:18:41 +0000 (19:18 +0200)]
gcr: Implement loading of attributes in GcrGnupgCollection

 * These attributes can contain photo ids.
 * Add various definitions for dealing with attributes.
 * Since we like everything in the --with-colons gnupg format,
   we implement our own record type 'xa1' and cram the attribute
   (photo id) into there, along with all data.

https://bugzilla.gnome.org/show_bug.cgi?id=650433

12 years agoMerge branch 'gnupg-process'
Stef Walter [Tue, 12 Jul 2011 10:55:57 +0000 (12:55 +0200)]
Merge branch 'gnupg-process'

12 years agogcr: Review changes for GcrGnupgProcess from Phillip Withnall
Stef Walter [Tue, 12 Jul 2011 10:47:39 +0000 (12:47 +0200)]
gcr: Review changes for GcrGnupgProcess from Phillip Withnall

 * Better docs
 * Disconnect signal handlers properly.
 * Cleanup tests.
 * Other bits

12 years agogcr: Refactor gnupg process execution into its own class.
Stef Walter [Thu, 12 May 2011 14:13:33 +0000 (16:13 +0200)]
gcr: Refactor gnupg process execution into its own class.

 * Support getting user attribute data from keyring.
 * Support getting status messages from gpg.
 * Better cancellation api.
 * Control over LOCALE

https://bugzilla.gnome.org/show_bug.cgi?id=650336

12 years agogcr: Fixes for the gcr-3.pc file
Stef Walter [Sat, 9 Jul 2011 07:40:51 +0000 (09:40 +0200)]
gcr: Fixes for the gcr-3.pc file

 * Proper Name: field
 * Fix GTK dependency

12 years agogck: Dump major version number due to recent API refactoring.
Stef Walter [Sat, 9 Jul 2011 06:53:20 +0000 (08:53 +0200)]
gck: Dump major version number due to recent API refactoring.

 * API is not yet stable, but we increase the major version so that we
   don't piss off packagers.

12 years agoMore build fixes after recent changes.
Stef Walter [Fri, 8 Jul 2011 16:21:52 +0000 (18:21 +0200)]
More build fixes after recent changes.

 * Use proper library names for gcr
 * Use lib64 properly for pam modules when default is configured.

12 years agoRemove support for GTK+2.
Stef Walter [Fri, 13 May 2011 20:39:09 +0000 (22:39 +0200)]
Remove support for GTK+2.

 * Simplifies things going forward. Now that GTK+3 is in stable distros
   we can depend on it.
 * This was raised on the mailing list a while back.

https://bugzilla.gnome.org/show_bug.cgi?id=650144

12 years agogck: Update GckUriFlags to match p11-kit
Stef Walter [Wed, 6 Jul 2011 15:52:54 +0000 (17:52 +0200)]
gck: Update GckUriFlags to match p11-kit

12 years agoUse p11-kit to lookup trust uris.
Stef Walter [Tue, 5 Apr 2011 14:22:57 +0000 (16:22 +0200)]
Use p11-kit to lookup trust uris.

12 years agoRemove extraneous argument from gck_module_new and gck_module_initialize
Stef Walter [Tue, 5 Apr 2011 13:21:40 +0000 (15:21 +0200)]
Remove extraneous argument from gck_module_new and gck_module_initialize

 * Since the signature of these functions changed anyway (API not yet
   stable, we are going to clean them up a bit more.
 * The xxx_full versions may be needed in the future if more options
   show up.