summaryrefslogtreecommitdiff
path: root/p11-kit
Commit message (Expand)AuthorAgeFilesLines
* build: Don't hardcode module pathDaiki Ueno2019-06-186-16/+22
* build: Move check_PROGRAMS into subdirectoriesDaiki Ueno2019-06-186-25/+25
* tests: Add tmpdir argument to p11_test_copy_setgidDaiki Ueno2019-06-181-1/+1
* tests: Skip tests calling getauxval(AT_SECURE) if binary is on /tmpDaiki Ueno2019-06-181-2/+3
* conf: Skip root UID check on WindowsDaiki Ueno2019-06-181-0/+2
* virtual: Rename virtual-fixed.c to virtual-fixed-generated.hDaiki Ueno2019-06-182-4/+4
* rpc: On UNIX wait on condition variable instead of FD if header is for a diff...Simon Haggett2019-06-141-12/+35
* tests: Avoid uninitialized value in test-proxy.cDaiki Ueno2019-05-231-0/+4
* build: Suppress compiler warningDaiki Ueno2019-05-221-1/+0
* doc: Add 'server' command in helpRaphael Medaer2019-05-221-0/+1
* proxy: Support C_WaitForSlotEvent() if CKF_DONT_BLOCK is specifiedDaiki Ueno2019-05-214-15/+166
* conf: Ignore user configuration if the program is running as rootDaiki Ueno2019-05-181-1/+3
* proxy: Refresh slot list on every C_GetSlotList callDaiki Ueno2019-05-164-48/+192
* modules: Fix index used in call to p11_dict_remove()Simon Haggett2019-03-131-1/+1
* 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