summaryrefslogtreecommitdiff
path: root/p11-kit/test-transport.c
Commit message (Collapse)AuthorAgeFilesLines
* MOVED TO: https://github.com/p11-glue/p11-kitHEADmasterStef Walter2016-11-291-318/+0
| | | | | | | | | This repository has moved to GitHub to allow further contributions and more flexibility who can merge changes. More details here: https://lists.freedesktop.org/archives/p11-glue/2016-November/000626.html
* rpc: Send x-init-reserved to remote modulebefore-moveDaiki 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.