summaryrefslogtreecommitdiff
path: root/p11-kit
Commit message (Expand)AuthorAgeFilesLines
...
* Fix leak when initializing the proxy modulePankaj Sharma2013-01-091-0/+2
* Documentation fixes for PIN functionsStef Walter2013-01-091-6/+6
* Fix file descriptor leak in p11_kit_pin_file_callback()Pankaj Sharma2013-01-091-0/+2
* Fix documentation warnings.Stef Walter2013-01-071-3/+6
* Guarantee that the key is freed when replacedStef Walter2013-01-072-2/+11
* Don't complain if we cannot access ~/.pkcs11/pkcs11.confStef Walter2012-11-142-9/+34
* Refuse to load the p11-kit-proxy.so as a registered moduleStef Walter2012-09-183-9/+13
* Don't fail initialization if last initialized module failsStef Walter2012-09-181-4/+6
* Change the default of 'user-config' to merge.Stef Walter2012-09-062-3/+3
* Always encode the "id" attribute in URIsDan Winship2012-07-281-10/+14
* Use Windows thread ids instead of handles for comparisonsStef Walter2012-07-262-6/+11
* Use correct shared library extension on windowsStef Walter2012-07-261-0/+14
* Use '.module' extension on module configsStef Walter2012-07-241-4/+52
* Fix compiler warning about uninitialized variableStef Walter2012-07-241-1/+1
* Use EFBIG as the error code when pin file is too largeStef Walter2012-07-171-1/+1
* Don't allow reading of pin files larger than 4096 bytesStef Walter2012-06-291-7/+12
* Win32 build fixesStef Walter2012-06-291-26/+0
* If a module is not marked 'critical' then ignore failureStef Walter2012-06-271-3/+11
* Fix the flags in pin.hStef Walter2012-06-081-6/+6
* Preconditions to check for input probs and out of memoryStef Walter2012-05-1310-260/+242
* Use gcc extensions to check varargs during compileStef Walter2012-05-134-7/+19
* Fix test modules linking errorsStef Walter2012-05-012-0/+3
* Provide compat getprogname() implementations on other OS'sStef Walter2012-05-012-37/+8
* Move the compat.[ch] headers into common directory/Stef Walter2012-04-308-268/+180
* Doc tweaks for PIN functionalityStef Walter2012-04-161-19/+28
* Add tests for enable-in and disable-inStef Walter2012-04-022-6/+6
* Build some test modules for testing main p11-kit functionalityStef Walter2012-04-021-7/+22
* Add more p11-kit cleanup to fix valgrind leak reportsStef Walter2012-04-021-0/+11
* Fix crasher when a duplicate module is presentStef Walter2012-04-011-6/+7
* Add enable-in and disable-in options to module configStef Walter2012-04-014-3/+193
* Fix broken hashmap behaviorStef Walter2012-03-271-7/+5
* Remove automatic reinitialization of PKCS#11 after forkStef Walter2012-01-231-9/+2
* 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