summaryrefslogtreecommitdiff
path: root/p11-kit/proxy.c
Commit message (Expand)AuthorAgeFilesLines
* build: Suppress compiler warningDaiki Ueno2019-05-221-1/+0
* proxy: Support C_WaitForSlotEvent() if CKF_DONT_BLOCK is specifiedDaiki Ueno2019-05-211-14/+50
* proxy: Refresh slot list on every C_GetSlotList callDaiki Ueno2019-05-161-46/+77
* proxy: Fix null dereference when reusing slotsDaiki Ueno2018-10-171-1/+4
* build: Check return value of p11_dict_setDaiki Ueno2018-10-171-1/+2
* build: Free memory before return{,_val}_if_* macrosDaiki Ueno2018-10-171-2/+8
* proxy: Avoid invalid memory access when unloading proxy moduleDaiki Ueno2018-08-151-13/+4
* proxy: Fail early if there is no slot mappingsDaiki Ueno2018-07-161-0/+2
* proxy: Allow proxy to be created from the libraryDaiki Ueno2018-07-161-1/+39
* proxy: Turn global variables module localDaiki Ueno2018-07-161-21/+14
* proxy: Don't null terminate PKCS #11 string fieldsDaiki Ueno2018-05-071-2/+2
* modules: Add option to control module visibility from proxyDaiki Ueno2018-04-061-1/+1
* proxy: Remove dead codeDaiki Ueno2018-01-301-708/+0
* proxy: Reuse the existing slot ID mapping after forkDaiki Ueno2018-01-291-4/+21
* proxy: Don't call realloc() with size 0Daiki Ueno2017-05-291-9/+11
* build: Make libffi closure optionalDaiki Ueno2017-01-241-1/+1
* proxy: Remove redundant NULL checkPankaj2016-12-131-1/+1
* proxy: Check return value of calloc()Pankaj2016-12-131-0/+1
* p11-kit: 'int' comparison with 'unsigned int' in for() for array indexPankaj2015-10-191-1/+1
* In proxy module don't call C_Finalize on a forked process.Nikos Mavrogiannopoulos2015-06-291-6/+13
* p11-kit: Use pthread_atfork() in a safe mannerStef Walter2014-10-031-43/+19
* 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
* proxy: Fix cases where modules are unloaded while in useStef Walter2014-02-131-22/+31
* proxy: Remove assertions when module is not initializedStef Walter2014-02-131-2/+0
* Update the proxy module to use managed PKCS#11 modulesStef Walter2013-05-211-231/+1234
* p11-kit: Managed PKCS#11 module loadingStef Walter2013-05-211-101/+130
* Separate library init from message codeStef Walter2013-04-031-0/+1
* Move debug and library code into the common/ subdirectoryStef Walter2013-01-091-43/+43
* Fix leak when initializing the proxy modulePankaj Sharma2013-01-091-0/+2
* Refuse to load the p11-kit-proxy.so as a registered moduleStef Walter2012-09-181-5/+2
* Preconditions to check for input probs and out of memoryStef Walter2012-05-131-18/+9
* More fixes for non-static function namesStef Walter2011-10-241-5/+9
* Rename non-static functions to have a _p11_xxx prefix.Stef Walter2011-10-241-9/+9
* Initial port to win32Stef Walter2011-10-171-1/+6
* Fix bugs in the p11-kit proxy module.Stef Walter2011-08-241-14/+28
* Reimplement and remove apache licensed bits of code.Stef Walter2011-07-271-4/+4
* Fix uninitialized variable problem.Stef Walter2011-05-271-1/+1
* Change around installation of headers, pkg-config, and file namesStef Walter2011-05-271-0/+1382