summaryrefslogtreecommitdiff
path: root/p11-kit
Commit message (Expand)AuthorAgeFilesLines
* modules: check gl.modules before iterates on it when freeingStefano Garzarella2019-02-271-8/+10
* trust: Propagate library verbosity to module through init_argsDaiki Ueno2019-01-042-7/+25
* build: Fix typo spotted by codespellDaiki Ueno2018-12-296-9/+9
* build: Suppress cppcheck errorsDaiki Ueno2018-11-221-2/+6
* tests: Ensure p11_proxy_module_cleanup is calledDaiki Ueno2018-11-141-0/+2
* url: Prefer upper-case letters in hex characters when encodingDaiki Ueno2018-11-071-7/+7
* virtual: Prefer fixed closures to libffi closuresDaiki Ueno2018-10-241-5/+14
* rpc-server: Check calloc failureDaiki Ueno2018-10-171-0/+4
* proxy: Fix null dereference when reusing slotsDaiki Ueno2018-10-171-1/+4
* rpc-server: p11_kit_remote_serve_tokens: Fix memleakDaiki Ueno2018-10-171-0/+5
* build: Check return value of p11_rpc_buffer_get_uint64Daiki Ueno2018-10-171-1/+2
* build: Check return value of p11_dict_setDaiki Ueno2018-10-172-2/+7
* build: Free memory before return{,_val}_if_* macrosDaiki Ueno2018-10-172-3/+12
* virtual: Tighten error handling when fixed closures are exhaustedDaiki Ueno2018-08-281-9/+8
* virtual: Don't be too loud about recoverable failureDaiki Ueno2018-08-281-2/+2
* common: Factor out common initializer code into a headerDaiki Ueno2018-08-282-111/+8
* Revert "build: Explicitly link threaded test programs to libpthread"Daiki Ueno2018-08-171-4/+4
* proxy: Avoid invalid memory access when unloading proxy moduleDaiki Ueno2018-08-151-13/+4
* build: Explicitly link threaded test programs to libpthreadDaiki Ueno2018-08-101-4/+4
* common, p11-kit, trust: Use pthread_once only when necessaryDaiki Ueno2018-08-102-2/+2
* server: Avoid FD leak in error casesDaiki Ueno2018-08-011-0/+3
* proxy: Fail early if there is no slot mappingsDaiki Ueno2018-07-162-0/+44
* rpc-server: p11_kit_remote_serve_tokens: Allow exporting all modulesDaiki Ueno2018-07-164-89/+210
* build: Use separate p11-kit-{remote,server} executable for testingDaiki Ueno2018-07-163-3/+29
* proxy: Allow proxy to be created from the libraryDaiki Ueno2018-07-162-1/+42
* proxy: Turn global variables module localDaiki Ueno2018-07-161-21/+14
* server: Enable socket activation through systemdDaiki Ueno2018-06-204-9/+72
* pkcs11: Exercise GNU calling convention at compile timeDaiki Ueno2018-05-283-0/+46
* build: Delay building mock-six.la until "make check"Daiki Ueno2018-05-251-1/+1
* build: Include p11-kit/test-messages.sh in distributionDaiki Ueno2018-05-251-0/+1
* uri: Make scheme comparison case-insensitiveDaiki Ueno2018-05-252-3/+30
* Improve const correctness for P11KitUriNathaniel McCallum2018-05-243-41/+41
* proxy: Don't null terminate PKCS #11 string fieldsDaiki Ueno2018-05-071-2/+2
* test: Avoid exceeding maximum pathname length of Unix socketDaiki Ueno2018-05-041-2/+7
* mock-module-ep: Properly override C_GetFunctionListDaiki Ueno2018-04-061-1/+1
* modules: Add option to control module visibility from proxyDaiki Ueno2018-04-065-10/+116
* modules: Fix memleak in re-initialization caseDaiki Ueno2018-03-291-0/+1
* Treat CKR_CRYPTOKI_ALREADY_INITIALIZED correctlyJustin King-Lacroix2018-03-291-1/+6
* test: Add missing seven.module in Windows fixturesDaiki Ueno2018-03-291-0/+4
* build: Enable make check with wineDaiki Ueno2018-03-291-1/+1
* test: Add failing test for CKR_CRYPTOKI_ALREADY_INITIALIZEDDaiki Ueno2018-03-294-1/+115
* test: Add test for error messagesDaiki Ueno2018-03-292-0/+112
* test: Use _exit() in child process to immediately close open FDsDaiki Ueno2018-03-291-1/+1
* test: Rewrite test-server.sh in TAP styleDaiki Ueno2018-03-291-11/+27
* test-server.sh: Fix bashismAndreas Metzler2018-02-281-4/+4
* test-server: Add test for detecting addressDaiki Ueno2018-02-271-1/+29
* test-server: Fix compilation error on FreeBSDDaiki Ueno2018-02-271-0/+1
* common, client: Move runtime directory detection to libp11-commonDaiki Ueno2018-02-271-65/+2
* test: Improve temporary directory handlingDaiki Ueno2018-02-271-2/+4
* p11_kit_remote_serve_tokens: Read "write-protected" setting from URIDaiki Ueno2018-02-272-0/+42