summaryrefslogtreecommitdiff
path: root/common/mock.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-29MOVED TO: https://github.com/p11-glue/p11-kitHEADmasterStef Walter1-3975/+0
2016-08-22Fix leak when C_Initialize() is called from childDaiki Ueno1-0/+3
2015-11-23p11-kit: Fix redundant check for 'signature' is always 'true'Pankaj1-1/+1
2015-11-09common: Fix warning about dereferencing NULL pointerPankaj1-0/+1
2014-10-03p11-kit: Use pthread_atfork() in a safe mannerStef Walter1-0/+1
2014-07-08rpc: Implement PKCS#11 messages/client/server codeStef Walter1-0/+7
2014-01-08Fix typo in mock.cStef Walter1-1/+1
2013-05-21Manage C_CloseAllSessions function for multiple callersStef Walter1-1/+1
2013-05-21Update the proxy module to use managed PKCS#11 modulesStef Walter1-9/+0
2013-05-21p11-kit: Managed PKCS#11 module loadingStef Walter1-21/+42
2013-05-15Add subclassable CK_X_FUNCTION_LISTStef Walter1-2/+755
2013-04-03Separate library init from message codeStef Walter1-1/+1
2013-03-20Fix memory leaks reported by 'make leakcheck'Stef Walter1-1/+3
2013-03-18Refine looking up of attributes in arraysStef Walter1-31/+13
2013-02-05Add public iterator API to p11-kitStef Walter1-8/+105
2013-02-04Add more mock-module implementationStef Walter1-0/+3117