summaryrefslogtreecommitdiff
path: root/p11-kit
AgeCommit message (Expand)AuthorFilesLines
2016-11-29MOVED TO: https://github.com/p11-glue/p11-kitHEADmasterStef Walter80-32305/+0
2016-10-05rpc: Send x-init-reserved to remote modulebefore-moveDaiki Ueno7-16/+144
2016-10-05test: Fix p11_virtual_init() usageDaiki Ueno1-1/+1
2016-10-03Fix link of p11-kit-proxy.dylib on Mac OS XLeonardo Brondani Schenkel1-1/+1
2016-09-02iter: Utilize 'slot-id' URI path attributeDaiki Ueno2-1/+83
2016-09-02iter: Utilize slot info URI path attributesDaiki Ueno3-0/+134
2016-09-02uri: Support 'slot-id' path attributeDaiki Ueno3-3/+126
2016-09-02uri: Support slot info path attributesDaiki Ueno4-0/+180
2016-09-02uri: Remove whitespace early when parsingDaiki Ueno1-66/+78
2016-08-22Fix leak when C_Initialize() is called from childDaiki Ueno1-0/+2
2016-08-22Fix typos flagged by codespellDaiki Ueno5-9/+9
2016-02-24Doc: p11_kit_module_load accepts a filename arg.Andreas Metzler1-1/+4
2016-01-05Avoiding redundant checkPankaj1-3/+1
2015-12-07rpc-transport.c: include sys/select.h for fd_setGustavo Zacarias1-0/+1
2015-10-21p11-kit: Remove unused pointerPankaj1-2/+0
2015-10-20p11-kit: Fix warnings related to use dangling pointerPankaj1-2/+6
2015-10-19p11-kit: 'int' comparison with 'unsigned int' in for() for array indexPankaj1-1/+1
2015-10-12p11-kit: Fix expression 'call_id < 0' is always falsePankaj1-1/+1
2015-07-14Fix build on Mingw due to missing EWOULDBLOCKLew Palm1-0/+3
2015-07-14Added p11_kit_module_get_filename()Nikos Mavrogiannopoulos3-1/+85
2015-06-29In proxy module don't call C_Finalize on a forked process.Nikos Mavrogiannopoulos1-6/+13
2015-06-29Add test case for bug 90289 (deadlock on C_Initialize() in child after fork)David Woodhouse1-0/+57
2015-06-29Do not deinitialize libffi's wrapper functionsNikos Mavrogiannopoulos1-0/+11
2015-06-29Added test case for crash after a fork in proxy moduleNikos Mavrogiannopoulos1-1/+45
2015-06-03p11-kit: Missing unlock in function rpc_socket_read()Pankaj1-1/+3
2015-02-20Generate URIs compliant to the PKCS#11 URI draft in LCNikos Mavrogiannopoulos2-14/+14
2015-02-20Added test for pin-valueNikos Mavrogiannopoulos1-0/+54
2015-02-20Added support for pin-value PKCS#11 URI elementNikos Mavrogiannopoulos2-0/+57
2015-02-20p11-kit: Remove duplicate WHITESPACE defineStef Walter1-5/+3
2014-11-14uri: Accept 'type' in additon to 'object-type' in PKCS#11 URIsStef Walter2-2/+30
2014-10-06Unbreak build on OpenBSDAntoine Jacoutot1-0/+5
2014-10-03p11-kit: Use pthread_atfork() in a safe mannerStef Walter6-117/+49
2014-10-02remote: Run separate executable binary for 'p11-kit remote'Stef Walter4-157/+163
2014-10-02p11-kit: P11_KIT_PRIVATEDIR env var overrides private binary dirStef Walter2-1/+7
2014-10-01p11-kit: Remove the 'isolated' option for nowStef Walter1-13/+0
2014-09-10common: New public pkcs11x.h header containing extensionsStef Walter1-1/+1
2014-09-09p11-kit: Fix tests when building with MinGWMichael Cronenworth3-0/+30
2014-09-09p11-kit: Compilation fixes for previous commitStef Walter1-4/+1
2014-09-09p11-kit: Make proxy module respect critical = noStef Walter1-37/+47
2014-09-09Fix build without debugRoman Bogorodskiy1-0/+2
2014-08-15Move to non-recursive Makefile for building bins and libsStef Walter45-196/+201
2014-08-11p11-kit: Fix various noise/issues highlighted by clangStef Walter4-13/+13
2014-08-08p11-kit: Remove use after free in debug output code pathStef Walter1-1/+1
2014-08-08Quiten down scanner warnings about unused variablesStef Walter1-4/+1
2014-08-08Fix mostly erroneous scanner warnings in testsStef Walter2-1/+8
2014-08-08p11-kit: Fix integer overflow in memset() argumentStef Walter1-1/+1
2014-08-08p11-kit: Fix bad check of asprintf() return valueStef Walter1-1/+1
2014-08-07p11-kit: Tweak last commit, handle the not-forked caseStef Walter1-1/+4
2014-08-07p11-kit: Don't complain about C_Finalize called in wrong processStef Walter1-6/+13
2014-07-08p11-kit: Add a new 'isolate' pkcs11 config optionStef Walter1-12/+32