aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* w32: On socket nonce mismatch close the socket.Werner Koch2025-03-051-7/+13
* Log the Windows system error code at more places.Werner Koch2025-03-051-8/+4
* agent: Improve diagnostics for a bind call failure.Werner Koch2025-02-181-3/+11
* agent: New option --change-std-env-name.Werner Koch2025-02-121-1/+6
* Stronger deprecate the --supervised option.Werner Koch2025-01-081-9/+12
* agent: Replace hack for old Libgcrypt versions for auto-expand-secmem.Werner Koch2024-09-271-4/+1
* common: On Windows, we care about how PIPE handles are inherited.NIIBE Yutaka2024-07-091-1/+1
* agent: Initialize thread_startup.fd for pipe connection.NIIBE Yutaka2024-06-281-0/+1
* indent: Fix spellingDaniel Kahn Gillmor2024-05-311-2/+2
* Merge branch 'STABLE-BRANCH-2-4'Werner Koch2024-03-121-1/+5
|\
| * Allow tilde expansion for the foo-program options.Werner Koch2024-02-271-1/+5
* | Merge branch 'STABLE-BRANCH-2-4'Werner Koch2024-01-261-2/+3
|\|
| * agent: Add "ephemeral" Assuan option.Werner Koch2024-01-221-0/+1
| * doc: Describe the ssh-agent protocol options for Windows.Werner Koch2024-01-151-2/+2
* | agent,kbx: Fix reliable_homedir_inotify (2/2).NIIBE Yutaka2023-12-261-7/+7
* | agent,kbx: Fix reliable_homedir_inotify (1/2).NIIBE Yutaka2023-12-261-13/+14
* | agent: Fix homedir check wrt --disable-check-own-socket option.NIIBE Yutaka2023-12-201-5/+3
* | agent: Fix sock_inotify_fd handling.NIIBE Yutaka2023-09-041-2/+5
* | agent: Better interaction between main loop and cache expiration.NIIBE Yutaka2023-08-301-35/+9
* | 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
* | agent: Add agent_kick_the_loop function.NIIBE Yutaka2023-08-241-34/+116
* | gpg,agent,kbx,sm,scd,tpm2d,g13: Use assuan_control.NIIBE Yutaka2023-08-031-0/+1
* | agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH.NIIBE Yutaka2023-08-031-5/+0
* | agent,dirmngr,kbx,scdaemon: Use assuan_sock_accept.NIIBE Yutaka2023-08-031-2/+2
* | commond: Introduce FD2NUM to express conversion to number of fds.NIIBE Yutaka2023-07-181-4/+4
* | common: Introduce FD_DBG to display gnupg_fd_t value.NIIBE Yutaka2023-07-181-5/+5
* | agent,dirmngr: Shutdown fix for supervised mode.NIIBE Yutaka2023-05-261-1/+1
|/
* agent: Make --disable-extended-key-format a dummy option.Werner Koch2023-03-131-14/+2
* common: Slight redefinition of nvc_get_boolean.Werner Koch2023-01-241-1/+2
* agent,w32: Support Win32-OpenSSH emulation by gpg-agent.NIIBE Yutaka2022-10-141-3/+124
* agent: Don't start in --supervised mode if no-autostart is enabled.Werner Koch2022-09-071-0/+11
* agent: New option --no-user-trustlist and --sys-trustlist-name.Werner Koch2022-06-141-0/+12
* Remove remaining support for WindowsCEWerner Koch2022-06-031-19/+8
* Deprecate the --supervised options.Werner Koch2022-04-251-1/+4
* agent: Print the non-option warning earlier.Werner Koch2021-11-141-10/+10
* agent,dirmngr: New option --steal-socketWerner Koch2021-11-131-8/+20
* agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep.NIIBE Yutaka2021-10-051-1/+1
* agent: New option --check-sym-passphrase-pattern.Werner Koch2021-08-131-0/+9
* agent: Make --pinentry-formatted-passphrase a simple flagIngo Klöcker2021-08-121-2/+2
* agent: New option --pinentry-formatted-passphraseIngo Klöcker2021-08-101-0/+7
* agent: Avoid memory leaks in error code paths.Jakub Jelen2021-05-201-1/+4
* agent: Use SHA-256 for SSH fingerprint by defaultWerner Koch2021-05-121-2/+2
* agent: Require verbose level 2 for handler started/terminated notices.Werner Koch2021-04-231-2/+2
* Support log-file option from common.conf for all daemon.Werner Koch2021-04-201-1/+27
* agent: Add new shadow key type and functions to call tpm2daemonJames Bottomley2021-03-101-1/+11
* Require Libgcrypt 1.9Werner Koch2021-01-191-19/+0
* Replace all calls to stat by gnupg_stat.Werner Koch2020-10-201-3/+3