summaryrefslogtreecommitdiff
path: root/p11-kit
Commit message (Expand)AuthorAgeFilesLines
* rpc-transport.c: include sys/select.h for fd_setGustavo Zacarias2015-12-071-0/+1
* p11-kit: Remove unused pointerPankaj2015-10-211-2/+0
* p11-kit: Fix warnings related to use dangling pointerPankaj2015-10-201-2/+6
* p11-kit: 'int' comparison with 'unsigned int' in for() for array indexPankaj2015-10-191-1/+1
* p11-kit: Fix expression 'call_id < 0' is always falsePankaj2015-10-121-1/+1
* Fix build on Mingw due to missing EWOULDBLOCKLew Palm2015-07-141-0/+3
* Added p11_kit_module_get_filename()Nikos Mavrogiannopoulos2015-07-143-1/+85
* In proxy module don't call C_Finalize on a forked process.Nikos Mavrogiannopoulos2015-06-291-6/+13
* Add test case for bug 90289 (deadlock on C_Initialize() in child after fork)David Woodhouse2015-06-291-0/+57
* Do not deinitialize libffi's wrapper functionsNikos Mavrogiannopoulos2015-06-291-0/+11
* Added test case for crash after a fork in proxy moduleNikos Mavrogiannopoulos2015-06-291-1/+45
* p11-kit: Missing unlock in function rpc_socket_read()Pankaj2015-06-031-1/+3
* Generate URIs compliant to the PKCS#11 URI draft in LCNikos Mavrogiannopoulos2015-02-202-14/+14
* Added test for pin-valueNikos Mavrogiannopoulos2015-02-201-0/+54
* Added support for pin-value PKCS#11 URI elementNikos Mavrogiannopoulos2015-02-202-0/+57
* p11-kit: Remove duplicate WHITESPACE defineStef Walter2015-02-201-5/+3
* uri: Accept 'type' in additon to 'object-type' in PKCS#11 URIsStef Walter2014-11-142-2/+30
* Unbreak build on OpenBSDAntoine Jacoutot2014-10-061-0/+5
* p11-kit: Use pthread_atfork() in a safe mannerStef Walter2014-10-036-117/+49
* remote: Run separate executable binary for 'p11-kit remote'Stef Walter2014-10-024-157/+163
* p11-kit: P11_KIT_PRIVATEDIR env var overrides private binary dirStef Walter2014-10-022-1/+7
* p11-kit: Remove the 'isolated' option for nowStef Walter2014-10-011-13/+0
* common: New public pkcs11x.h header containing extensionsStef Walter2014-09-101-1/+1
* p11-kit: Fix tests when building with MinGWMichael Cronenworth2014-09-093-0/+30
* p11-kit: Compilation fixes for previous commitStef Walter2014-09-091-4/+1
* p11-kit: Make proxy module respect critical = noStef Walter2014-09-091-37/+47
* Fix build without debugRoman Bogorodskiy2014-09-091-0/+2
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-1545-196/+201
* p11-kit: Fix various noise/issues highlighted by clangStef Walter2014-08-114-13/+13
* p11-kit: Remove use after free in debug output code pathStef Walter2014-08-081-1/+1
* Quiten down scanner warnings about unused variablesStef Walter2014-08-081-4/+1
* Fix mostly erroneous scanner warnings in testsStef Walter2014-08-082-1/+8
* p11-kit: Fix integer overflow in memset() argumentStef Walter2014-08-081-1/+1
* p11-kit: Fix bad check of asprintf() return valueStef 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
* p11-kit: Cleanup and add documentation for 'remote' optionStef Walter2014-07-082-28/+31
* p11-kit: Add 'p11-kit remote' command for isolating modulesStef Walter2014-07-086-58/+160
* rpc: Implement execution of another tool to transport PKCS#11 RPCStef Walter2014-07-089-44/+1600
* mock: Minor testing tweaks to mock testingStef Walter2014-07-081-2/+2
* modules: Make config file and module configs overridable by testsStef Walter2014-07-082-4/+18
* rpc: Implement PKCS#11 messages/client/server codeStef Walter2014-07-089-2/+6149
* Fix typo: supress - > suppressAndreas Metzler2014-07-071-1/+1
* Added test for non-null values in empty ID and label URI partsNikos Mavrogiannopoulos2014-07-041-0/+66
* p11-kit: Mark p11_kit_be_quiet() and p11_kit_be_loud() stableStef Walter2014-07-041-4/+4
* p11-kit: Handle managed modules correctly when forkingStef Walter2014-07-042-5/+56
* p11-kit: Fix corrupted list when initialization of modules failStef Walter2014-06-251-0/+2
* Don't try to symlink p11-proxy.so on windowsMilan Crha2014-06-201-5/+5
* proxy: Fix cases where modules are unloaded while in useStef Walter2014-02-131-22/+31