aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* agent: Keep some permissions of private-keys-v1.d.Werner Koch2020-09-091-3/+13
* agent: Allow using --gogconf-list even if HOME does not exist.Werner Koch2020-08-251-1/+2
* agent: separate out daemon handling infrastructure for reuseJames Bottomley2020-06-241-10/+10
* agent: Allow to use SETHASH for arbitrary data.Werner Koch2020-05-181-0/+2
* gpgconf: Further simplify the gpgconf option processing.Werner Koch2020-03-141-55/+12
* agent: Fix todays --re-group commit.Werner Koch2020-03-061-0/+1
* agent: Re-group the options in the --help output.Werner Koch2020-03-061-64/+71
* gpgconf: Support reading global options (part 2).Werner Koch2020-03-061-13/+22
* agent,dirmngr: Re-read the user specified config file.Werner Koch2020-02-221-2/+8
* Use gpgrt's new option parser for gpgc, gpgsm, and gpg-agent.Werner Koch2020-02-201-130/+104
* gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch2020-02-201-0/+4
* Spelling cleanup.Daniel Kahn Gillmor2020-02-181-1/+1
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-101-0/+1
* agent: First changes to support a PIN cache for scdaemon.Werner Koch2020-01-071-1/+1
* agent: Stop scdaemon after reload when disable_scdaemon.NIIBE Yutaka2019-05-231-0/+3
* agent: Replace most assert by log_assert.Werner Koch2019-05-141-2/+1
* agent: Re-introduce --enable-extended-key-format.Werner Koch2019-03-061-2/+9