aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Avoid scheduled checks on socket when inotify is working.Daniel Kahn Gillmor2019-07-201-0/+2
* agent: Avoid tight timer tick when possible.Daniel Kahn Gillmor2019-07-201-2/+27
* agent: Allow threads to interrupt main select loop with SIGCONT.Daniel Kahn Gillmor2019-07-201-0/+16
* agent: Create framework of scheduled timers.Daniel Kahn Gillmor2019-07-201-27/+57
* Avoid simple memory dumps via ptraceDaniel Kahn Gillmor2019-07-201-0/+8
* spelling: Fix "synchronize"Daniel Kahn Gillmor2019-06-241-1/+1
* agent: Stop scdaemon after reload when disable_scdaemon.NIIBE Yutaka2019-05-271-0/+3
* agent: Make the S2K calibration time runtime configurable.Werner Koch2018-12-111-0/+7
* 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
* agent: Shutdown on removal of the home directory.Werner Koch2017-06-231-16/+48
* agent: Fix memory leaks.NIIBE Yutaka2017-05-301-1/+6
* agent: Make digest algorithms for ssh fingerprints configurable.Justus Winter2017-05-241-0/+9
* agent: Add const qualifier for read-only table.NIIBE Yutaka2017-05-221-1/+1
* agent: Clean up error initialize/return.NIIBE Yutaka2017-04-141-1/+0
* gpgconf: Add --enable-extended-key-format for the agent.Werner Koch2017-04-031-0/+2
* agent: New option --enable-extended-key-format.Werner Koch2017-03-241-0/+7
* agent: Resolve conflict of util.h.NIIBE Yutaka2017-03-071-5/+5
* Clean up word replication.Yuri Chornoivan2017-02-211-1/+1
* Update copyright notices for 2017.Werner Koch2017-01-231-1/+1
* agent: Reduce sleep time in the progress callback.Werner Koch2017-01-181-2/+10
* agent,w32: Fix annoying output to DebugView.Werner Koch2017-01-061-2/+6
* Remove unused debug flags and add "dns" and "network".Werner Koch2016-12-191-4/+2
* agent: Respect --enable-large-secmemDaniel Kahn Gillmor2016-12-061-1/+1
* agent,dirmngr: Tiny restructuring.Werner Koch2016-11-291-1/+6
* agent,dirmngr: Handle corner case in shutdown mode.Werner Koch2016-11-291-0/+6
* agent,w32: Initialize nPth in server mode.Werner Koch2016-11-291-0/+5
* agent: Fix npth + daemon mode problem.NIIBE Yutaka2016-11-211-2/+0
* agent: Improve concurrency when Libgcrypt 1.8 is used.Werner Koch2016-11-121-9/+15
* agent: Kludge to mitigate blocking calls in Libgcrypt.Werner Koch2016-11-111-3/+14
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* Spelling: correct spelling of "passphrase".Daniel Kahn Gillmor2016-11-021-2/+2
* agent,common: move get_socket_name() into common.Daniel Kahn Gillmor2016-10-271-48/+2