| Commit message (Expand) | Author | Age | Files | Lines |
* | scd,agent: Improve the OpenPGP PIN prompt texts. | Werner Koch | 2017-02-22 | 1 | -7/+66 |
* | scd: Improve the prompts for OpenPGP cards. | Werner Koch | 2017-02-22 | 1 | -15/+38 |
* | agent: Prepend the description to a PIN prompt. | Werner Koch | 2017-02-22 | 4 | -19/+96 |
* | agent: Prepare to pass an additional parameter to the getpin callback. | Werner Koch | 2017-02-22 | 5 | -46/+85 |
* | Fix spelling. | Daniel Kahn Gillmor | 2017-02-21 | 1 | -3/+3 |
* | Clean up word replication. | Yuri Chornoivan | 2017-02-21 | 10 | -16/+16 |
* | agent: No cards is not an error. | NIIBE Yutaka | 2017-02-17 | 1 | -0/+6 |
* | agent: Send back all public keys for available cards. | NIIBE Yutaka | 2017-02-17 | 3 | -8/+135 |
* | agent: Tell pinentry the hostname the agent is running on. | Werner Koch | 2017-02-03 | 1 | -1/+11 |
* | agent: Tell the Pinentry the client's pid. | Werner Koch | 2017-02-03 | 4 | -1/+63 |
* | gpg: More diagnostics for a launched pinentry. | Werner Koch | 2017-02-03 | 1 | -1/+5 |
* | Fix explanation of commit e175152ef7515921635bf1e00383e812668d13fc. | Werner Koch | 2017-02-01 | 1 | -3/+5 |
* | Explain commit e175152ef7515921635bf1e00383e812668d13fc. | Werner Koch | 2017-01-30 | 1 | -1/+9 |
* | agent: Fix double free. | Justus Winter | 2017-01-25 | 1 | -2/+15 |
* | Update copyright notices for 2017. | Werner Koch | 2017-01-23 | 2 | -3/+3 |
* | agent: Reduce sleep time in the progress callback. | Werner Koch | 2017-01-18 | 1 | -2/+10 |
* | agent: Ask specific SERIALNO for pksign/pkdecrypt. | NIIBE Yutaka | 2017-01-16 | 5 | -7/+19 |
* | agent,w32: Fix annoying output to DebugView. | Werner Koch | 2017-01-06 | 1 | -2/+6 |
* | Remove unused debug flags and add "dns" and "network". | Werner Koch | 2016-12-19 | 2 | -6/+2 |
* | agent: Respect --enable-large-secmem | Daniel Kahn Gillmor | 2016-12-06 | 1 | -1/+1 |
* | agent,dirmngr: Tiny restructuring. | Werner Koch | 2016-11-29 | 1 | -1/+6 |
* | agent,dirmngr: Handle corner case in shutdown mode. | Werner Koch | 2016-11-29 | 1 | -0/+6 |
* | agent,w32: Initialize nPth in server mode. | Werner Koch | 2016-11-29 | 1 | -0/+5 |
* | agent: Fix npth + daemon mode problem. | NIIBE Yutaka | 2016-11-21 | 1 | -2/+0 |
* | agent: Improve concurrency when Libgcrypt 1.8 is used. | Werner Koch | 2016-11-12 | 1 | -9/+15 |
* | agent: Kludge to mitigate blocking calls in Libgcrypt. | Werner Koch | 2016-11-11 | 1 | -3/+14 |
* | agent: Clean up comments. | Daniel Kahn Gillmor | 2016-11-11 | 1 | -2/+2 |
* | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 2016-11-05 | 24 | -24/+24 |
* | agent: Extend the PINENTRY_LAUNCHED inquiry and status. | Werner Koch | 2016-11-03 | 3 | -5/+30 |
* | Spelling: correct spelling of "passphrase". | Daniel Kahn Gillmor | 2016-11-02 | 2 | -3/+3 |
* | Fix typos. | Justus Winter | 2016-10-27 | 1 | -1/+1 |
* | agent,common: move get_socket_name() into common. | Daniel Kahn Gillmor | 2016-10-27 | 1 | -48/+2 |
* | agent: Avoid double error message. | Werner Koch | 2016-10-26 | 1 | -4/+3 |
* | agent: --supervised mode improvements. | Daniel Kahn Gillmor | 2016-10-26 | 1 | -0/+7 |
* | agent,tests,w32: Fix relaying pinentry user data, fix fake-pinentry. | Justus Winter | 2016-10-25 | 1 | -0/+13 |
* | agent: Minor cleanup for recent change in findkey.c | Werner Koch | 2016-10-24 | 1 | -6/+2 |
* | agent: Slightly change structure of cmd_readkey. | Werner Koch | 2016-10-24 | 1 | -29/+31 |
* | Fix use cases of snprintf. | NIIBE Yutaka | 2016-10-21 | 3 | -56/+33 |
* | agent: Fix saving with FORCE=1. | NIIBE Yutaka | 2016-10-21 | 1 | -6/+19 |
* | agent, g10: Fix keygen. | NIIBE Yutaka | 2016-10-20 | 1 | -1/+1 |
* | agent: Add --card option for READKEY. | NIIBE Yutaka | 2016-10-20 | 5 | -70/+100 |
* | agent: Move inotify code to common and improve it. | Werner Koch | 2016-10-15 | 1 | -56/+9 |
* | agent: Fix get_socket_name. | NIIBE Yutaka | 2016-10-07 | 1 | -6/+8 |
* | agent, dirmngr, scd: Fix init_common_subsystems. | NIIBE Yutaka | 2016-10-07 | 1 | -0/+1 |
* | agent: Another minor fix to map_supervised_sockets. | Werner Koch | 2016-10-05 | 1 | -3/+1 |
* | agent: Fix npth + supervised mode problem. | Werner Koch | 2016-10-05 | 1 | -0/+2 |
* | agent: Fix error handling in map_supervised_sockets | Daniel Kahn Gillmor | 2016-10-05 | 1 | -2/+2 |
* | agent: Streamline the supervised mode code. | Werner Koch | 2016-10-04 | 1 | -197/+211 |
* | agent: Adjust cleanup for supervised mode. Fix for W32. | Werner Koch | 2016-10-04 | 1 | -13/+20 |
* | agent: Adjust supervised mode for the new default socket names. | Werner Koch | 2016-10-04 | 1 | -12/+20 |