summaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-191-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
* agent: Default to extended key format.Werner Koch2019-03-061-9/+13
* agent: Make the S2K calibration time runtime configurabe.Werner Koch2018-12-111-0/+7
* agent: Have a thread to wait for the child process of scdaemon.NIIBE Yutaka2018-11-261-3/+0
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-3/+3
* agent: Add DBUS_SESSION_BUS_ADDRESS et al. to the startup list.Werner Koch2018-06-061-7/+7
* agent: Also evict cached items via a timer.Werner Koch2018-03-061-0/+3
* Change backlog from 5 to 64 and provide option --listen-backlog.Werner Koch2017-12-121-2/+14
* agent: Change intialization of assuan socket system hooks.NIIBE Yutaka2017-12-071-1/+2
* agent: Set assuan system hooks before call of assuan_sock_init.NIIBE Yutaka2017-12-061-1/+1
* agent: New option --auto-expand-secmem.Werner Koch2017-11-241-0/+11
* gpg-agent: Avoid getting stuck in shutdown pending state.Werner Koch2017-11-201-15/+22
* agent: New option --s2k-count.Werner Koch2017-11-061-0/+9
* Simple typo fix.Daniel Kahn Gillmor2017-08-071-1/+1
* agent: Make --no-grab the default.Werner Koch2017-08-041-3/+13
* agent: Make --ssh-fingerprint-digest re-readable.Werner Koch2017-07-281-6/+15
* agent,dirmngr: Check for homedir removal also using stat(2).Werner Koch2017-07-261-3/+30
* agent: Lengthen timertick interval on Unix to 4 seconds.Werner Koch2017-07-261-9/+7
* w32: Also change the directory on daemon startup.Werner Koch2017-07-251-7/+7
* common: New functions gnupg_daemon_rootdir and gnupg_chdir.Werner Koch2017-07-251-2/+3
* Revert "w32: Change directory on daemon startup."Werner Koch2017-07-251-6/+0
* w32: Change directory on daemon startup.Marcus Brinkmann2017-07-241-0/+6
* Fix usage of ARGPARSE_OPTS.NIIBE Yutaka2017-07-191-1/+1
* agent: Fix option --debug-waitWerner Koch2017-06-281-1/+1