index
:
p11-kit.git
p11p
Clone of https://github.com/p11-glue/p11-kit
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
p11-kit
/
modules.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
p11-kit: Fix various noise/issues highlighted by clang
Stef Walter
2014-08-11
1
-1
/
+0
*
p11-kit: Remove use after free in debug output code path
Stef Walter
2014-08-08
1
-1
/
+1
*
p11-kit: Tweak last commit, handle the not-forked case
Stef Walter
2014-08-07
1
-1
/
+4
*
p11-kit: Don't complain about C_Finalize called in wrong process
Stef Walter
2014-08-07
1
-6
/
+13
*
p11-kit: Add a new 'isolate' pkcs11 config option
Stef Walter
2014-07-08
1
-12
/
+32
*
rpc: Implement execution of another tool to transport PKCS#11 RPC
Stef Walter
2014-07-08
1
-15
/
+55
*
modules: Make config file and module configs overridable by tests
Stef Walter
2014-07-08
1
-4
/
+11
*
p11-kit: Handle managed modules correctly when forking
Stef Walter
2014-07-04
1
-5
/
+9
*
p11-kit: Fix corrupted list when initialization of modules fail
Stef Walter
2014-06-25
1
-0
/
+2
*
Fix various memory leaks exposed by 'make leakcheck'
Stef Walter
2013-07-23
1
-0
/
+2
*
p11-kit: Add P11_KIT_MODULE_TRUSTED flag
Stef Walter
2013-07-04
1
-17
/
+31
*
Bump the version for deprecated function documentation
Stef Walter
2013-05-21
1
-9
/
+9
*
Further reorganization of the core module tracking
Stef Walter
2013-05-21
1
-188
/
+161
*
Add the log-calls module config option
Stef Walter
2013-05-21
1
-14
/
+30
*
Manage C_CloseAllSessions function for multiple callers
Stef Walter
2013-05-21
1
-4
/
+198
*
Update the proxy module to use managed PKCS#11 modules
Stef Walter
2013-05-21
1
-2
/
+3
*
p11-kit: Managed PKCS#11 module loading
Stef Walter
2013-05-21
1
-142
/
+1224
*
Implement valgrind's hellgrind checks for threading problems
Stef Walter
2013-05-15
1
-1
/
+1
*
More compatible path munging and handling code
Stef Walter
2013-04-03
1
-35
/
+3
*
Separate library init from message code
Stef Walter
2013-04-03
1
-0
/
+1
*
p11-kit: New priority option and change trust-policy option
Stef Walter
2013-03-15
1
-0
/
+47
*
Rename p11_module_xxx() compat functions to p11_dl_xxx()
Stef Walter
2013-03-03
1
-5
/
+10
*
Add a /usr/share/p11-kit/modules directory for package module configs
Stef Walter
2013-02-05
1
-1
/
+3
*
Use the stdbool.h C99 bool type
Stef Walter
2013-01-23
1
-16
/
+16
*
Move debug and library code into the common/ subdirectory
Stef Walter
2013-01-09
1
-158
/
+160
*
Guarantee that the key is freed when replaced
Stef Walter
2013-01-07
1
-1
/
+5
*
Refuse to load the p11-kit-proxy.so as a registered module
Stef Walter
2012-09-18
1
-4
/
+10
*
Don't fail initialization if last initialized module fails
Stef Walter
2012-09-18
1
-4
/
+6
*
Use Windows thread ids instead of handles for comparisons
Stef Walter
2012-07-26
1
-3
/
+3
*
Fix compiler warning about uninitialized variable
Stef Walter
2012-07-24
1
-1
/
+1
*
If a module is not marked 'critical' then ignore failure
Stef Walter
2012-06-27
1
-3
/
+11
*
Preconditions to check for input probs and out of memory
Stef Walter
2012-05-13
1
-43
/
+42
*
Use gcc extensions to check varargs during compile
Stef Walter
2012-05-13
1
-2
/
+5
*
Add tests for enable-in and disable-in
Stef Walter
2012-04-02
1
-2
/
+2
*
Fix crasher when a duplicate module is present
Stef Walter
2012-04-01
1
-6
/
+7
*
Add enable-in and disable-in options to module config
Stef Walter
2012-04-01
1
-1
/
+74
*
Remove automatic reinitialization of PKCS#11 after fork
Stef Walter
2012-01-23
1
-9
/
+2
*
More fixes for non-static function names
Stef Walter
2011-10-24
1
-31
/
+31
*
Rename non-static functions to have a _p11_xxx prefix.
Stef Walter
2011-10-24
1
-55
/
+55
*
Initial port to win32
Stef Walter
2011-10-17
1
-57
/
+47
*
Only call C_Initialize and C_Finalize once per module
Stef Walter
2011-10-10
1
-55
/
+62
*
Don't allow recursive calling of C_Initialize on a given module.
Stef Walter
2011-10-10
1
-1
/
+8
*
Don't use PATH_MAX unless its defined
Pino Toscano
2011-09-30
1
-1
/
+6
*
Add #include <limits.h> for PATH_MAX to fix compilation on FreeBSD.
Roman Bogorodskiy
2011-09-16
1
-1
/
+2
*
When a module has a relative path, load it from $libdir/pkcs11
Kalev Lember
2011-09-14
1
-3
/
+58
*
Rename pkgconfig configuration directory variables
Kalev Lember
2011-09-14
1
-2
/
+3
*
Don't crash if p11_kit_registered_modules() called after failed init
Stef Walter
2011-08-30
1
-2
/
+3
*
Add 'critical' setting for modules
Stef Walter
2011-08-30
1
-1
/
+6
*
Fix endless loop if module forks during initialization.
Stef Walter
2011-08-14
1
-5
/
+7
*
Safer initialization of individually initialized module.
Stef Walter
2011-08-14
1
-6
/
+30
[next]