aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-22agent: Add "ephemeral" Assuan option.Werner Koch11-207/+497
2024-01-22card: New subcommand "checkkeys".Werner Koch1-5/+39
2024-01-22doc: Document Backup-info in keyformat.txtWerner Koch1-0/+10
2024-01-15doc: Describe the ssh-agent protocol options for Windows.Werner Koch1-2/+2
2023-12-26agent,kbx: Fix reliable_homedir_inotify (2/2).NIIBE Yutaka1-7/+7
2023-12-26agent,kbx: Fix reliable_homedir_inotify (1/2).NIIBE Yutaka1-13/+14
2023-12-20agent: Fix homedir check wrt --disable-check-own-socket option.NIIBE Yutaka1-5/+3
2023-11-21agent: Update the key file only if changed (slight return).Werner Koch1-12/+52
2023-11-21agent: Update the key file only if not changed.Werner Koch1-1/+10
2023-10-06scd:openpgp: Return better error codes for the Reset Code.Werner Koch1-6/+9
2023-10-06agent: fix tpm2d keytotpm handlingNIIBE Yutaka1-5/+28
2023-10-06agent: Initialize FP for the case of error return.NIIBE Yutaka1-1/+1
2023-10-04agent: Fix agent_update_private_key.NIIBE Yutaka1-1/+1
2023-10-04agent: Fix agent_update_private_key.NIIBE Yutaka1-1/+1
2023-09-28agent: fix tpm2d keytotpm handlingNIIBE Yutaka1-5/+28
2023-09-26agent,common,gpg: Use unsigned int for 1-bit field.NIIBE Yutaka1-7/+7
2023-09-26agent: Initialize FP for the case of error return.NIIBE Yutaka1-1/+1
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-24agent: Add agent_kick_the_loop function.NIIBE Yutaka2-34/+117
2023-08-03gpg,agent,kbx,sm,scd,tpm2d,g13: Use assuan_control.NIIBE Yutaka1-0/+1
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 Yutaka1-5/+0
2023-08-03agent,dirmngr,kbx,scdaemon: Use assuan_sock_accept.NIIBE Yutaka1-2/+2
2023-07-18commond: Introduce FD2NUM to express conversion to number of fds.NIIBE Yutaka2-5/+5
2023-07-18agent,build,w32: Fix use of SOCKET.NIIBE Yutaka1-0/+4
2023-07-18common: Introduce FD_DBG to display gnupg_fd_t value.NIIBE Yutaka1-5/+5
2023-07-03agent: Fix formatting thread ID of nPth.NIIBE Yutaka1-2/+3
2023-06-26agent: Fix cast mistake for Windows.NIIBE Yutaka1-2/+2
2023-05-26agent: Do not overwrite a key file by a shadow key file.Werner Koch1-90/+64
2023-05-26agent: Update key files by first writing to a temp file.Werner Koch1-66/+97
2023-05-26agent: Create and use Token entries to track the display s/n.Werner Koch10-29/+102
2023-05-26agent: Do not overwrite a key file by a shadow key file.Werner Koch1-90/+64
2023-05-26agent: Update key files by first writing to a temp file.Werner Koch1-66/+97
2023-05-26agent: Create and use Token entries to track the display s/n.Werner Koch10-29/+102
2023-05-26agent,dirmngr: Shutdown fix for supervised mode.NIIBE Yutaka1-1/+1
2023-05-25agent,w32: Fix resource leak for a process.NIIBE Yutaka1-2/+2
2023-05-24w32: Add missing supportedOS Ids for Windows-10Werner Koch1-0/+1
2023-05-24w32: Add missing supportedOS Ids for Windows-10Werner Koch1-0/+1
2023-05-24w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch3-2/+31
2023-05-24w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch3-2/+31
2023-05-11common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function.NIIBE Yutaka1-5/+13