| Commit message (Expand) | Author | Files | Lines |
2017-11-06 | agent: New option --s2k-count. | Werner Koch | 1 | -0/+9 |
2017-08-07 | Simple typo fix. | Daniel Kahn Gillmor | 1 | -1/+1 |
2017-08-04 | agent: Make --no-grab the default. | Werner Koch | 1 | -3/+13 |
2017-07-28 | agent: Make --ssh-fingerprint-digest re-readable. | Werner Koch | 1 | -6/+15 |
2017-07-26 | agent,dirmngr: Check for homedir removal also using stat(2). | Werner Koch | 1 | -3/+30 |
2017-07-26 | agent: Lengthen timertick interval on Unix to 4 seconds. | Werner Koch | 1 | -9/+7 |
2017-07-25 | w32: Also change the directory on daemon startup. | Werner Koch | 1 | -7/+7 |
2017-07-25 | common: New functions gnupg_daemon_rootdir and gnupg_chdir. | Werner Koch | 1 | -2/+3 |
2017-07-25 | Revert "w32: Change directory on daemon startup." | Werner Koch | 1 | -6/+0 |
2017-07-24 | w32: Change directory on daemon startup. | Marcus Brinkmann | 1 | -0/+6 |
2017-07-19 | Fix usage of ARGPARSE_OPTS. | NIIBE Yutaka | 1 | -1/+1 |
2017-06-28 | agent: Fix option --debug-wait | Werner Koch | 1 | -1/+1 |
2017-06-23 | agent: Shutdown on removal of the home directory. | Werner Koch | 1 | -16/+48 |
2017-05-30 | agent: Fix memory leaks. | NIIBE Yutaka | 1 | -1/+6 |
2017-05-24 | agent: Make digest algorithms for ssh fingerprints configurable. | Justus Winter | 1 | -0/+9 |
2017-05-22 | agent: Add const qualifier for read-only table. | NIIBE Yutaka | 1 | -1/+1 |
2017-04-14 | agent: Clean up error initialize/return. | NIIBE Yutaka | 1 | -1/+0 |
2017-04-03 | gpgconf: Add --enable-extended-key-format for the agent. | Werner Koch | 1 | -0/+2 |
2017-03-24 | agent: New option --enable-extended-key-format. | Werner Koch | 1 | -0/+7 |
2017-03-07 | agent: Resolve conflict of util.h. | NIIBE Yutaka | 1 | -5/+5 |
2017-02-21 | Clean up word replication. | Yuri Chornoivan | 1 | -1/+1 |
2017-01-23 | Update copyright notices for 2017. | Werner Koch | 1 | -1/+1 |
2017-01-18 | agent: Reduce sleep time in the progress callback. | Werner Koch | 1 | -2/+10 |
2017-01-06 | agent,w32: Fix annoying output to DebugView. | Werner Koch | 1 | -2/+6 |
2016-12-19 | Remove unused debug flags and add "dns" and "network". | Werner Koch | 1 | -4/+2 |
2016-12-06 | agent: Respect --enable-large-secmem | Daniel Kahn Gillmor | 1 | -1/+1 |
2016-11-29 | agent,dirmngr: Tiny restructuring. | Werner Koch | 1 | -1/+6 |
2016-11-29 | agent,dirmngr: Handle corner case in shutdown mode. | Werner Koch | 1 | -0/+6 |
2016-11-29 | agent,w32: Initialize nPth in server mode. | Werner Koch | 1 | -0/+5 |
2016-11-21 | agent: Fix npth + daemon mode problem. | NIIBE Yutaka | 1 | -2/+0 |
2016-11-12 | agent: Improve concurrency when Libgcrypt 1.8 is used. | Werner Koch | 1 | -9/+15 |
2016-11-11 | agent: Kludge to mitigate blocking calls in Libgcrypt. | Werner Koch | 1 | -3/+14 |
2016-11-05 | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 1 | -1/+1 |
2016-11-02 | Spelling: correct spelling of "passphrase". | Daniel Kahn Gillmor | 1 | -2/+2 |
2016-10-27 | agent,common: move get_socket_name() into common. | Daniel Kahn Gillmor | 1 | -48/+2 |
2016-10-26 | agent: Avoid double error message. | Werner Koch | 1 | -4/+3 |
2016-10-26 | agent: --supervised mode improvements. | Daniel Kahn Gillmor | 1 | -0/+7 |
2016-10-15 | agent: Move inotify code to common and improve it. | Werner Koch | 1 | -56/+9 |
2016-10-07 | agent: Fix get_socket_name. | NIIBE Yutaka | 1 | -6/+8 |
2016-10-07 | agent, dirmngr, scd: Fix init_common_subsystems. | NIIBE Yutaka | 1 | -0/+1 |
2016-10-05 | agent: Another minor fix to map_supervised_sockets. | Werner Koch | 1 | -3/+1 |
2016-10-05 | agent: Fix npth + supervised mode problem. | Werner Koch | 1 | -0/+2 |
2016-10-05 | agent: Fix error handling in map_supervised_sockets | Daniel Kahn Gillmor | 1 | -2/+2 |
2016-10-04 | agent: Streamline the supervised mode code. | Werner Koch | 1 | -197/+211 |
2016-10-04 | agent: Adjust cleanup for supervised mode. Fix for W32. | Werner Koch | 1 | -13/+20 |
2016-10-04 | agent: Adjust supervised mode for the new default socket names. | Werner Koch | 1 | -12/+20 |
2016-10-04 | agent: Implement --supervised command (for systemd, etc). | Daniel Kahn Gillmor | 1 | -2/+231 |
2016-10-04 | agent, dirmngr, scd: npth_init must be after fork. | NIIBE Yutaka | 1 | -8/+28 |
2016-09-30 | agent: Create the extra sockets in the standard socket dir. | Werner Koch | 1 | -6/+12 |
2016-09-30 | agent: Kludge to allow disabling of the extra sockets. | Werner Koch | 1 | -0/+16 |