| Commit message (Expand) | Author | Files | Lines |
2023-10-03 | tests:tpm2dtests: Fix tests with TPM2D. | NIIBE Yutaka | 3 | -11/+16 |
2023-10-03 | tests:gpgscm: Fix process select loop. | NIIBE Yutaka | 1 | -8/+2 |
2023-10-02 | tpm2d: Fix call to assuan_control. | NIIBE Yutaka | 1 | -1/+1 |
2023-09-28 | tpm2d: Check SWTPM environment variable for swtpm support. | NIIBE Yutaka | 1 | -3/+9 |
2023-09-28 | agent: fix tpm2d keytotpm handling | NIIBE Yutaka | 1 | -5/+28 |
2023-09-26 | agent,common,gpg: Use unsigned int for 1-bit field. | NIIBE Yutaka | 3 | -11/+11 |
2023-09-26 | agent: Initialize FP for the case of error return. | NIIBE Yutaka | 1 | -1/+1 |
2023-09-26 | Use gpgrt_b64* API of libgpg-error. | NIIBE Yutaka | 10 | -99/+75 |
2023-09-05 | gpg: Fix last commit. | Werner Koch | 1 | -1/+1 |
2023-09-04 | gpg: Add option --with-v5-fingerprint | Werner Koch | 6 | -9/+102 |
2023-09-04 | agent: Fix timer round-up check when inserting an entry into cache. | NIIBE Yutaka | 1 | -1/+1 |
2023-09-04 | agent: Fix sock_inotify_fd handling. | NIIBE Yutaka | 1 | -2/+5 |
2023-09-01 | agent: Fix timer list management. | NIIBE Yutaka | 1 | -2/+6 |
2023-09-01 | agent: Fix the previous commit. | NIIBE Yutaka | 1 | -3/+0 |
2023-08-31 | agent: Introduce management of timer to expire cache entries. | NIIBE Yutaka | 1 | -84/+284 |
2023-08-30 | agent: Better interaction between main loop and cache expiration. | NIIBE Yutaka | 3 | -47/+44 |
2023-08-30 | agent: Have a thread monitoring parent PID and homedir. | NIIBE Yutaka | 1 | -39/+87 |
2023-08-30 | agent: Recover support CHECK_OWN_SOCKET_INTERVAL == 0. | NIIBE Yutaka | 1 | -3/+6 |
2023-08-30 | agent: Fix the handling of socket takeover. | NIIBE Yutaka | 1 | -9/+11 |
2023-08-30 | agent: Use a thread to monitor socket takeover. | NIIBE Yutaka | 1 | -62/+45 |
2023-08-29 | g13: Fix for new assuan_control. | Werner Koch | 1 | -1/+1 |
2023-08-29 | common: Prepare for more flags in start_new_service. | Werner Koch | 14 | -29/+48 |
2023-08-24 | agent: Add agent_kick_the_loop function. | NIIBE Yutaka | 2 | -34/+117 |
2023-08-16 | tpm2d: Fix call to assuan_control. | NIIBE Yutaka | 1 | -1/+1 |
2023-08-03 | gpg,agent,kbx,sm,scd,tpm2d,g13: Use assuan_control. | NIIBE Yutaka | 7 | -0/+9 |
2023-08-03 | agent: Use new libassuan API for pipe server process. | NIIBE Yutaka | 2 | -78/+6 |
2023-08-03 | agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH. | NIIBE Yutaka | 9 | -39/+1 |
2023-08-03 | agent,dirmngr,kbx,scdaemon: Use assuan_sock_accept. | NIIBE Yutaka | 5 | -10/+10 |
2023-08-03 | build: Require libassuan 3.0.0 or later. | NIIBE Yutaka | 1 | -2/+2 |
2023-07-26 | build: Update libassuan.m4 for API compatibility. | NIIBE Yutaka | 1 | -1/+4 |
2023-07-25 | gpg: Add parallelized filter for hashing. | NIIBE Yutaka | 5 | -16/+352 |
2023-07-25 | sm: Use estream for I/O. | NIIBE Yutaka | 8 | -205/+203 |
2023-07-21 | dirmngr: Silence compiler when it's without LDAP. | NIIBE Yutaka | 1 | -0/+9 |
2023-07-21 | kbx: Fix error paths to fall back to D-lines. | NIIBE Yutaka | 1 | -10/+12 |
2023-07-19 | dirmngr: Add doc for faked-system-time | Andre Heinecke | 2 | -2/+14 |
2023-07-19 | Revert "kbx,w32: Disable the fd-passing." | NIIBE Yutaka | 1 | -7/+1 |
2023-07-18 | commond: Introduce FD2NUM to express conversion to number of fds. | NIIBE Yutaka | 8 | -10/+12 |
2023-07-18 | common,w32: Fix FD2INT macro. | NIIBE Yutaka | 1 | -1/+5 |
2023-07-18 | agent,build,w32: Fix use of SOCKET. | NIIBE Yutaka | 2 | -0/+6 |
2023-07-18 | dirmngr,kbk,tools: Fix type casting. | NIIBE Yutaka | 3 | -4/+4 |
2023-07-18 | common: Introduce FD_DBG to display gnupg_fd_t value. | NIIBE Yutaka | 14 | -37/+41 |
2023-07-14 | gpg: Use gnupg_fd_t for iobuf_get_fd and is_secured_file. | NIIBE Yutaka | 4 | -6/+6 |
2023-07-14 | gpg: Use is_secured_filename before opening the file. | NIIBE Yutaka | 2 | -11/+8 |
2023-07-13 | sm: Fix open_es_fread and open_es_fwrite for gnupg_fd_t. | NIIBE Yutaka | 1 | -8/+10 |
2023-07-13 | sm: Use open_stream_nc for do_listkeys. | NIIBE Yutaka | 1 | -3/+3 |
2023-07-13 | sm: Use gnupg_fd_t and open_stream_nc for assuan_get_input_fd. | NIIBE Yutaka | 1 | -11/+11 |
2023-07-13 | sm: Use open_stream_nc for HANDLE by assuan_get_output_fd. | NIIBE Yutaka | 1 | -18/+21 |
2023-07-12 | gpg: Add support for Subkey-Expire-Date. | NIIBE Yutaka | 1 | -6/+25 |
2023-07-12 | gpg: Fix expiration time when Creation-Date is specified. | NIIBE Yutaka | 1 | -9/+20 |
2023-07-11 | gpg: Move the check by is_secured_file earlier. | NIIBE Yutaka | 2 | -7/+13 |