aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-04agent: Fix sock_inotify_fd handling.NIIBE Yutaka1-2/+5
2023-08-30agent: Better interaction between main loop and cache expiration.NIIBE Yutaka1-35/+9
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 Yutaka1-34/+116
2023-08-03gpg,agent,kbx,sm,scd,tpm2d,g13: Use assuan_control.NIIBE Yutaka1-0/+1
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 Yutaka1-4/+4
2023-07-18common: Introduce FD_DBG to display gnupg_fd_t value.NIIBE Yutaka1-5/+5
2023-05-26agent,dirmngr: Shutdown fix for supervised mode.NIIBE Yutaka1-1/+1
2023-03-13agent: Make --disable-extended-key-format a dummy option.Werner Koch1-14/+2
2023-01-24common: Slight redefinition of nvc_get_boolean.Werner Koch1-1/+2
2022-10-14agent,w32: Support Win32-OpenSSH emulation by gpg-agent.NIIBE Yutaka1-3/+124
2022-09-07agent: Don't start in --supervised mode if no-autostart is enabled.Werner Koch1-0/+11
2022-06-14agent: New option --no-user-trustlist and --sys-trustlist-name.Werner Koch1-0/+12
2022-06-03Remove remaining support for WindowsCEWerner Koch1-19/+8
2022-04-25Deprecate the --supervised options.Werner Koch1-1/+4
2021-11-14agent: Print the non-option warning earlier.Werner Koch1-10/+10
2021-11-13agent,dirmngr: New option --steal-socketWerner Koch1-8/+20
2021-10-05agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep.NIIBE Yutaka1-1/+1
2021-08-13agent: New option --check-sym-passphrase-pattern.Werner Koch1-0/+9
2021-08-12agent: Make --pinentry-formatted-passphrase a simple flagIngo Klöcker1-2/+2
2021-08-10agent: New option --pinentry-formatted-passphraseIngo Klöcker1-0/+7
2021-05-20agent: Avoid memory leaks in error code paths.Jakub Jelen1-1/+4
2021-05-12agent: Use SHA-256 for SSH fingerprint by defaultWerner Koch1-2/+2
2021-04-23agent: Require verbose level 2 for handler started/terminated notices.Werner Koch1-2/+2
2021-04-20Support log-file option from common.conf for all daemon.Werner Koch1-1/+27
2021-03-10agent: Add new shadow key type and functions to call tpm2daemonJames Bottomley1-1/+11
2021-01-19Require Libgcrypt 1.9Werner Koch1-19/+0
2020-10-20Replace all calls to stat by gnupg_stat.Werner Koch1-3/+3
2020-09-09agent: Keep some permissions of private-keys-v1.d.Werner Koch1-3/+13
2020-08-25agent: Allow using --gogconf-list even if HOME does not exist.Werner Koch1-1/+2
2020-06-24agent: separate out daemon handling infrastructure for reuseJames Bottomley1-10/+10
2020-05-18agent: Allow to use SETHASH for arbitrary data.Werner Koch1-0/+2
2020-03-14gpgconf: Further simplify the gpgconf option processing.Werner Koch1-55/+12
2020-03-06agent: Fix todays --re-group commit.Werner Koch1-0/+1
2020-03-06agent: Re-group the options in the --help output.Werner Koch1-64/+71
2020-03-06gpgconf: Support reading global options (part 2).Werner Koch1-13/+22
2020-02-22agent,dirmngr: Re-read the user specified config file.Werner Koch1-2/+8
2020-02-20Use gpgrt's new option parser for gpgc, gpgsm, and gpg-agent.Werner Koch1-130/+104
2020-02-20gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch1-0/+4
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-1/+1
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch1-0/+1
2020-01-07agent: First changes to support a PIN cache for scdaemon.Werner Koch1-1/+1
2019-05-23agent: Stop scdaemon after reload when disable_scdaemon.NIIBE Yutaka1-0/+3
2019-05-14agent: Replace most assert by log_assert.Werner Koch1-2/+1
2019-03-06agent: Re-introduce --enable-extended-key-format.Werner Koch1-2/+9