| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: Fix memleaks in test-jks.c | Daiki Ueno | 2019-06-18 | 1 | -4/+12 |
* | tests: Skip tests calling getauxval(AT_SECURE) if binary is on /tmp | Daiki Ueno | 2019-06-18 | 2 | -4/+6 |
* | tests: Fix temp file permission before deleting | Daiki Ueno | 2019-06-18 | 1 | -9/+13 |
* | tests: Don't assume / is not writable on Windows in test-token.c | Daiki Ueno | 2019-06-18 | 1 | -5/+7 |
* | conf: Skip root UID check on Windows | Daiki Ueno | 2019-06-18 | 1 | -0/+2 |
* | virtual: Rename virtual-fixed.c to virtual-fixed-generated.h | Daiki Ueno | 2019-06-18 | 4 | -6/+6 |
* | common: Make issetugid check simpler | Daiki Ueno | 2019-06-18 | 2 | -20/+3 |
* | common: Fix vasprintf emulation | Daiki Ueno | 2019-06-18 | 1 | -1/+7 |
* | rpc: On UNIX wait on condition variable instead of FD if header is for a diff... | Simon Haggett | 2019-06-14 | 2 | -12/+48 |
* | tests: Avoid uninitialized value in test-proxy.c | Daiki Ueno | 2019-05-23 | 1 | -0/+4 |
* | build: Suppress compiler warning | Daiki Ueno | 2019-05-22 | 1 | -1/+0 |
* | doc: Add 'server' command in help | Raphael Medaer | 2019-05-22 | 1 | -0/+1 |
* | Release 0.23.16 | Daiki Ueno | 2019-05-22 | 2 | -1/+11 |
* | proxy: Support C_WaitForSlotEvent() if CKF_DONT_BLOCK is specified | Daiki Ueno | 2019-05-21 | 4 | -15/+166 |
* | conf: Ignore user configuration if the program is running as root | Daiki Ueno | 2019-05-18 | 1 | -1/+3 |
* | proxy: Refresh slot list on every C_GetSlotList call | Daiki Ueno | 2019-05-16 | 4 | -48/+192 |
* | modules: Fix index used in call to p11_dict_remove() | Simon Haggett | 2019-03-13 | 1 | -1/+1 |
* | Fix Win32 p11_dl_error crash | Tom Sutcliffe | 2019-03-10 | 1 | -1/+4 |
* | modules: check gl.modules before iterates on it when freeing | Stefano Garzarella | 2019-02-27 | 1 | -8/+10 |
* | trust: Ignore unreadable content in anchors | Daiki Ueno | 2019-02-18 | 3 | -15/+88 |
* | extract-jks: Prefer _p11_extract_jks_timestamp to SOURCE_DATE_EPOCH | Daiki Ueno | 2019-01-29 | 1 | -4/+4 |
* | Release 0.23.15 | Daiki Ueno | 2019-01-18 | 2 | -1/+9 |
* | pem: Fix assert condition | Daiki Ueno | 2019-01-11 | 2 | -1/+19 |
* | test: Add test that exercises duplicated certs in JKS | Daiki Ueno | 2019-01-10 | 6 | -5/+55 |
* | trust: Fix alias generation in JKS extractor | Daiki Ueno | 2019-01-10 | 1 | -1/+2 |
* | trust: Continue parsing if the file cannot be read as persist format | Daiki Ueno | 2019-01-04 | 1 | -1/+1 |
* | trust: p11_token_load: Treat parse error as failure | Daiki Ueno | 2019-01-04 | 1 | -3/+6 |
* | trust: Fail if trust anchors are not loaded from a file | Daiki Ueno | 2019-01-04 | 2 | -6/+11 |
* | trust: Propagate library verbosity to module through init_args | Daiki Ueno | 2019-01-04 | 6 | -13/+47 |
* | build: Fix typo spotted by codespell | Daiki Ueno | 2018-12-29 | 15 | -22/+22 |
* | doc: Make log-calls match the rest of the document style | Jakub Jelen | 2018-12-06 | 1 | -2/+2 |
* | build: Simplify assertions | Daiki Ueno | 2018-11-23 | 1 | -6/+0 |
* | travis: Add cppcheck profile | Daiki Ueno | 2018-11-22 | 5 | -0/+33 |
* | travis: Allow profile override | Daiki Ueno | 2018-11-22 | 1 | -10/+10 |
* | build: Suppress cppcheck errors | Daiki Ueno | 2018-11-22 | 7 | -16/+42 |
* | tests: Ensure p11_proxy_module_cleanup is called | Daiki Ueno | 2018-11-14 | 1 | -0/+2 |
* | url: Prefer upper-case letters in hex characters when encoding | Daiki Ueno | 2018-11-07 | 4 | -15/+53 |
* | trust/extract-jks.c: also honor SOURCE_DATE_EPOCH time | Harald Hoyer | 2018-11-02 | 1 | -4/+34 |
* | build: Require pkg.m4 >= 0.29 at bootstrap | Daiki Ueno | 2018-10-31 | 1 | -0/+2 |
* | virtual: Prefer fixed closures to libffi closures | Daiki Ueno | 2018-10-24 | 1 | -5/+14 |
* | trust: Check index->buckets is allocated on cleanup | Daiki Ueno | 2018-10-17 | 1 | -3/+5 |
* | rpc-server: Check calloc failure | Daiki Ueno | 2018-10-17 | 1 | -0/+4 |
* | trust: Set umask before calling mkstemp | Daiki Ueno | 2018-10-17 | 1 | -0/+3 |
* | proxy: Fix null dereference when reusing slots | Daiki Ueno | 2018-10-17 | 1 | -1/+4 |
* | rpc-server: p11_kit_remote_serve_tokens: Fix memleak | Daiki Ueno | 2018-10-17 | 1 | -0/+5 |
* | build: Check return value of p11_rpc_buffer_get_uint64 | Daiki Ueno | 2018-10-17 | 1 | -1/+2 |
* | build: Check return value of p11_dict_set | Daiki Ueno | 2018-10-17 | 3 | -3/+9 |
* | build: Free memory before return{,_val}_if_* macros | Daiki Ueno | 2018-10-17 | 9 | -17/+77 |
* | build: Call va_end() always when leaving the function | Daiki Ueno | 2018-10-17 | 4 | -4/+14 |
* | debug: Work around cppcheck false-positives | Daiki Ueno | 2018-10-17 | 1 | -3/+3 |