aboutsummaryrefslogtreecommitdiffstats
path: root/agent/call-pinentry.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-1/+1
2023-10-06scd:openpgp: Return better error codes for the Reset Code.Werner Koch1-6/+9
2023-08-03agent: Use new libassuan API for pipe server process.NIIBE Yutaka1-33/+4
2023-07-18commond: Introduce FD2NUM to express conversion to number of fds.NIIBE Yutaka1-1/+1
2023-07-03agent: Fix formatting thread ID of nPth.NIIBE Yutaka1-2/+3
2023-03-10agent: Try to SETREPEATOK if the pinentry supports it.Ben Kibbey1-0/+21
2022-06-27agent: Do not consider --min-passphrase-len for the magic wand.Werner Koch1-10/+11
2022-06-22agent,gpg,tools: Fix use of log_get_fd.NIIBE Yutaka1-5/+1
2021-12-21agent: Fix comment for .po generation.NIIBE Yutaka1-3/+3
2021-08-18agent: Ignore passphrase constraints for a generated passphrase.Werner Koch1-30/+57
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-13/+31
2021-08-13agent: Make QT_QPA_PLATFORMTHEME=qt5ct work for the pientWerner Koch1-1/+8
2021-08-13agent: New option --check-sym-passphrase-pattern.Werner Koch1-11/+24
2021-08-12agent: Make --pinentry-formatted-passphrase a simple flagIngo Klöcker1-12/+1
2021-08-10agent: Add checkpin inquiry for pinentryIngo Klöcker1-0/+104
2021-08-10agent: New option --pinentry-formatted-passphraseIngo Klöcker1-0/+65
2021-07-21agent: Add translatable text for Caps Lock hintIngo Klöcker1-0/+1
2021-02-18po: Change translatability of a fallback string.Werner Koch1-4/+4
2021-02-12agent: Comment spell fix.NIIBE Yutaka1-2/+2
2020-11-06agent: Minor tweaks to the new genpin inquiry.Werner Koch1-43/+53
2020-11-06agent: Add genpin inquiry for pinentryAndre Heinecke1-8/+116
2020-07-31agent: Fix coercion for pinentry_pid handling.NIIBE Yutaka1-1/+1
2020-07-08agent: New option --newsymkey for GET_PASSPHRASEWerner Koch1-25/+172
2019-11-25agent: Improve --debug-pinentry diagnosticsWerner Koch1-19/+35
2019-11-18dirmngr: Fixed typo in recently added diagnostic.Werner Koch1-1/+1
2019-08-06agent: Fix an error path of agent_get_confirmation.NIIBE Yutaka1-8/+9
2019-07-11agent: Relax the handling of pinentry error for keyboard grab.NIIBE Yutaka1-1/+11
2019-06-28agent: Close a dialog cleanly when gpg/ssh is killed for CONFIRM.NIIBE Yutaka1-22/+60
2019-06-04agent: Allow TERM="".NIIBE Yutaka1-1/+1
2019-06-04g10,agent: Support CONFIRM for --delete-key.NIIBE Yutaka1-1/+15
2019-05-28agent: Remove unused agent_show_message.NIIBE Yutaka1-49/+0
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