| Commit message (Expand) | Author | Files | Lines |
2023-09-04 | agent: Fix sock_inotify_fd handling. | NIIBE Yutaka | 1 | -2/+5 |
2023-08-30 | agent: Better interaction between main loop and cache expiration. | NIIBE Yutaka | 1 | -35/+9 |
2023-08-30 | agent: Have a thread monitoring parent PID and homedir. | NIIBE Yutaka | 1 | -39/+87 |
2023-08-30 | agent: Recover support CHECK_OWN_SOCKET_INTERVAL == 0. | NIIBE Yutaka | 1 | -3/+6 |
2023-08-30 | agent: Fix the handling of socket takeover. | NIIBE Yutaka | 1 | -9/+11 |
2023-08-30 | agent: Use a thread to monitor socket takeover. | NIIBE Yutaka | 1 | -62/+45 |
2023-08-24 | agent: Add agent_kick_the_loop function. | NIIBE Yutaka | 1 | -34/+116 |
2023-08-03 | gpg,agent,kbx,sm,scd,tpm2d,g13: Use assuan_control. | NIIBE Yutaka | 1 | -0/+1 |
2023-08-03 | agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH. | NIIBE Yutaka | 1 | -5/+0 |
2023-08-03 | agent,dirmngr,kbx,scdaemon: Use assuan_sock_accept. | NIIBE Yutaka | 1 | -2/+2 |
2023-07-18 | commond: Introduce FD2NUM to express conversion to number of fds. | NIIBE Yutaka | 1 | -4/+4 |
2023-07-18 | common: Introduce FD_DBG to display gnupg_fd_t value. | NIIBE Yutaka | 1 | -5/+5 |
2023-05-26 | agent,dirmngr: Shutdown fix for supervised mode. | NIIBE Yutaka | 1 | -1/+1 |
2023-03-13 | agent: Make --disable-extended-key-format a dummy option. | Werner Koch | 1 | -14/+2 |
2023-01-24 | common: Slight redefinition of nvc_get_boolean. | Werner Koch | 1 | -1/+2 |
2022-10-14 | agent,w32: Support Win32-OpenSSH emulation by gpg-agent. | NIIBE Yutaka | 1 | -3/+124 |
2022-09-07 | agent: Don't start in --supervised mode if no-autostart is enabled. | Werner Koch | 1 | -0/+11 |
2022-06-14 | agent: New option --no-user-trustlist and --sys-trustlist-name. | Werner Koch | 1 | -0/+12 |
2022-06-03 | Remove remaining support for WindowsCE | Werner Koch | 1 | -19/+8 |
2022-04-25 | Deprecate the --supervised options. | Werner Koch | 1 | -1/+4 |
2021-11-14 | agent: Print the non-option warning earlier. | Werner Koch | 1 | -10/+10 |
2021-11-13 | agent,dirmngr: New option --steal-socket | Werner Koch | 1 | -8/+20 |
2021-10-05 | agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep. | NIIBE Yutaka | 1 | -1/+1 |
2021-08-13 | agent: New option --check-sym-passphrase-pattern. | Werner Koch | 1 | -0/+9 |
2021-08-12 | agent: Make --pinentry-formatted-passphrase a simple flag | Ingo Klöcker | 1 | -2/+2 |
2021-08-10 | agent: New option --pinentry-formatted-passphrase | Ingo Klöcker | 1 | -0/+7 |
2021-05-20 | agent: Avoid memory leaks in error code paths. | Jakub Jelen | 1 | -1/+4 |
2021-05-12 | agent: Use SHA-256 for SSH fingerprint by default | Werner Koch | 1 | -2/+2 |
2021-04-23 | agent: Require verbose level 2 for handler started/terminated notices. | Werner Koch | 1 | -2/+2 |
2021-04-20 | Support log-file option from common.conf for all daemon. | Werner Koch | 1 | -1/+27 |
2021-03-10 | agent: Add new shadow key type and functions to call tpm2daemon | James Bottomley | 1 | -1/+11 |
2021-01-19 | Require Libgcrypt 1.9 | Werner Koch | 1 | -19/+0 |
2020-10-20 | Replace all calls to stat by gnupg_stat. | Werner Koch | 1 | -3/+3 |
2020-09-09 | agent: Keep some permissions of private-keys-v1.d. | Werner Koch | 1 | -3/+13 |
2020-08-25 | agent: Allow using --gogconf-list even if HOME does not exist. | Werner Koch | 1 | -1/+2 |
2020-06-24 | agent: separate out daemon handling infrastructure for reuse | James Bottomley | 1 | -10/+10 |
2020-05-18 | agent: Allow to use SETHASH for arbitrary data. | Werner Koch | 1 | -0/+2 |
2020-03-14 | gpgconf: Further simplify the gpgconf option processing. | Werner Koch | 1 | -55/+12 |
2020-03-06 | agent: Fix todays --re-group commit. | Werner Koch | 1 | -0/+1 |
2020-03-06 | agent: Re-group the options in the --help output. | Werner Koch | 1 | -64/+71 |
2020-03-06 | gpgconf: Support reading global options (part 2). | Werner Koch | 1 | -13/+22 |
2020-02-22 | agent,dirmngr: Re-read the user specified config file. | Werner Koch | 1 | -2/+8 |
2020-02-20 | Use gpgrt's new option parser for gpgc, gpgsm, and gpg-agent. | Werner Koch | 1 | -130/+104 |
2020-02-20 | gpg: Use gpgrt's new option parser to provide a global conf file. | Werner Koch | 1 | -0/+4 |
2020-02-18 | Spelling cleanup. | Daniel Kahn Gillmor | 1 | -1/+1 |
2020-02-10 | build: Always use EXTERN_UNLESS_MAIN_MODULE pattern. | Werner Koch | 1 | -0/+1 |
2020-01-07 | agent: First changes to support a PIN cache for scdaemon. | Werner Koch | 1 | -1/+1 |
2019-05-23 | agent: Stop scdaemon after reload when disable_scdaemon. | NIIBE Yutaka | 1 | -0/+3 |
2019-05-14 | agent: Replace most assert by log_assert. | Werner Koch | 1 | -2/+1 |
2019-03-06 | agent: Re-introduce --enable-extended-key-format. | Werner Koch | 1 | -2/+9 |