summaryrefslogtreecommitdiff
path: root/p11-kit/modules.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix broken debug argumentsStef Walter2011-08-031-1/+1
* Reimplement and remove apache licensed bits of code.Stef Walter2011-07-271-31/+31
* Fix logic error loading registered modules.Stef Walter2011-06-161-1/+1
* Complete documentation for message functionality.Stef Walter2011-06-091-0/+15
* Store last failure message per thread.Stef Walter2011-06-091-12/+34
* Refactor configurationStef Walter2011-06-081-305/+61
* Ignore files without a 'module' value.Stef Walter2011-06-081-7/+4
* Fix more memory errors and leaks in module code.Stef Walter2011-06-071-4/+12
* Set the return value properly in p11_kit_load_initialize_module()Stef Walter2011-05-301-0/+3
* Add p11_kit_load_initialize_module() function.Stef Walter2011-05-271-24/+143
* Rename module arguments from 'funcs' to 'module'Stef Walter2011-05-271-122/+122
* Change around installation of headers, pkg-config, and file namesStef Walter2011-05-271-0/+1195