summaryrefslogtreecommitdiff
path: root/p11-kit/modules.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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