summaryrefslogtreecommitdiff
path: root/gp11/gp11-slot.c
Commit message (Expand)AuthorAgeFilesLines
* [gp11] Remove gp11 library.Stef Walter2010-10-081-1067/+0
* Add missing default cases in switch statementsPhilip Withnall2010-08-291-0/+6
* Use #ifdef instead of #if to fix gcc warningsPhilip Withnall2010-08-291-1/+1
* [doc] Fix up documentation errors and warnings.Stef Walter2009-12-171-0/+1
* 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] CK_NOTIFY accepted when opening a session.Stef Walter2009-08-221-4/+16
|/
* Merge branch 'docs-reorganize'Stefan Walter2009-03-171-0/+131
* Allow specifying auto-authenticate property on a more fine grained level.Stefan Walter2009-03-031-2/+2
* Add hash and equals functions for PKCS#11 modules, slots, and objects.Stefan Walter2009-01-201-0/+51
* Expose looking up slot flags, and a few other helpful functions.Stefan Walter2009-01-201-19/+30
* Don't try to keep authenticating when bad password on protected auth pathStefan Walter2009-01-081-1/+1
* Helper function for matching mechanism types.Stefan Walter2009-01-061-0/+44
* Fix broken release, I have no idea why it distchecked.Stefan Walter2009-01-051-1/+1
* Add gp11_module_enumerate_objects set of functions which enumerates allStefan Walter2009-01-051-486/+58
* Add crypto support to GP11 library. Add support for auto-login of contextStefan Walter2008-12-291-41/+152
* Add basic thread-safety.Stefan Walter2008-12-271-268/+437
* Fix possible threading problems, by using proper class finalizer, andStefan Walter2008-12-211-4/+1
* There was a problem when the main loop wasn't being run for periods ofStefan Walter2008-12-171-2/+7
* gp11/gp11.hStefan Walter2008-12-141-3/+5
* Update documentation for functions in gp11 library.Stefan Walter2008-09-181-0/+151
* Build fix for Solaris. Fixes bug #550943. Patch by Jeff Cai.Stefan Walter2008-09-071-0/+33
* Make sure we use the UTC time when converting time from PKCS#11.Stefan Walter2008-08-281-1/+1
* Add license comments to top of files.Stefan Walter2008-08-171-0/+22
* gp11/gp11.hStefan Walter2008-08-171-32/+56
* Add concept of invalid attributes. Don't throw error when some attributesStefan Walter2008-08-031-2/+2
* More fine tuning of GP11 library. Add missing functions. Clarify dateStefan Walter2008-08-031-0/+7
* Auto login of sessions when and where necessary.Stefan Walter2008-07-201-2/+85
* gp11/gp11.hStefan Walter2008-07-191-44/+242
* Only use CKR_GENERAL_ERROR when it's really quite dire.Stefan Walter2008-07-141-0/+436