Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Don't hardcode module path | Daiki Ueno | 2019-06-18 | 1 | -6/+6 |
| | |||||
* | build: Move check_PROGRAMS into subdirectories | Daiki Ueno | 2019-06-18 | 1 | -2/+2 |
| | |||||
* | rpc-server: p11_kit_remote_serve_tokens: Allow exporting all modules | Daiki Ueno | 2018-07-16 | 1 | -20/+63 |
| | | | | | This patch removes the restriction of p11_kit_remote_serve_tokens() that were not capable of serving tokens across multiple modules. | ||||
* | build: Use separate p11-kit-{remote,server} executable for testing | Daiki Ueno | 2018-07-16 | 1 | -2/+2 |
| | | | | | Otherwise, the p11-kit-remote program called from p11-kit-server would load the system modules instead of the local fixtures. | ||||
* | test-server: Add test for detecting address | Daiki Ueno | 2018-02-27 | 1 | -1/+29 |
| | |||||
* | test-server: Fix compilation error on FreeBSD | Daiki Ueno | 2018-02-27 | 1 | -0/+1 |
| | |||||
* | p11_kit_remote_serve_tokens: Read "write-protected" setting from URI | Daiki Ueno | 2018-02-27 | 1 | -0/+30 |
| | |||||
* | test: Add test for client-server interaction | Daiki Ueno | 2018-02-27 | 1 | -0/+199 |
The test spawns a process running the server command and connects to it through p11-kit-client.so. It's is a bit tricky that the child process requires to preload libasan.so when ASan is in in effect, to properly load a mock module. |