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
*
build: Make libffi closure optional
Daiki Ueno
2017-01-24
1
-18
/
+8
*
modules: Remove redundant NULL check
Pankaj
2016-12-13
1
-1
/
+1
*
modules: Reset the init count on fork()
Daiki Ueno
2016-10-31
1
-0
/
+4
*
modules: Fix memleak when loading remote module
Daiki Ueno
2016-10-31
1
-0
/
+2
*
rpc: Send x-init-reserved to remote module
Daiki Ueno
2016-10-05
1
-13
/
+17
*
Fix leak when C_Initialize() is called from child
Daiki Ueno
2016-08-22
1
-0
/
+2
*
Fix typos flagged by codespell
Daiki Ueno
2016-08-22
1
-2
/
+2
*
Doc: p11_kit_module_load accepts a filename arg.
Andreas Metzler
2016-02-24
1
-1
/
+4
*
Avoiding redundant check
Pankaj
2016-01-05
1
-3
/
+1
*
p11-kit: Remove unused pointer
Pankaj
2015-10-21
1
-2
/
+0
*
p11-kit: Fix warnings related to use dangling pointer
Pankaj
2015-10-20
1
-2
/
+6
*
Added p11_kit_module_get_filename()
Nikos Mavrogiannopoulos
2015-07-14
1
-0
/
+45
*
p11-kit: Use pthread_atfork() in a safe manner
Stef Walter
2014-10-03
1
-43
/
+12
*
p11-kit: Remove the 'isolated' option for now
Stef Walter
2014-10-01
1
-13
/
+0
*
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
[next]