aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | tests:tpm2dtests: Fix tests with SWTPM.NIIBE Yutaka2023-10-042-4/+7
* | agent: Fix agent_update_private_key.NIIBE Yutaka2023-10-041-1/+1
* | build: Simplify detecting a TPM emulator.NIIBE Yutaka2023-10-031-4/+4
* | tools: Add TPM2DAEMON_SOCK_NAME for --remove-socketdir.NIIBE Yutaka2023-10-031-3/+7
* | tests:tpm2dtests: Fix tests with TPM2D.NIIBE Yutaka2023-10-033-11/+16
* | tests:gpgscm: Fix process select loop.NIIBE Yutaka2023-10-031-8/+2
* | tpm2d: Fix call to assuan_control.NIIBE Yutaka2023-10-021-1/+1
* | tpm2d: Check SWTPM environment variable for swtpm support.NIIBE Yutaka2023-09-281-3/+9
* | agent: fix tpm2d keytotpm handlingNIIBE Yutaka2023-09-281-5/+28
* | agent,common,gpg: Use unsigned int for 1-bit field.NIIBE Yutaka2023-09-263-11/+11
* | agent: Initialize FP for the case of error return.NIIBE Yutaka2023-09-261-1/+1
* | Use gpgrt_b64* API of libgpg-error.NIIBE Yutaka2023-09-2610-99/+75
* | gpg: Fix last commit.Werner Koch2023-09-051-1/+1
* | gpg: Add option --with-v5-fingerprintWerner Koch2023-09-046-9/+102
* | agent: Fix timer round-up check when inserting an entry into cache.NIIBE Yutaka2023-09-041-1/+1
* | agent: Fix sock_inotify_fd handling.NIIBE Yutaka2023-09-041-2/+5
* | agent: Fix timer list management.NIIBE Yutaka2023-09-011-2/+6
* | agent: Fix the previous commit.NIIBE Yutaka2023-09-011-3/+0
* | agent: Introduce management of timer to expire cache entries.NIIBE Yutaka2023-08-311-84/+284
* | agent: Better interaction between main loop and cache expiration.NIIBE Yutaka2023-08-303-47/+44
* | agent: Have a thread monitoring parent PID and homedir.NIIBE Yutaka2023-08-301-39/+87
* | agent: Recover support CHECK_OWN_SOCKET_INTERVAL == 0.NIIBE Yutaka2023-08-301-3/+6
* | agent: Fix the handling of socket takeover.NIIBE Yutaka2023-08-301-9/+11
* | agent: Use a thread to monitor socket takeover.NIIBE Yutaka2023-08-301-62/+45
* | g13: Fix for new assuan_control.Werner Koch2023-08-291-1/+1
* | common: Prepare for more flags in start_new_service.Werner Koch2023-08-2914-29/+48
* | agent: Add agent_kick_the_loop function.NIIBE Yutaka2023-08-242-34/+117
* | tpm2d: Fix call to assuan_control.NIIBE Yutaka2023-08-161-1/+1
* | gpg,agent,kbx,sm,scd,tpm2d,g13: Use assuan_control.NIIBE Yutaka2023-08-037-0/+9
* | agent: Use new libassuan API for pipe server process.NIIBE Yutaka2023-08-032-78/+6
* | agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH.NIIBE Yutaka2023-08-039-39/+1
* | agent,dirmngr,kbx,scdaemon: Use assuan_sock_accept.NIIBE Yutaka2023-08-035-10/+10
* | build: Require libassuan 3.0.0 or later.NIIBE Yutaka2023-08-031-2/+2
* | build: Update libassuan.m4 for API compatibility.NIIBE Yutaka2023-07-261-1/+4
* | gpg: Add parallelized filter for hashing.NIIBE Yutaka2023-07-255-16/+352
* | sm: Use estream for I/O.NIIBE Yutaka2023-07-258-205/+203
* | dirmngr: Silence compiler when it's without LDAP.NIIBE Yutaka2023-07-211-0/+9
* | kbx: Fix error paths to fall back to D-lines.NIIBE Yutaka2023-07-211-10/+12
* | dirmngr: Add doc for faked-system-timeAndre Heinecke2023-07-192-2/+14
* | Revert "kbx,w32: Disable the fd-passing."NIIBE Yutaka2023-07-191-7/+1
* | commond: Introduce FD2NUM to express conversion to number of fds.NIIBE Yutaka2023-07-188-10/+12
* | common,w32: Fix FD2INT macro.NIIBE Yutaka2023-07-181-1/+5
* | agent,build,w32: Fix use of SOCKET.NIIBE Yutaka2023-07-182-0/+6
* | dirmngr,kbk,tools: Fix type casting.NIIBE Yutaka2023-07-183-4/+4
* | common: Introduce FD_DBG to display gnupg_fd_t value.NIIBE Yutaka2023-07-1814-37/+41
* | gpg: Use gnupg_fd_t for iobuf_get_fd and is_secured_file.NIIBE Yutaka2023-07-144-6/+6
* | gpg: Use is_secured_filename before opening the file.NIIBE Yutaka2023-07-142-11/+8
* | sm: Fix open_es_fread and open_es_fwrite for gnupg_fd_t.NIIBE Yutaka2023-07-131-8/+10
* | sm: Use open_stream_nc for do_listkeys.NIIBE Yutaka2023-07-131-3/+3
* | sm: Use gnupg_fd_t and open_stream_nc for assuan_get_input_fd.NIIBE Yutaka2023-07-131-11/+11