summaryrefslogtreecommitdiff
path: root/p11-kit/rpc-transport.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on Mingw due to missing EWOULDBLOCKLew Palm2015-07-141-0/+3
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=89081
* p11-kit: Missing unlock in function rpc_socket_read()Pankaj2015-06-031-1/+3
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=90827
* Unbreak build on OpenBSDAntoine Jacoutot2014-10-061-0/+5
| | | | | | | Add missing header for strdup(3). When EPROTO is not available, fallback to EIO. https://bugs.freedesktop.org/show_bug.cgi?id=84665
* p11-kit: Cleanup and add documentation for 'remote' optionStef Walter2014-07-081-27/+30
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=54105
* rpc: Implement execution of another tool to transport PKCS#11 RPCStef Walter2014-07-081-0/+850