summaryrefslogtreecommitdiff
path: root/gp11
Commit message (Expand)AuthorAgeFilesLines
* [gp11] Fix double free with copied attributes.Stef Walter2010-09-101-2/+2
* Add missing default cases in switch statementsPhilip Withnall2010-08-294-0/+24
* Fix shadowing of a glibc function to fix a gcc warningPhilip Withnall2010-08-291-4/+4
* Use #ifdef instead of #if to fix gcc warningsPhilip Withnall2010-08-292-10/+10
* Use "different from" rather than "different than" in a translatable stringPhilip Withnall2010-08-291-1/+1
* [daemon] Fix uninitialized PKCS#11 function pointer.Stef Walter2010-07-111-0/+1
* [gp11] Open readonly sessions when enumerating objects.Stef Walter2010-07-111-1/+3
* [gp11] Don't keep authenticating if protected auth path.Stef Walter2010-07-111-1/+1
* Cleaner naming in testing suite.Stef Walter2010-06-087-7/+7
* Cleanup .gitignore files.Stef Walter2010-06-082-8/+0
* Cleanup naming and whitespace for testing stuff.Stef Walter2010-06-089-45/+42
* No more prompt tests.Stef Walter2010-06-082-5/+0
* Run tests in a second thread, and run mainloop.Stef Walter2010-06-084-36/+35
* Fix possible threading race condition in gp11.Stef Walter2010-06-081-0/+1
* Fix bugs preventing wrap layer propmting from working.Stef Walter2010-06-081-2/+2
* More robust error display and handling.Stef Walter2010-03-191-1/+1
* Use 'log in to' rather than 'log into'Stef Walter2010-02-071-3/+3
* [gp11] Bug fixes to set and get template functionality.Stef Walter2010-02-011-1/+5
* [gp11] Support for getting and setting object template style attrs.Stef Walter2010-02-012-4/+398
* [doc] Fix up documentation errors and warnings.Stef Walter2009-12-177-67/+68
* [gp11] gp11_object_get_data null terminates.Stef Walter2009-12-171-12/+21
* [gp11] Implement C_InitPIN and C_SetPIN in gp11 library.Stef Walter2009-12-174-8/+317
* [gp11] Support same attrs passed for public/private to generate_key.Stef Walter2009-12-111-4/+8
* [gp11] Implement support for generate, wrap, unwrap, derive.Stef Walter2009-11-208-200/+1573
* Merge branch 'master' into dbus-apiStef Walter2009-10-241-0/+1
|\
| * [gp11] Fix memory leak in gp11_slot_get_token_info()Eric Sesterhenn2009-10-211-0/+1
* | [gp11] Return added attr from gp11_attributes_add_*Stef Walter2009-09-262-33/+57
* | [gp11] Don't fail when allocating zero length value.Stef Walter2009-08-231-1/+1
* | [gp11] CK_NOTIFY accepted when opening a session.Stef Walter2009-08-224-9/+26
|/
* Merge branch 'docs-reorganize'Stefan Walter2009-03-1717-8105/+731
* Release version 2.26.0GNOME_KEYRING_2_26_0Stefan Walter2009-03-141-4/+4
* Allow specifying auto-authenticate property on a more fine grained level.Stefan Walter2009-03-034-13/+22
* When enumerating objects in a module, skip tokens that fail from not being in...Stefan Walter2009-02-271-2/+15
* Fix problem with not distributing pkcs11.hStefan Walter2009-02-081-1/+1
* We should only have one pkcs11.h header.Stefan Walter2009-02-072-1352/+24
* Use varargs properly.Stefan Walter2009-02-071-2/+2
* Use properly sized variable to store handle in the test.Stefan Walter2009-02-071-1/+1
* Don't use freed memory in test.Stefan Walter2009-02-071-2/+2
* Fix problem not specifying size correctly when using varargs in tests.Stefan Walter2009-02-071-4/+4
* Ignore built files in git.Stefan Walter2009-02-074-0/+40
* Fix compiler warnings from -Wold-style-declaration. Fixes bug #5706Thomas Hindoe Paaboel Andersen2009-02-051-4/+4
* Fix more size problems when using constants with varargs. Fixes bugStefan Walter2009-02-025-59/+59
* Fix size problems when using constants with varargs. Fixes bug #569736.Stefan Walter2009-01-302-464/+463
* Use a more definite value for our varargs termination. Fixes bug #569769Stefan Walter2009-01-302-4/+4
* Add hash and equals functions for PKCS#11 modules, slots, and objects.Stefan Walter2009-01-207-0/+247
* Expose looking up slot flags, and a few other helpful functions.Stefan Walter2009-01-206-41/+88
* Add new gcr library for crypto UI and related tasks. Implement GckParserStefan Walter2009-01-181-3/+3
* Don't try to keep authenticating when bad password on protected auth pathStefan Walter2009-01-083-10/+11
* Fix compiler warnings and add -Werror back in when --enable-tests isStefan Walter2009-01-067-211/+216
* Helper function for matching mechanism types.Stefan Walter2009-01-062-0/+47