summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Declare dependency chain between static libs in commonp11pDaiki Ueno2019-06-193-30/+19
* build: Make threads dependency more explicitDaiki Ueno2019-06-193-12/+10
* .travis.yml: Use meson for buildingDaiki Ueno2019-06-1811-24/+106
* build: Add meson build supportDaiki Ueno2019-06-1817-1/+1324
* trust: Fix mismatched return valuesDaiki Ueno2019-06-182-3/+3
* po: Remove en@{,bold}quot from LINGUASDaiki Ueno2019-06-181-2/+0
* build: Don't hardcode module pathDaiki Ueno2019-06-187-17/+25
* build: Move check_PROGRAMS into subdirectoriesDaiki Ueno2019-06-189-39/+39
* tests: Add tmpdir argument to p11_test_copy_setgidDaiki Ueno2019-06-184-6/+10
* tests: Fix memleaks in test-jks.cDaiki Ueno2019-06-181-4/+12
* tests: Skip tests calling getauxval(AT_SECURE) if binary is on /tmpDaiki Ueno2019-06-182-4/+6
* tests: Fix temp file permission before deletingDaiki Ueno2019-06-181-9/+13
* tests: Don't assume / is not writable on Windows in test-token.cDaiki Ueno2019-06-181-5/+7
* conf: Skip root UID check on WindowsDaiki Ueno2019-06-181-0/+2
* virtual: Rename virtual-fixed.c to virtual-fixed-generated.hDaiki Ueno2019-06-184-6/+6
* common: Make issetugid check simplerDaiki Ueno2019-06-182-20/+3
* common: Fix vasprintf emulationDaiki Ueno2019-06-181-1/+7
* rpc: On UNIX wait on condition variable instead of FD if header is for a diff...Simon Haggett2019-06-142-12/+48
* 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
* Release 0.23.16Daiki Ueno2019-05-222-1/+11
* 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
* Fix Win32 p11_dl_error crashTom Sutcliffe2019-03-101-1/+4
* modules: check gl.modules before iterates on it when freeingStefano Garzarella2019-02-271-8/+10
* trust: Ignore unreadable content in anchorsDaiki Ueno2019-02-183-15/+88
* extract-jks: Prefer _p11_extract_jks_timestamp to SOURCE_DATE_EPOCHDaiki Ueno2019-01-291-4/+4
* Release 0.23.15Daiki Ueno2019-01-182-1/+9
* pem: Fix assert conditionDaiki Ueno2019-01-112-1/+19
* test: Add test that exercises duplicated certs in JKSDaiki Ueno2019-01-106-5/+55
* trust: Fix alias generation in JKS extractorDaiki Ueno2019-01-101-1/+2
* trust: Continue parsing if the file cannot be read as persist formatDaiki Ueno2019-01-041-1/+1
* trust: p11_token_load: Treat parse error as failureDaiki Ueno2019-01-041-3/+6
* trust: Fail if trust anchors are not loaded from a fileDaiki Ueno2019-01-042-6/+11
* trust: Propagate library verbosity to module through init_argsDaiki Ueno2019-01-046-13/+47
* build: Fix typo spotted by codespellDaiki Ueno2018-12-2915-22/+22
* doc: Make log-calls match the rest of the document styleJakub Jelen2018-12-061-2/+2
* build: Simplify assertionsDaiki Ueno2018-11-231-6/+0
* travis: Add cppcheck profileDaiki Ueno2018-11-225-0/+33
* travis: Allow profile overrideDaiki Ueno2018-11-221-10/+10
* build: Suppress cppcheck errorsDaiki Ueno2018-11-227-16/+42
* 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-074-15/+53
* trust/extract-jks.c: also honor SOURCE_DATE_EPOCH timeHarald Hoyer2018-11-021-4/+34
* build: Require pkg.m4 >= 0.29 at bootstrapDaiki Ueno2018-10-311-0/+2
* virtual: Prefer fixed closures to libffi closuresDaiki Ueno2018-10-241-5/+14
* trust: Check index->buckets is allocated on cleanupDaiki Ueno2018-10-171-3/+5