summaryrefslogtreecommitdiff
path: root/p11-kit
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-08p11-kit: Cleanup and add documentation for 'remote' optionStef Walter2-28/+31
2014-07-08p11-kit: Add 'p11-kit remote' command for isolating modulesStef Walter6-58/+160
2014-07-08rpc: Implement execution of another tool to transport PKCS#11 RPCStef Walter9-44/+1600
2014-07-08mock: Minor testing tweaks to mock testingStef Walter1-2/+2
2014-07-08modules: Make config file and module configs overridable by testsStef Walter2-4/+18
2014-07-08rpc: Implement PKCS#11 messages/client/server codeStef Walter9-2/+6149
2014-07-07Fix typo: supress - > suppressAndreas Metzler1-1/+1
2014-07-04Added test for non-null values in empty ID and label URI partsNikos Mavrogiannopoulos1-0/+66
2014-07-04p11-kit: Mark p11_kit_be_quiet() and p11_kit_be_loud() stableStef Walter1-4/+4
2014-07-04p11-kit: Handle managed modules correctly when forkingStef Walter2-5/+56
2014-06-25p11-kit: Fix corrupted list when initialization of modules failStef Walter1-0/+2
2014-06-20Don't try to symlink p11-proxy.so on windowsMilan Crha1-5/+5
2014-02-13proxy: Fix cases where modules are unloaded while in useStef Walter1-22/+31
2014-02-13proxy: Remove assertions when module is not initializedStef Walter1-2/+0
2014-01-14test-iter: Fix use of uninitialized variableStef Walter1-0/+1
2014-01-13iter: Fix return value in rare memory allocation caseStef Walter1-1/+1
2014-01-13iter: Add p11_kit_iter_get_attributes() functionStef Walter3-0/+106
2013-10-01Disable tests with setgid binaries when running in fakerootAndreas Metzler1-1/+4
2013-09-09Remove unused make variablesStef Walter1-1/+0
2013-09-05messages: Better message for CKR_FUNCTION_REJECTEDStef Walter1-1/+1
2013-08-29Route 'p11-kit extract-trust' over to trust toolStef Walter1-28/+30
2013-08-28Add p11-kit style typedefs for iter and uriStef Walter2-0/+2
2013-08-28iter: Add a p11_kit_iter_destroy_object() functionStef Walter3-0/+59
2013-08-28iter: Add p11_kit_iter_set_uri() functionStef Walter3-7/+65
2013-08-28iter: Add p11_kit_iter_get_token() callStef Walter3-4/+55
2013-08-28iter: Add new P11_KIT_ITER_WANT_WRITABLE iterator behaviorStef Walter3-28/+16
2013-08-28p11-kit: Rename list.c to lists.c to simplify debuggingStef Walter2-1/+1
2013-08-28Avoid multiple stat() calls for same fileStef Walter3-23/+21