Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: add missing includes for FreeBSD | Roman Bogorodskiy | 2017-02-24 | 1 | -0/+1 |
| | | | | Include signal.h for kill(2) and SIGKILL on FreeBSD. | ||||
* | rpc: New rpc_unix transport based on Unix socket | Nikos Mavrogiannopoulos | 2017-02-16 | 1 | -0/+118 |
| | |||||
* | build: Adjust executable/module names for Windows | Daiki Ueno | 2017-02-16 | 1 | -2/+2 |
| | | | | Append EXEEXT or SHLEXT to the filename if needed. | ||||
* | test: Release transport mock module | Daiki Ueno | 2017-01-25 | 1 | -0/+1 |
| | | | | | To prevent leaks of fixed closures, p11_kit_module_release() needs to be called on the mock module itself. | ||||
* | rpc: Send x-init-reserved to remote module | Daiki Ueno | 2016-10-05 | 1 | -0/+24 |
| | | | | | | | Signed-off-by: Stef Walter <stefw@redhat.com> * Fixed up indentation https://bugs.freedesktop.org/show_bug.cgi?id=80519 | ||||
* | p11-kit: P11_KIT_PRIVATEDIR env var overrides private binary dir | Stef Walter | 2014-10-02 | 1 | -0/+1 |
| | | | | | | External binaries are searched for in $(libdir)/p11-kit. The P11_KIT_PRIVATEDIR can be used to override that, for example during 'make check' | ||||
* | p11-kit: Fix tests when building with MinGW | Michael Cronenworth | 2014-09-09 | 1 | -0/+12 |
| | | | | Signed-off-by: Michael Cronenworth <mike@cchtml.com> | ||||
* | Move to non-recursive Makefile for building bins and libs | Stef Walter | 2014-08-15 | 1 | -0/+281 |
Still use recursive for documentation and translation. |