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