summaryrefslogtreecommitdiff
path: root/gp11
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix broken release, I have no idea why it distchecked.Stefan Walter2009-01-051-1/+1
* Release 2.25.4GNOME_KEYRING_2_25_4Stefan Walter2009-01-054-274/+324
* Fine tune function signatures.Stefan Walter2009-01-053-21/+42
* Add gp11_module_enumerate_objects set of functions which enumerates allStefan Walter2009-01-059-603/+881
* Add method to initialize module from a function list.Stefan Walter2009-01-032-11/+51
* Add support for specifying custom allocators on GP11Attributes, and fineStefan Walter2008-12-309-328/+865
* Add crypto support to GP11 library. Add support for auto-login of contextStefan Walter2008-12-2912-533/+1445
* Add basic thread-safety.Stefan Walter2008-12-2711-690/+1157
* Fix possible threading problems, by using proper class finalizer, andStefan Walter2008-12-215-91/+149
* There was a problem when the main loop wasn't being run for periods ofStefan Walter2008-12-173-17/+35
* gp11/gp11.hStefan Walter2008-12-148-88/+335
* Remove usage of deprecated glib stuff.Stefan Walter2008-11-041-1/+1
* Release version 2.24.0GNOME_KEYRING_2_24_0Stefan Walter2008-09-203-5/+4094
* Update documentation for functions in gp11 library.Stefan Walter2008-09-189-4051/+673
* Add init_args field. (gp11_module_initialize): Use init_args structureStefan Walter2008-09-141-9/+9
* Build fix for Solaris. Fixes bug #550943. Patch by Jeff Cai.Stefan Walter2008-09-071-0/+33
* Complete some more documentation.Stefan Walter2008-08-312-1/+60
* Use a more easily translatable message for CKR_RANDOM_SEED_NOT_SUPPORTED.Stefan Walter2008-08-311-1/+1
* Added start of documentation for the GP11 library.Stefan Walter2008-08-2810-3/+8145
* Missing file from previous commitStefan Walter2008-08-281-1/+1
* Make sure we use the UTC time when converting time from PKCS#11.Stefan Walter2008-08-281-1/+1
* Fix build problem with string formats to g_set_error.Stefan Walter2008-08-231-2/+2
* Add license comments to top of files.Stefan Walter2008-08-179-0/+204
* gp11/gp11.hStefan Walter2008-08-179-162/+453
* Add concept of invalid attributes. Don't throw error when some attributesStefan Walter2008-08-037-20/+100
* More fine tuning of GP11 library. Add missing functions. Clarify dateStefan Walter2008-08-036-36/+96
* Fine tune GP11 library. Make attribute data be guchar, and install gnomeStefan Walter2008-08-033-3/+3
* Fix text problems highlighted by Claude Paroz Fixes bug #545030.Stefan Walter2008-07-281-2/+2
* Build fixes. Fixes bug #544407Stefan Walter2008-07-251-3/+3
* Add ability to gnome-keyring module to pass in the socket using theStefan Walter2008-07-246-8/+9
* Build fixStefan Walter2008-07-241-1/+1
* Release 2.23.5GNOME_KEYRING_2_23_5Stefan Walter2008-07-211-1/+2
* Auto login of sessions when and where necessary.Stefan Walter2008-07-209-28/+302