summaryrefslogtreecommitdiff
path: root/p11-kit/rpc-transport.c
Commit message (Expand)AuthorAgeFilesLines
* debug: Add p11_debug_err to prevent use of strerrorDaiki Ueno2017-06-121-1/+1
* rpc: Make it less verbose about connection failureDaiki Ueno2017-02-211-1/+1
* rpc: New rpc_unix transport based on Unix socketNikos Mavrogiannopoulos2017-02-161-0/+89
* rpc: Port exec transport to WindowsDaiki Ueno2017-02-161-30/+245
* build: Avoid undefined reference to rpc_exec_initDaiki Ueno2017-02-161-2/+3
* rpc: Fix memleak in rpc_socket cleanupDaiki Ueno2016-10-311-0/+1
* rpc-transport.c: include sys/select.h for fd_setGustavo Zacarias2015-12-071-0/+1
* Fix build on Mingw due to missing EWOULDBLOCKLew Palm2015-07-141-0/+3
* p11-kit: Missing unlock in function rpc_socket_read()Pankaj2015-06-031-1/+3
* Unbreak build on OpenBSDAntoine Jacoutot2014-10-061-0/+5
* p11-kit: Cleanup and add documentation for 'remote' optionStef Walter2014-07-081-27/+30
* rpc: Implement execution of another tool to transport PKCS#11 RPCStef Walter2014-07-081-0/+850