summaryrefslogtreecommitdiff
path: root/p11-kit/modules.c
Commit message (Expand)AuthorAgeFilesLines
* MOVED TO: https://github.com/p11-glue/p11-kitHEADmasterStef Walter2016-11-291-2704/+0
* rpc: Send x-init-reserved to remote modulebefore-moveDaiki Ueno2016-10-051-13/+17
* Fix leak when C_Initialize() is called from childDaiki Ueno2016-08-221-0/+2
* Fix typos flagged by codespellDaiki Ueno2016-08-221-2/+2
* Doc: p11_kit_module_load accepts a filename arg.Andreas Metzler2016-02-241-1/+4
* Avoiding redundant checkPankaj2016-01-051-3/+1
* p11-kit: Remove unused pointerPankaj2015-10-211-2/+0
* p11-kit: Fix warnings related to use dangling pointerPankaj2015-10-201-2/+6
* Added p11_kit_module_get_filename()Nikos Mavrogiannopoulos2015-07-141-0/+45
* p11-kit: Use pthread_atfork() in a safe mannerStef Walter2014-10-031-43/+12
* p11-kit: Remove the 'isolated' option for nowStef Walter2014-10-011-13/+0
* p11-kit: Fix various noise/issues highlighted by clangStef Walter2014-08-111-1/+0
* p11-kit: Remove use after free in debug output code pathStef Walter2014-08-081-1/+1
* 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