aboutsummaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: Fix build against libiconv.Justus Winter2016-09-301-2/+4
* agent: Enable restricted, browser, and ssh socket by default.Justus Winter2016-09-301-9/+17
* agent: Allow only specific digest size for ECDSA.NIIBE Yutaka2016-09-271-13/+9
* Fix comment and format.NIIBE Yutaka2016-09-171-1/+1
* Fix more spellingDaniel Kahn Gillmor2016-09-175-6/+6
* 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-052-3/+37
* agent: Small improvement of the server's local state.Werner Koch2016-09-051-10/+10
* common: Add an assuan logging monitor.Werner Koch2016-09-051-1/+1
* agent: invoke scdaemon with --homedir.NIIBE Yutaka2016-09-021-2/+19
* agent: Allow import of overly large keys.Werner Koch2016-08-161-1/+1
* Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor2016-08-122-2/+2
* common: Rework the simple password query module.Justus Winter2016-08-111-1/+1
* common: Remove simple password query error codes.Justus Winter2016-08-111-6/+2
* agent: SSH support fix.NIIBE Yutaka2016-08-101-1/+3
* agent: Fix regression in recent ssh changes.Werner Koch2016-08-091-3/+9
* Cleanup initialization of libgcrypt.Ben Kibbey2016-08-092-15/+0
* agent: SSH support improvement.NIIBE Yutaka2016-08-092-2/+2
* agent: More clean up of SSH support.NIIBE Yutaka2016-08-082-95/+29
* agent: Fix long standing regression tracking the connection count.Werner Koch2016-08-063-0/+22
* agent: Clean up SSH support.NIIBE Yutaka2016-08-061-127/+11
* More cleanup of "allow to".Daniel Kahn Gillmor2016-08-032-2/+2
* Fix spelling and grammar.Daniel Kahn Gillmor2016-08-031-3/+3
* agent: Add known keys to sshcontrol.Justus Winter2016-07-191-7/+9
* agent: Fix passphrase cache lookups.Justus Winter2016-07-181-2/+11
* build: Require latest released librariesWerner Koch2016-07-141-22/+1
* agent: Fix envvars for UPDATESTARTUPTTY.NIIBE Yutaka2016-07-131-6/+6
* common: Add dedicated private key functions to name-value.c.Werner Koch2016-06-231-2/+2
* common: Rename external symbols in name-value.c.Werner Koch2016-06-231-9/+9
* common: Rename private-keys.c to name-value.cWerner Koch2016-06-231-1/+1
* g10: Add openpgp_protected flag to agent secret key export functionsDaniel Kahn Gillmor2016-06-111-1/+6
* 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-072-4/+4
* common: Remove homedir arg from start_new_{dirmngr,gpg_agent}.Werner Koch2016-06-071-1/+0
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-078-35/+50
* gpg: Try to use the passphrase from the primary for --quick-addkey.Werner Koch2016-06-021-4/+45