summaryrefslogtreecommitdiff
path: root/p11-kit/server.c
Commit message (Collapse)AuthorAgeFilesLines
* server: Avoid use-after-freeDaiki Ueno2017-05-291-1/+0
| | | | | Reported by Mantas Mikulėnas in: https://bugs.freedesktop.org/show_bug.cgi?id=101212
* rpc: Load advapi32.dll on the flyDaiki Ueno2017-05-261-0/+91
|
* server: Port to WindowsDaiki Ueno2017-05-251-37/+504
| | | | Instead of a Unix domain socket on Unix, use a named pipe on Windows.
* rpc: New p11_kit_remote_serve_tokens functionDaiki Ueno2017-05-251-29/+45
|
* remote: Name command line options consistentlyDaiki Ueno2017-05-251-69/+114
|
* p11-kit: Add 'p11-kit server' commandNikos Mavrogiannopoulos2017-02-171-0/+578
This adds a new tool to the p11-kit command called 'server', which allows us to access a PKCS#11 module over a Unix domain socket. Internally, it is implemented as a wrapper around 'p11-kit remote'. Upon connection it executes 'p11-kit remote' in a forked process.