aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-29agent,w32: Initialize nPth in server mode.Werner Koch1-0/+5
2016-11-21agent: Fix npth + daemon mode problem.NIIBE Yutaka1-2/+0
2016-11-12agent: Improve concurrency when Libgcrypt 1.8 is used.Werner Koch1-9/+15
2016-11-11agent: Kludge to mitigate blocking calls in Libgcrypt.Werner Koch1-3/+14
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-11-02Spelling: correct spelling of "passphrase".Daniel Kahn Gillmor1-2/+2
2016-10-27agent,common: move get_socket_name() into common.Daniel Kahn Gillmor1-48/+2
2016-10-26agent: Avoid double error message.Werner Koch1-4/+3
2016-10-26agent: --supervised mode improvements.Daniel Kahn Gillmor1-0/+7
2016-10-15agent: Move inotify code to common and improve it.Werner Koch1-56/+9
2016-10-07agent: Fix get_socket_name.NIIBE Yutaka1-6/+8
2016-10-07agent, dirmngr, scd: Fix init_common_subsystems.NIIBE Yutaka1-0/+1
2016-10-05agent: Another minor fix to map_supervised_sockets.Werner Koch1-3/+1
2016-10-05agent: Fix npth + supervised mode problem.Werner Koch1-0/+2
2016-10-05agent: Fix error handling in map_supervised_socketsDaniel Kahn Gillmor1-2/+2
2016-10-04agent: Streamline the supervised mode code.Werner Koch1-197/+211
2016-10-04agent: Adjust cleanup for supervised mode. Fix for W32.Werner Koch1-13/+20
2016-10-04agent: Adjust supervised mode for the new default socket names.Werner Koch1-12/+20
2016-10-04agent: Implement --supervised command (for systemd, etc).Daniel Kahn Gillmor1-2/+231
2016-10-04agent, dirmngr, scd: npth_init must be after fork.NIIBE Yutaka1-8/+28
2016-09-30agent: Create the extra sockets in the standard socket dir.Werner Koch1-6/+12
2016-09-30agent: Kludge to allow disabling of the extra sockets.Werner Koch1-0/+16
2016-09-30agent: Enable restricted, browser, and ssh socket by default.Justus Winter1-9/+17
2016-09-17Fix more spellingDaniel Kahn Gillmor1-1/+1
2016-09-06agent: Terminate on deletion of the socket file (Linux only).Werner Koch1-0/+74
2016-09-05agent: Silence --debug IPC output for connections from self.Werner Koch1-2/+3
2016-09-05common: Add an assuan logging monitor.Werner Koch1-1/+1
2016-08-09Cleanup initialization of libgcrypt.Ben Kibbey1-8/+0
2016-08-08agent: More clean up of SSH support.NIIBE Yutaka1-1/+0
2016-08-06agent: Fix long standing regression tracking the connection count.Werner Koch1-0/+12
2016-06-08Explicitly restrict socket permissions.Werner Koch1-0/+4
2016-06-08w32: Fix recent build regression.Werner Koch1-2/+0
2016-06-08Implement /run/user/UID/gnupg based sockets.Werner Koch1-3/+0
2016-06-08Do not try to remove the enclosing directory of sockets.Werner Koch1-8/+1
2016-06-07common: New function gnupg_socketdir.Werner Koch1-3/+3
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-13/+13
2016-05-04agent: Make --allow-loopback-pinentry the default.Werner Koch1-4/+8
2016-04-20agent: Sanitize permissions of the private key directory.Justus Winter1-0/+4
2016-01-25agent: Send PROGRESS status lines to the client.Werner Koch1-0/+113
2016-01-20agent: New option --pinentry-timeoutWerner Koch1-0/+6
2015-12-02build: Require at least Libassuan 2.4.1.Werner Koch1-16/+0
2015-11-27Silence unused variable or parameter warnings.Werner Koch1-1/+2
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-09-16agent: New option --pinentry-invisible-char.Werner Koch1-0/+8
2015-07-01agent: Unset INSIDE_EMACS on gpg-agent startupDaiki Ueno1-0/+5
2015-06-29agent: Prepare for Libassuan with Cygwin support.Werner Koch1-7/+15
2015-06-29Don't raise max-cache-ttl to default-cache-ttl.Neal H. Walfield1-6/+0
2015-06-29agent,w32: Do not create a useless socket with --enable-putty-support.Werner Koch1-12/+15
2015-06-23Allow use of debug flag names for all tools.Werner Koch1-11/+21
2015-06-17agent: Print a warning for obsolete options.Werner Koch1-3/+7