summaryrefslogtreecommitdiff
path: root/p11-kit/modules.c
Commit message (Expand)AuthorAgeFilesLines
* p11-kit: Tweak last commit, handle the not-forked caseStef Walter2014-08-071-1/+4
* p11-kit: Don't complain about C_Finalize called in wrong processStef Walter2014-08-071-6/+13
* p11-kit: Add a new 'isolate' pkcs11 config optionStef Walter2014-07-081-12/+32
* rpc: Implement execution of another tool to transport PKCS#11 RPCStef Walter2014-07-081-15/+55
* modules: Make config file and module configs overridable by testsStef Walter2014-07-081-4/+11
* p11-kit: Handle managed modules correctly when forkingStef Walter2014-07-041-5/+9
* p11-kit: Fix corrupted list when initialization of modules failStef Walter2014-06-251-0/+2
* Fix various memory leaks exposed by 'make leakcheck'Stef Walter2013-07-231-0/+2
* p11-kit: Add P11_KIT_MODULE_TRUSTED flagStef Walter2013-07-041-17/+31
* Bump the version for deprecated function documentationStef Walter2013-05-211-9/+9
* Further reorganization of the core module trackingStef Walter2013-05-211-188/+161
* Add the log-calls module config optionStef Walter2013-05-211-14/+30
* Manage C_CloseAllSessions function for multiple callersStef Walter2013-05-211-4/+198
* Update the proxy module to use managed PKCS#11 modulesStef Walter2013-05-211-2/+3
* p11-kit: Managed PKCS#11 module loadingStef Walter2013-05-211-142/+1224
* Implement valgrind's hellgrind checks for threading problemsStef Walter2013-05-151-1/+1
* More compatible path munging and handling codeStef Walter2013-04-031-35/+3
* Separate library init from message codeStef Walter2013-04-031-0/+1
* p11-kit: New priority option and change trust-policy optionStef Walter2013-03-151-0/+47
* Rename p11_module_xxx() compat functions to p11_dl_xxx()Stef Walter2013-03-031-5/+10
* Add a /usr/share/p11-kit/modules directory for package module configsStef Walter2013-02-051-1/+3
* Use the stdbool.h C99 bool typeStef Walter2013-01-231-16/+16
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-091-158/+160
* Guarantee that the key is freed when replacedStef Walter2013-01-071-1/+5
* Refuse to load the p11-kit-proxy.so as a registered moduleStef Walter2012-09-181-4/+10
* Don't fail initialization if last initialized module failsStef Walter2012-09-181-4/+6
* Use Windows thread ids instead of handles for comparisonsStef Walter2012-07-261-3/+3
* Fix compiler warning about uninitialized variableStef Walter2012-07-241-1/+1
* If a module is not marked 'critical' then ignore failureStef Walter2012-06-271-3/+11
* Preconditions to check for input probs and out of memoryStef Walter2012-05-131-43/+42
* Use gcc extensions to check varargs during compileStef Walter2012-05-131-2/+5
* Add tests for enable-in and disable-inStef Walter2012-04-021-2/+2
* 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-011-1/+74
* Remove automatic reinitialization of PKCS#11 after forkStef Walter2012-01-231-9/+2
* More fixes for non-static function namesStef Walter2011-10-241-31/+31
* Rename non-static functions to have a _p11_xxx prefix.Stef Walter2011-10-241-55/+55
* Initial port to win32Stef Walter2011-10-171-57/+47
* 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
* 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-141-3/+58
* Rename pkgconfig configuration directory variablesKalev Lember2011-09-141-2/+3
* Don't crash if p11_kit_registered_modules() called after failed initStef Walter2011-08-301-2/+3
* Add 'critical' setting for modulesStef Walter2011-08-301-1/+6
* 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
* 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