platform/upstream/gcr.git
2010-10-01 Stef Walter[gck] Build libgck docs and remove gp11 docs.
2010-10-01 Stef Walter[gck] Mark the gck API as unstable with a define.
2010-09-28 Stef Walter[gck] GckAttribute with const value pointer.
2010-09-28 Stef Walter[gck] Simplify use of GckMechanism
2010-09-27 Stef Walter[gck] Cleanup use of 'full' functions.
2010-09-27 Stef Walter[gck] Add session options, remove module options.
2010-09-18 Stef Walter[gck] Add gck_attributes_add_all() for copying GckAttri...
2010-09-18 Stef Walter[gck] Rework testing and make mock module.
2010-09-18 Stef Walter[gck] Expose CK_BBOOL and CK_ULONG casting helpers.
2010-09-12 Stef WalterMerge branch 'master' into gck-work
2010-09-12 Stef WalterRelease version 2.31.92
2010-09-12 Stef WalterMerge branch 'pam-client-no-max-path'
2010-09-11 Stef Walter[egg] Fix secure memory assertion.
2010-09-11 Stef WalterMerge branch 'gsettings-migration'
2010-09-10 Stef Walter[gck] Fix double free with copied attributes.
2010-09-10 Stef Walter[gp11] Fix double free with copied attributes.
2010-09-08 Stef WalterMerge remote branch 'pwith/628910-header-dir'
2010-09-08 Stef Walter[schema] Add in org.gnome.crypto.pgp gsettings schema.
2010-09-07 Stef Walter[gpg-agent] Add gsettings to store passphrase preferences.
2010-09-07 Philip WithnallFix the header installation directory for libgcr
2010-09-05 Stef Walter[gcr, ui] Rework how unlock options are loaded and...
2010-09-01 Stef WalterMerge branch '624570-gtk3-option'
2010-08-31 Philip WithnallPort to GTK+ 3
2010-08-29 Philip WithnallAdd missing default cases in switch statements
2010-08-29 Philip WithnallFix shadowing of a glibc function to fix a gcc warning
2010-08-29 Philip WithnallUse #ifdef instead of #if to fix gcc warnings
2010-08-29 Philip WithnallUse "different from" rather than "different than" in...
2010-08-29 Stef Walter[gpg-agent] Change the agent prompt strings to not...
2010-08-27 Stef Walter[gcr] Install the gcr-simple-certificate.h header properly.
2010-08-25 Stef WalterPort gnome-keyring to new gck library.
2010-08-09 Stef Walter[gck] Implement PkCS#11 URI's and enumeration
2010-08-09 Stef Walter[egg] Make the hex decoder more robust
2010-08-09 Stef Walter[gck] Fix up tests problems after recent commits.
2010-08-08 Stef WalterMerge branch 'master' into gck-work
2010-08-01 Stef Walter[gck] Add methods for listing and initializing register...
2010-08-01 Stef Walter[gck] Make various objects pretty much immutable.
2010-07-31 Stef Walter[gck] Remove most complex var args functions.
2010-07-30 Stef Walter[gck] Remove session pooling, and add concept of module...
2010-07-30 Stef Walter[gck] Fix some indentation
2010-07-30 Stef Walter[gck] More header cleanups.
2010-07-30 Stef WalterMerge branch 'master' into gck-work
2010-07-30 Stef Walter[gck] Remove debug line.
2010-07-30 Stef Walter[gck] Objects keep reference to sessions not slots.
2010-07-29 Stef Walter[gck] In preparation for public release, rename library.
2010-07-28 Stef Walter[egg] Fix asn.1 parsing into GDate.
2010-07-26 Stef Walter[egg] Fix problems building on 32-bit.
2010-07-11 Stef Walter[daemon] Fix uninitialized PKCS#11 function pointer.
2010-07-11 Stef Walter[gp11] Open readonly sessions when enumerating objects.
2010-07-11 Stef Walter[gp11] Don't keep authenticating if protected auth...
2010-07-11 Stef WalterRemove run time dependency on libtasn1.
2010-07-10 Stef WalterUse new DER decoding and encoding routines.
2010-06-28 Stef WalterMerge branch 'gpg-agent'
2010-06-28 Stef WalterMerge branch 'asn1-work'
2010-06-24 Stef Walter[egg] Implement some new asn1 tests, and fix problems.
2010-06-24 Stef Walter[egg] Move the DN functionality into its own file.
2010-06-24 Stef Walter[egg] Implement asn.1 encoding.
2010-06-24 Stef Walter[egg] Separate real ASN nodes in the tree from options.
2010-06-24 Stef Walter[egg] Implement a bunch of value reading functionality.
2010-06-24 Stef Walter[egg] Tracking of failure messages during decoding...
2010-06-24 Stef Walter[egg] Implement asn validation, and some read functions.
2010-06-24 Stef Walter[egg] Add asn functionality for clearing a tree.
2010-06-24 Stef Walter[egg] Rework asn1 decoding, add set support, much more...
2010-06-24 Stef Walter[egg] A few more parsing tests.
2010-06-24 Stef Walter[egg] Some more minor fixes for parsing certificates.
2010-06-24 Stef Walter[egg] Handle identifier joins that are more than one...
2010-06-24 Stef Walter[egg] Work on indefinite length encodings.
2010-06-24 Stef Walter[egg] Implement DER parsing of a certificate.
2010-06-24 Stef Walter[egg] Rework how asn nodes are accessed.
2010-06-24 Stef Walter[egg] Implement better dumping of asn1 tree.
2010-06-24 Stef Walter[egg] Initial asn1 parser work.
2010-06-13 Stef WalterMerge branch 'master' into gpg-agent
2010-06-12 Stef WalterMerge branch 'master' into gpg-agent
2010-06-12 Stef WalterMerge branch 'master' into gpg-agent
2010-06-08 Stef WalterCleaner naming in testing suite.
2010-06-08 Stef WalterImplement coverage of tests using gcov and lcov.
2010-06-08 Stef WalterCleanup naming and whitespace for testing stuff.
2010-06-08 Stef WalterNo more prompt tests.
2010-06-08 Stef WalterRun tests in a second thread, and run mainloop.
2010-06-08 Stef WalterFix possible threading race condition in gp11.
2010-06-08 Stef WalterSimpler way to define secure memory callbacks.
2010-06-08 Stef WalterFix bugs preventing wrap layer propmting from working.
2010-04-26 Stef WalterMore fixes for -DGSEAL_ENABLE
2010-04-13 Andre KlapperCompile with -DGSEAL_ENABLE. Fixes bug 612475.
2010-04-08 Stef WalterMake buildable with GTK+ 2.20 without deprecated symbols.
2010-03-30 Vincent UntzFix make dist (ship egg/egg-error.h)
2010-03-19 Stef WalterMore robust error display and handling.
2010-03-10 Vincent UntzMerge branch 'releasing-2.29.92'
2010-03-10 Vincent UntzFix make dist
2010-03-10 Vincent UntzFix make dist
2010-02-07 Stef WalterFix some translation strings.
2010-02-07 Stef WalterUse 'log in to' rather than 'log into'
2010-02-01 Stef Walter[gcr] Move the 'always unlock' option out of the unlock...
2010-02-01 Stef WalterRemove incomplete unlock per application/session support.
2010-02-01 Stef Walter[gcr] Add commun gcr unlock functionality.
2010-02-01 Stef Walter[gp11] Bug fixes to set and get template functionality.
2010-02-01 Stef Walter[gp11] Support for getting and setting object template...
2009-12-19 Stef Walter[gcr] Link tests to the right egg library file.
2009-12-19 Stef Walter[daemon] Large refactoring of prompting for pkcs11...
2009-12-17 Stef Walter[doc] Fix up documentation errors and warnings.
2009-12-17 Stef WalterRemove old keyring socket, library and code support.
next