Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rpc: New p11_kit_remote_serve_tokens function | Daiki Ueno | 2017-05-25 | 1 | -72/+46 |
| | |||||
* | remote: Name command line options consistently | Daiki Ueno | 2017-05-25 | 1 | -2/+2 |
| | |||||
* | rpc: Add PKCS#11 module that connects to socket | Daiki Ueno | 2017-02-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | This patch adds a PKCS#11 module that connects to the p11-kit server exposed on the filesystem. The filename of the socket is determined in the following order: - $P11_KIT_SERVER_ADDRESS, if the envvar is available - $XDG_RUNTIME_DIR/p11-kit/pkcs11, if the envvar is available - /run/$(id -u)/p11-kit/pkcs11, if /run/$(id -u) exists - /var/run/$(id -u)/p11-kit/pkcs11, if /var/run/$(id -u) exists - ~/.cache/p11-kit/pkcs11. Note that the program loading this module may have called setuid() and secure_getenv() which we use for fetching envvars could return NULL. | ||||
* | remote, server: Recognize PKCS#11 URI | Daiki Ueno | 2017-02-17 | 1 | -8/+69 |
| | |||||
* | remote: Run separate executable binary for 'p11-kit remote' | Stef Walter | 2014-10-02 | 1 | -88/+49 |
| | | | | | This allows security frameworks like SELinux or AppArmor to target it specifically. | ||||
* | p11-kit: Fix various noise/issues highlighted by clang | Stef Walter | 2014-08-11 | 1 | -2/+1 |
| | |||||
* | p11-kit: Add 'p11-kit remote' command for isolating modules | Stef Walter | 2014-07-08 | 1 | -0/+151 |
This adds a new tool to the p11-kit command called 'remote'. This is the server side of remoting a PKCS#11 module. |