summaryrefslogtreecommitdiff
path: root/p11-kit
Commit message (Expand)AuthorAgeFilesLines
* Ignore spaces in PKCS#11 URIsStef Walter2011-08-192-23/+66
* Fix endless loop if module forks during initialization.Stef Walter2011-08-141-5/+7
* Safer initialization of individually initialized module.Stef Walter2011-08-141-6/+30
* Update PKCS#11 URI code for new draft of specStef Walter2011-08-054-95/+133
* Don't fail when duplicate modules are configured.Stef Walter2011-08-031-1/+1
* Better debug output for initialization and loading modules.Stef Walter2011-08-031-4/+7
* Fix broken debug argumentsStef Walter2011-08-031-1/+1
* Add example configuration documentation.Stef Walter2011-08-012-1/+14
* Make p11-kit-proxy.so link point to libp11-kit.so.0.0.0Stef Walter2011-07-281-1/+1
* Add libtool style versioning variables to p11-kitStef Walter2011-07-271-1/+3
* Fix bug in hashtable rewrite.Stef Walter2011-07-271-1/+1
* Create a link for the proxy module.Stef Walter2011-07-272-1/+6
* Reimplement and remove apache licensed bits of code.Stef Walter2011-07-279-590/+466
* pin: Fix uninitialized variableStef Walter2011-07-121-1/+1
* More fine tuning of the pin APIs.Stef Walter2011-07-062-3/+19
* Add documentation for PIN callbacks.Stef Walter2011-07-062-67/+265
* Add P11KitPin structure, which encapsulates a returned pin.Stef Walter2011-07-062-24/+191
* Rename p11_kit_pin_read_pinfile to p11_kit_pin_retrieveStef Walter2011-07-062-8/+9
* Implement support for registering and calling pinfile callbacksStef Walter2011-07-065-0/+631
* Fix logic error loading registered modules.Stef Walter2011-06-161-1/+1
* Update pkcs11.h with PKCS#11 2.20 ammendments.Stef Walter2011-06-091-3/+19
* Complete documentation for message functionality.Stef Walter2011-06-092-0/+44
* Store last failure message per thread.Stef Walter2011-06-096-30/+142
* Refactor configurationStef Walter2011-06-088-397/+579
* Ignore files without a 'module' value.Stef Walter2011-06-081-7/+4
* Release version 0.10.1Stef Walter2011-06-071-0/+3
* Fix up documentationStef Walter2011-06-071-0/+41
* Add p11_kit_space_strdup() function, and rename p11_kit_space_strlen()Stef Walter2011-06-074-16/+42
* Fix more memory errors and leaks in module code.Stef Walter2011-06-071-4/+12
* Fix URI parsing memory leaks.Stef Walter2011-06-071-0/+1
* Fix some hash leaks and bugs.Stef Walter2011-06-071-8/+12
* Fix compiler warnings.Stef Walter2011-06-071-1/+1
* Remove unstable API markers.Stef Walter2011-06-073-21/+0
* Clear correct block of memory in p11_kit_uri_parse().Stef Walter2011-05-301-1/+1
* GNU style definitions in uri.h as well as normal.Stef Walter2011-05-301-12/+14
* Cleanup URI typesStef Walter2011-05-302-22/+59
* Set the return value properly in p11_kit_load_initialize_module()Stef Walter2011-05-301-0/+3
* Add function p11_kit_uri_space_strlen() for figuring out the lengthStef Walter2011-05-302-3/+6
* Allow use with CRYPTOKI_GNU style use of PKCS#11Stef Walter2011-05-303-3/+24
* Add p11_kit_load_initialize_module() function.Stef Walter2011-05-272-24/+146
* Rename module arguments from 'funcs' to 'module'Stef Walter2011-05-272-126/+126
* Fix uninitialized variable problem.Stef Walter2011-05-271-1/+1
* Change around installation of headers, pkg-config, and file namesStef Walter2011-05-2711-34/+17
* Add functions for clearing and setting multiple attributes on URI.Stef Walter2011-05-262-24/+63
* Return proper errors when NULL is passed to mutex functions.Stef Walter2011-05-261-0/+12
* URI API fine tuningStef Walter2011-05-262-149/+225
* Add p11_kit_uri_message() function.Stef Walter2011-05-254-1/+43
* Fix null pointer dereference.Stef Walter2011-05-241-1/+1
* Fix lots of bugs and add more debugging statements.Stef Walter2011-04-052-11/+43
* Add support for debug tracing.Stef Walter2011-04-055-1/+253