aboutsummaryrefslogtreecommitdiffstats
path: root/agent/call-pinentry.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-20gpg-agent: add new CACHE_MODE_EXPORTdkg/fix-T4522Daniel Kahn Gillmor1-5/+10
2019-05-14agent: Replace most assert by log_assert.Werner Koch1-1/+0
2019-02-19agent: Terminate pinentry process gracefully, by watching socket.NIIBE Yutaka1-4/+81
2019-02-19agent: Minor change for pinentry status handling.NIIBE Yutaka1-11/+7
2019-02-19agent: Factor out the getpin interaction.NIIBE Yutaka1-42/+37
2019-01-28agent: Clear bogus pinentry cache, when it causes an error.NIIBE Yutaka1-19/+18
2018-11-14agent: Simplify agent_popup_message_stop.NIIBE Yutaka1-8/+0
2018-11-13po: Clarify a translator's note.Werner Koch1-7/+9
2018-09-10agent: Fix error code check from npth_mutex_init.NIIBE Yutaka1-2/+6
2017-10-27agent: Clean up pinentry access locking.NIIBE Yutaka1-65/+57
2017-10-27agent: Allow recursive use of pinentry.NIIBE Yutaka1-11/+23
2017-10-27agent: Clean up pinentry access locking.NIIBE Yutaka1-65/+57
2017-10-26agent: Allow recursive use of pinentry.NIIBE Yutaka1-11/+23
2017-10-19agent: Send pinentry the uid of connecting process where possible.Daniel Kahn Gillmor1-2/+3
2017-07-28agent: For OCB key files return Bad Passprase instead of Checksum Error.Werner Koch1-0/+4
2017-07-05agent: Use MAX_PASSPHRASE_LEN (255) also for the loopback.Werner Koch1-4/+4
2017-05-22agent: Add const qualifier for read-only table.NIIBE Yutaka1-1/+1
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-3/+3
2017-04-14agent: Clean up error initialize/return.NIIBE Yutaka1-1/+1
2017-03-07agent: Resolve conflict of util.h.NIIBE Yutaka1-2/+2
2017-02-22scd,agent: Improve the OpenPGP PIN prompt texts.Werner Koch1-7/+66
2017-02-03agent: Tell pinentry the hostname the agent is running on.Werner Koch1-1/+11
2017-02-03agent: Tell the Pinentry the client's pid.Werner Koch1-0/+14
2017-02-03gpg: More diagnostics for a launched pinentry.Werner Koch1-1/+5
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-11-03agent: Extend the PINENTRY_LAUNCHED inquiry and status.Werner Koch1-1/+24
2016-10-25agent,tests,w32: Fix relaying pinentry user data, fix fake-pinentry.Justus Winter1-0/+13
2016-10-21Fix use cases of snprintf.NIIBE Yutaka1-47/+28
2016-01-20agent: New option --pinentry-timeoutWerner Koch1-0/+12
2015-11-27Silence unused variable or parameter warnings.Werner Koch1-0/+2
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-10-09agent: simplify agent_get_passphrase.NIIBE Yutaka1-8/+2
2015-10-09agent: fix agent_askpin.NIIBE Yutaka1-1/+1
2015-10-09agent: Fix function return type for check_cb and agent_askpin.NIIBE Yutaka1-7/+8
2015-10-05agent: Fix non-allocation for pinentry_loopback.NIIBE Yutaka1-4/+2
2015-09-16agent: New option --pinentry-invisible-char.Werner Koch1-0/+15
2015-06-30agent: Use different translation func for Pinentry strings.Werner Koch1-22/+21
2015-06-30agent: Improve a comment.Werner Koch1-1/+2
2015-06-29Show passphrase constraints errors as password prompt errorsNeal H. Walfield1-1/+1
2015-06-10agent: Add option --allow-emacs-pinentryDaiki Ueno1-0/+10
2015-05-19agent: When the password cache is cleared, also clear the ext. cache.Neal H. Walfield1-0/+26
2015-05-19agent: Modify agent_clear_passphrase to support an ext. password cache.Neal H. Walfield1-1/+22
2015-05-11agent: Add option --no-allow-external-cache.Werner Koch1-13/+18
2015-05-11agent: Add strings for use by future Pinentry versions.Werner Koch1-1/+8
2015-05-11agent: Add option --debug-pinentry.Werner Koch1-1/+1
2015-05-07agent: Minor change for 56b5c9f.Werner Koch1-12/+14
2015-05-07agent: Improve some comments.Neal H. Walfield1-7/+7
2015-05-07agent: Improve support for externally cached passwords.Neal H. Walfield1-12/+35
2015-05-07agent: Or in the value; don't overwrite the variable.Neal H. Walfield1-1/+1
2015-05-07agent: Avoid magic numbers. Use more accurate names.Neal H. Walfield1-12/+20