| Commit message (Expand) | Author | Age | Files | Lines |
* | w32: On socket nonce mismatch close the socket. | Werner Koch | 2025-03-05 | 1 | -7/+13 |
* | Log the Windows system error code at more places. | Werner Koch | 2025-03-05 | 1 | -8/+4 |
* | agent: Improve diagnostics for a bind call failure. | Werner Koch | 2025-02-18 | 1 | -3/+11 |
* | agent: New option --change-std-env-name. | Werner Koch | 2025-02-12 | 1 | -1/+6 |
* | Stronger deprecate the --supervised option. | Werner Koch | 2025-01-08 | 1 | -9/+12 |
* | agent: Replace hack for old Libgcrypt versions for auto-expand-secmem. | Werner Koch | 2024-09-27 | 1 | -4/+1 |
* | common: On Windows, we care about how PIPE handles are inherited. | NIIBE Yutaka | 2024-07-09 | 1 | -1/+1 |
* | agent: Initialize thread_startup.fd for pipe connection. | NIIBE Yutaka | 2024-06-28 | 1 | -0/+1 |
* | indent: Fix spelling | Daniel Kahn Gillmor | 2024-05-31 | 1 | -2/+2 |
* | Merge branch 'STABLE-BRANCH-2-4' | Werner Koch | 2024-03-12 | 1 | -1/+5 |
|\ |
|
| * | Allow tilde expansion for the foo-program options. | Werner Koch | 2024-02-27 | 1 | -1/+5 |
* | | Merge branch 'STABLE-BRANCH-2-4' | Werner Koch | 2024-01-26 | 1 | -2/+3 |
|\| |
|
| * | agent: Add "ephemeral" Assuan option. | Werner Koch | 2024-01-22 | 1 | -0/+1 |
| * | doc: Describe the ssh-agent protocol options for Windows. | Werner Koch | 2024-01-15 | 1 | -2/+2 |
* | | agent,kbx: Fix reliable_homedir_inotify (2/2). | NIIBE Yutaka | 2023-12-26 | 1 | -7/+7 |
* | | agent,kbx: Fix reliable_homedir_inotify (1/2). | NIIBE Yutaka | 2023-12-26 | 1 | -13/+14 |
* | | agent: Fix homedir check wrt --disable-check-own-socket option. | NIIBE Yutaka | 2023-12-20 | 1 | -5/+3 |
* | | agent: Fix sock_inotify_fd handling. | NIIBE Yutaka | 2023-09-04 | 1 | -2/+5 |
* | | agent: Better interaction between main loop and cache expiration. | NIIBE Yutaka | 2023-08-30 | 1 | -35/+9 |
* | | agent: Have a thread monitoring parent PID and homedir. | NIIBE Yutaka | 2023-08-30 | 1 | -39/+87 |
* | | agent: Recover support CHECK_OWN_SOCKET_INTERVAL == 0. | NIIBE Yutaka | 2023-08-30 | 1 | -3/+6 |
* | | agent: Fix the handling of socket takeover. | NIIBE Yutaka | 2023-08-30 | 1 | -9/+11 |
* | | agent: Use a thread to monitor socket takeover. | NIIBE Yutaka | 2023-08-30 | 1 | -62/+45 |
* | | agent: Add agent_kick_the_loop function. | NIIBE Yutaka | 2023-08-24 | 1 | -34/+116 |
* | | gpg,agent,kbx,sm,scd,tpm2d,g13: Use assuan_control. | NIIBE Yutaka | 2023-08-03 | 1 | -0/+1 |
* | | agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH. | NIIBE Yutaka | 2023-08-03 | 1 | -5/+0 |
* | | agent,dirmngr,kbx,scdaemon: Use assuan_sock_accept. | NIIBE Yutaka | 2023-08-03 | 1 | -2/+2 |
* | | commond: Introduce FD2NUM to express conversion to number of fds. | NIIBE Yutaka | 2023-07-18 | 1 | -4/+4 |
* | | common: Introduce FD_DBG to display gnupg_fd_t value. | NIIBE Yutaka | 2023-07-18 | 1 | -5/+5 |
* | | agent,dirmngr: Shutdown fix for supervised mode. | NIIBE Yutaka | 2023-05-26 | 1 | -1/+1 |
|/ |
|
* | agent: Make --disable-extended-key-format a dummy option. | Werner Koch | 2023-03-13 | 1 | -14/+2 |
* | common: Slight redefinition of nvc_get_boolean. | Werner Koch | 2023-01-24 | 1 | -1/+2 |
* | agent,w32: Support Win32-OpenSSH emulation by gpg-agent. | NIIBE Yutaka | 2022-10-14 | 1 | -3/+124 |
* | agent: Don't start in --supervised mode if no-autostart is enabled. | Werner Koch | 2022-09-07 | 1 | -0/+11 |
* | agent: New option --no-user-trustlist and --sys-trustlist-name. | Werner Koch | 2022-06-14 | 1 | -0/+12 |
* | Remove remaining support for WindowsCE | Werner Koch | 2022-06-03 | 1 | -19/+8 |
* | Deprecate the --supervised options. | Werner Koch | 2022-04-25 | 1 | -1/+4 |
* | agent: Print the non-option warning earlier. | Werner Koch | 2021-11-14 | 1 | -10/+10 |
* | agent,dirmngr: New option --steal-socket | Werner Koch | 2021-11-13 | 1 | -8/+20 |
* | agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep. | NIIBE Yutaka | 2021-10-05 | 1 | -1/+1 |
* | agent: New option --check-sym-passphrase-pattern. | Werner Koch | 2021-08-13 | 1 | -0/+9 |
* | agent: Make --pinentry-formatted-passphrase a simple flag | Ingo Klöcker | 2021-08-12 | 1 | -2/+2 |
* | agent: New option --pinentry-formatted-passphrase | Ingo Klöcker | 2021-08-10 | 1 | -0/+7 |
* | agent: Avoid memory leaks in error code paths. | Jakub Jelen | 2021-05-20 | 1 | -1/+4 |
* | agent: Use SHA-256 for SSH fingerprint by default | Werner Koch | 2021-05-12 | 1 | -2/+2 |
* | agent: Require verbose level 2 for handler started/terminated notices. | Werner Koch | 2021-04-23 | 1 | -2/+2 |
* | Support log-file option from common.conf for all daemon. | Werner Koch | 2021-04-20 | 1 | -1/+27 |
* | agent: Add new shadow key type and functions to call tpm2daemon | James Bottomley | 2021-03-10 | 1 | -1/+11 |
* | Require Libgcrypt 1.9 | Werner Koch | 2021-01-19 | 1 | -19/+0 |
* | Replace all calls to stat by gnupg_stat. | Werner Koch | 2020-10-20 | 1 | -3/+3 |