summaryrefslogtreecommitdiff
path: root/p11-kit/test-transport.c
Commit message (Collapse)AuthorAgeFilesLines
* build: Don't hardcode module pathDaiki Ueno2019-06-181-3/+3
|
* build: Move check_PROGRAMS into subdirectoriesDaiki Ueno2019-06-181-3/+3
|
* test: Improve temporary directory handlingDaiki Ueno2018-02-271-2/+4
|
* test-transport: Make sure to initialize addrlen given to acceptDaiki Ueno2018-02-271-0/+1
|
* p11_kit_override_system_files: introduced new functionNikos Mavrogiannopoulos2017-11-011-5/+8
| | | | | | | That allows overriding the default module and configuration locations, for use in test suites, etc. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* build: add missing includes for FreeBSDRoman Bogorodskiy2017-02-241-0/+1
| | | | Include signal.h for kill(2) and SIGKILL on FreeBSD.
* rpc: New rpc_unix transport based on Unix socketNikos Mavrogiannopoulos2017-02-161-0/+118
|
* build: Adjust executable/module names for WindowsDaiki Ueno2017-02-161-2/+2
| | | | Append EXEEXT or SHLEXT to the filename if needed.
* test: Release transport mock moduleDaiki Ueno2017-01-251-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 moduleDaiki Ueno2016-10-051-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 dirStef Walter2014-10-021-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 MinGWMichael Cronenworth2014-09-091-0/+12
| | | | Signed-off-by: Michael Cronenworth <mike@cchtml.com>
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-151-0/+281
Still use recursive for documentation and translation.