summaryrefslogtreecommitdiff
path: root/pkcs11/secret-store
Commit message (Expand)AuthorAgeFilesLines
* Rework configure build options based on recent mailing list postsStef Walter2011-09-261-8/+1
* Secure memory taggingStef Walter2011-09-101-0/+2
* gcr: Documentation, testing and distcheck fixesStef Walter2011-09-011-1/+1
* Fix compile warnings when building with --disable-debugStef Walter2011-08-301-1/+1
* Don't keep going after tests failStef Walter2011-08-251-1/+1
* secret-store: Add more example keyrings to parse.Stef Walter2011-04-253-26/+48
* Modernize the remainder of the tests.Stef Walter2011-04-2425-1816/+2148
* Fix more gcc 4.6 warnings.Marc Plano-Lesay2011-04-231-4/+0
* Link directly to gmodule for the modules that need itSjoerd Simons2011-01-241-1/+3
* Add missing files to distribution.Stef Walter2010-12-221-3/+3
* [pkcs11] Fix up standalone modules for use in tests.Stef Walter2010-12-102-2/+17
* [testing] Preprocess test files before searching for tests.Stef Walter2010-11-2410-120/+122
* [testing] Add function for putting test files in scratch dir.Stef Walter2010-09-211-23/+2
* [secret-store] Fix the CKA_TRUSTED attribute for collections.Stef Walter2010-09-011-1/+1
* [gkm] Always pass around session when finding stuff.Stef Walter2010-06-134-13/+17
* Implement auto unlock in wrap-layer.Stef Walter2010-06-121-0/+11
* Cleaner naming in testing suite.Stef Walter2010-06-0810-12/+12
* Cleanup .gitignore files.Stef Walter2010-06-081-3/+0
* Cleanup naming and whitespace for testing stuff.Stef Walter2010-06-0812-34/+33
* Simpler way to define secure memory callbacks.Stef Walter2010-06-081-7/+1
* Massive cleanup of line endings and file names.Stef Walter2010-06-0844-3634/+3634
* [secret-store] Don't save session keyring to disk.Stef Walter2010-03-201-39/+43
* More robust error display and handling.Stef Walter2010-03-192-3/+6
* [secret-store] Two minor fixes for keyring creation.Stef Walter2010-02-181-1/+1
* [secret-store] Allow specifying CKA_ID when creating collection.Stef Walter2010-02-181-4/+47
* Fix another Solaris CC build issue.Jeff Cai2010-02-141-1/+1
* [secret-store] Possible fix for a sporadic crash in this area.Stef Walter2010-02-141-1/+1
* [secret-store] Return OK when a search includes a bad collection identifier.Stef Walter2010-02-143-34/+38
* [pkcs11] Fix problem with not storing secret value properly.Stef Walter2010-02-133-9/+8
* [secret-store] Fix regression: secret value not stored properly.Stef Walter2010-02-131-1/+6
* [secret-store] Don't try to set credential attribute twice.Stef Walter2010-02-091-0/+1
* Solaris CC doesn't allow return voidJeff Cai2010-02-071-12/+24
* [secrets] Create unlock credentials with correct attributes.Stef Walter2010-02-061-0/+1
* [secrets] Fix problems with collection reloading.Stef Walter2010-02-061-8/+11
* Implement collection storing lock on idle, and unlock timeoutStef Walter2010-02-014-33/+81
* Fix unit testing which recent commit broke on this branch.Stef Walter2010-02-011-1/+1
* [pkcs11] Rework how credentials, and auto-destruct work.Stef Walter2010-02-016-51/+119
* [secrets] Fix bug when setting schema attribute.Stef Walter2010-01-041-0/+1
* [pkcs11] Add schema attribute to secret items.Stef Walter2010-01-046-45/+112
* [pkcs11] Store objects after any attribute change.Stef Walter2010-01-031-2/+2
* Release version 2.29.4GNOME_KEYRING_2_29_4Stef Walter2009-12-212-1/+6
* Remove old keyring socket, library and code support.Stef Walter2009-12-171-0/+68
* [pkcs11] Fix some shutdown ordering problems.Stef Walter2009-12-141-1/+12
* [secret-store] Fix assertion when parsing textual keyring.Stef Walter2009-12-141-2/+5
* [secret-store] Implement changing of master credentials for collection.Stef Walter2009-12-141-8/+86
* [secret-store] Implement always present 'session' keyring.Stef Walter2009-12-132-1/+41
* [dbus] Implement getting and setting of secrets.Stef Walter2009-11-251-0/+13
* [pkcs11] Refactor object creation.Stef Walter2009-11-195-119/+127
* [pkcs11] Add support for creating credentials without object.Stef Walter2009-11-123-31/+88
* [pkcs11] Cleaner way of associating data with credentials.Stef Walter2009-11-101-4/+3