aboutsummaryrefslogtreecommitdiffstats
path: root/agent/call-pinentry.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-07agent: Add translatable text for Caps Lock hintIngo Klöcker1-0/+1
2023-02-16agent: Do not consider --min-passphrase-len for the magic wand.Werner Koch1-10/+11
2021-08-20agent: Ignore passphrase constraints for a generated passphrase.Werner Koch1-30/+56
2021-08-18agent: Improve the GENPIN callback.Werner Koch1-9/+14
2021-08-18agent: Fix for zero length help string in pinentry hints.Werner Koch1-14/+31
2021-08-17agent: Make QT_QPA_PLATFORMTHEME=qt5ct work for the pientWerner Koch1-1/+8
2021-08-17agent: New option --check-sym-passphrase-pattern.Werner Koch1-12/+25
2021-08-17agent: Add checkpin inquiry for pinentryIngo Klöcker1-8/+229
2021-08-16agent: New option --pinentry-formatted-passphraseIngo Klöcker1-0/+54
2020-08-26agent: Allow TERM="".NIIBE Yutaka1-1/+1
2020-07-08agent: New option --newsymkey for GET_PASSPHRASEWerner Koch1-64/+204
2019-11-25agent: Improve --debug-pinentry diagnosticsWerner Koch1-19/+35
2019-11-18dirmngr: Fixed typo in recently added diagnostic.Werner Koch1-1/+1
2019-11-04po: Fix an accidentally translated keyword in zh_TW.Werner Koch1-1/+2
2019-02-06agent: Clear bogus pinentry cache, when it causes an error.NIIBE Yutaka1-19/+18
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-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