summaryrefslogtreecommitdiff
path: root/common/mock.c
Commit message (Expand)AuthorAgeFilesLines
* MOVED TO: https://github.com/p11-glue/p11-kitHEADmasterStef Walter2016-11-291-3975/+0
* Fix leak when C_Initialize() is called from childDaiki Ueno2016-08-221-0/+3
* p11-kit: Fix redundant check for 'signature' is always 'true'Pankaj2015-11-231-1/+1
* common: Fix warning about dereferencing NULL pointerPankaj2015-11-091-0/+1
* p11-kit: Use pthread_atfork() in a safe mannerStef Walter2014-10-031-0/+1
* rpc: Implement PKCS#11 messages/client/server codeStef Walter2014-07-081-0/+7
* Fix typo in mock.cStef Walter2014-01-081-1/+1
* Manage C_CloseAllSessions function for multiple callersStef Walter2013-05-211-1/+1
* Update the proxy module to use managed PKCS#11 modulesStef Walter2013-05-211-9/+0
* p11-kit: Managed PKCS#11 module loadingStef Walter2013-05-211-21/+42
* Add subclassable CK_X_FUNCTION_LISTStef Walter2013-05-151-2/+755
* Separate library init from message codeStef Walter2013-04-031-1/+1
* Fix memory leaks reported by 'make leakcheck'Stef Walter2013-03-201-1/+3
* Refine looking up of attributes in arraysStef Walter2013-03-181-31/+13
* Add public iterator API to p11-kitStef Walter2013-02-051-8/+105
* Add more mock-module implementationStef Walter2013-02-041-0/+3117