aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* agent: Avoid double error message.Werner Koch2016-10-261-4/+3
* agent: --supervised mode improvements.Daniel Kahn Gillmor2016-10-261-0/+7
* agent: Move inotify code to common and improve it.Werner Koch2016-10-151-56/+9
* agent: Fix get_socket_name.NIIBE Yutaka2016-10-071-6/+8
* agent, dirmngr, scd: Fix init_common_subsystems.NIIBE Yutaka2016-10-071-0/+1
* agent: Another minor fix to map_supervised_sockets.Werner Koch2016-10-051-3/+1
* agent: Fix npth + supervised mode problem.Werner Koch2016-10-051-0/+2
* agent: Fix error handling in map_supervised_socketsDaniel Kahn Gillmor2016-10-051-2/+2
* agent: Streamline the supervised mode code.Werner Koch2016-10-041-197/+211
* agent: Adjust cleanup for supervised mode. Fix for W32.Werner Koch2016-10-041-13/+20
* agent: Adjust supervised mode for the new default socket names.Werner Koch2016-10-041-12/+20
* agent: Implement --supervised command (for systemd, etc).Daniel Kahn Gillmor2016-10-041-2/+231
* agent, dirmngr, scd: npth_init must be after fork.NIIBE Yutaka2016-10-041-8/+28
* agent: Create the extra sockets in the standard socket dir.Werner Koch2016-09-301-6/+12
* agent: Kludge to allow disabling of the extra sockets.Werner Koch2016-09-301-0/+16
* agent: Enable restricted, browser, and ssh socket by default.Justus Winter2016-09-301-9/+17
* Fix more spellingDaniel Kahn Gillmor2016-09-171-1/+1
* agent: Terminate on deletion of the socket file (Linux only).Werner Koch2016-09-061-0/+74
* agent: Silence --debug IPC output for connections from self.Werner Koch2016-09-051-2/+3
* common: Add an assuan logging monitor.Werner Koch2016-09-051-1/+1
* Cleanup initialization of libgcrypt.Ben Kibbey2016-08-091-8/+0
* agent: More clean up of SSH support.NIIBE Yutaka2016-08-081-1/+0
* agent: Fix long standing regression tracking the connection count.Werner Koch2016-08-061-0/+12
* Explicitly restrict socket permissions.Werner Koch2016-06-081-0/+4
* w32: Fix recent build regression.Werner Koch2016-06-081-2/+0
* Implement /run/user/UID/gnupg based sockets.Werner Koch2016-06-081-3/+0
* Do not try to remove the enclosing directory of sockets.Werner Koch2016-06-081-8/+1
* common: New function gnupg_socketdir.Werner Koch2016-06-071-3/+3
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-071-13/+13
* agent: Make --allow-loopback-pinentry the default.Werner Koch2016-05-041-4/+8
* agent: Sanitize permissions of the private key directory.Justus Winter2016-04-201-0/+4
* agent: Send PROGRESS status lines to the client.Werner Koch2016-01-251-0/+113
* agent: New option --pinentry-timeoutWerner Koch2016-01-201-0/+6
* build: Require at least Libassuan 2.4.1.Werner Koch2015-12-021-16/+0
* Silence unused variable or parameter warnings.Werner Koch2015-11-271-1/+2
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* agent: New option --pinentry-invisible-char.Werner Koch2015-09-161-0/+8
* agent: Unset INSIDE_EMACS on gpg-agent startupDaiki Ueno2015-07-011-0/+5
* agent: Prepare for Libassuan with Cygwin support.Werner Koch2015-06-291-7/+15