aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-24agent: Make digest algorithms for ssh fingerprints configurable.Justus Winter1-0/+9
2017-05-22agent: Add const qualifier for read-only table.NIIBE Yutaka1-1/+1
2017-04-14agent: Clean up error initialize/return.NIIBE Yutaka1-1/+0
2017-04-03gpgconf: Add --enable-extended-key-format for the agent.Werner Koch1-0/+2
2017-03-24agent: New option --enable-extended-key-format.Werner Koch1-0/+7
2017-03-07agent: Resolve conflict of util.h.NIIBE Yutaka1-5/+5
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2017-01-23Update copyright notices for 2017.Werner Koch1-1/+1
2017-01-18agent: Reduce sleep time in the progress callback.Werner Koch1-2/+10
2017-01-06agent,w32: Fix annoying output to DebugView.Werner Koch1-2/+6
2016-12-19Remove unused debug flags and add "dns" and "network".Werner Koch1-4/+2
2016-12-06agent: Respect --enable-large-secmemDaniel Kahn Gillmor1-1/+1
2016-11-29agent,dirmngr: Tiny restructuring.Werner Koch1-1/+6
2016-11-29agent,dirmngr: Handle corner case in shutdown mode.Werner Koch1-0/+6
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