Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | server: Avoid use-after-free | Daiki Ueno | 2017-05-29 | 1 | -1/+0 |
| | | | | | Reported by Mantas Mikulėnas in: https://bugs.freedesktop.org/show_bug.cgi?id=101212 | ||||
* | rpc: Load advapi32.dll on the fly | Daiki Ueno | 2017-05-26 | 1 | -0/+91 |
| | |||||
* | server: Port to Windows | Daiki Ueno | 2017-05-25 | 1 | -37/+504 |
| | | | | Instead of a Unix domain socket on Unix, use a named pipe on Windows. | ||||
* | rpc: New p11_kit_remote_serve_tokens function | Daiki Ueno | 2017-05-25 | 1 | -29/+45 |
| | |||||
* | remote: Name command line options consistently | Daiki Ueno | 2017-05-25 | 1 | -69/+114 |
| | |||||
* | p11-kit: Add 'p11-kit server' command | Nikos Mavrogiannopoulos | 2017-02-17 | 1 | -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. |