summaryrefslogtreecommitdiff
path: root/p11-kit
Commit message (Expand)AuthorAgeFilesLines
* Fix build warning on mingw64Stef Walter2012-01-021-1/+1
* Build fix for MinGW w64Michael Cronenworth2011-11-251-1/+7
* Fix problems crashing when freeing TLS on windowsStef Walter2011-10-291-0/+2
* Add debug output to windows init and uninit of libraryStef Walter2011-10-291-1/+8
* Fix broken build on cygwin and mingwDr. Volker Zell2011-10-251-0/+2
* Fix broken build on windowsMichael Cronenworth2011-10-251-1/+1
* More fixes for non-static function namesStef Walter2011-10-246-56/+53
* Rename non-static functions to have a _p11_xxx prefix.Stef Walter2011-10-2416-230/+252
* Initial port to win32Stef Walter2011-10-1710-131/+563
* Only call C_Initialize and C_Finalize once per moduleStef Walter2011-10-101-55/+62
* Don't allow recursive calling of C_Initialize on a given module.Stef Walter2011-10-101-1/+8
* Don't use PATH_MAX unless its definedPino Toscano2011-09-301-1/+6
* Fix quoting of build variablesAndreas Metzler2011-09-261-2/+2
* Expand the libdir path correctlyStef Walter2011-09-191-1/+8
* Add #include <limits.h> for PATH_MAX to fix compilation on FreeBSD.Roman Bogorodskiy2011-09-161-1/+2
* When a module has a relative path, load it from $libdir/pkcs11Kalev Lember2011-09-142-3/+59
* Rename pkgconfig configuration directory variablesKalev Lember2011-09-144-8/+11
* Don't crash if p11_kit_registered_modules() called after failed initStef Walter2011-08-301-2/+3
* Remove useless typedefStef Walter2011-08-301-2/+0
* Add 'critical' setting for modulesStef Walter2011-08-303-1/+27
* Fix bugs in the p11-kit proxy module.Stef Walter2011-08-243-15/+31
* 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