aboutsummaryrefslogtreecommitdiffstats
path: root/agent/call-pinentry.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* indent: Fix spellingDaniel Kahn Gillmor2024-05-311-1/+1
* Merge branch 'STABLE-BRANCH-2-4'Werner Koch2023-11-071-6/+9
|\
| * scd:openpgp: Return better error codes for the Reset Code.Werner Koch2023-10-061-6/+9
* | agent: Use new libassuan API for pipe server process.NIIBE Yutaka2023-08-031-33/+4
* | commond: Introduce FD2NUM to express conversion to number of fds.NIIBE Yutaka2023-07-181-1/+1
* | agent: Fix formatting thread ID of nPth.NIIBE Yutaka2023-07-031-2/+3
|/
* agent: Try to SETREPEATOK if the pinentry supports it.Ben Kibbey2023-03-101-0/+21
* agent: Do not consider --min-passphrase-len for the magic wand.Werner Koch2022-06-271-10/+11
* agent,gpg,tools: Fix use of log_get_fd.NIIBE Yutaka2022-06-221-5/+1
* agent: Fix comment for .po generation.NIIBE Yutaka2021-12-211-3/+3
* agent: Ignore passphrase constraints for a generated passphrase.Werner Koch2021-08-181-30/+57
* agent: Improve the GENPIN callback.Werner Koch2021-08-181-9/+14
* agent: Fix for zero length help string in pinentry hints.Werner Koch2021-08-181-13/+31
* agent: Make QT_QPA_PLATFORMTHEME=qt5ct work for the pientWerner Koch2021-08-131-1/+8
* agent: New option --check-sym-passphrase-pattern.Werner Koch2021-08-131-11/+24
* agent: Make --pinentry-formatted-passphrase a simple flagIngo Klöcker2021-08-121-12/+1
* agent: Add checkpin inquiry for pinentryIngo Klöcker2021-08-101-0/+104
* agent: New option --pinentry-formatted-passphraseIngo Klöcker2021-08-101-0/+65
* agent: Add translatable text for Caps Lock hintIngo Klöcker2021-07-211-0/+1
* po: Change translatability of a fallback string.Werner Koch2021-02-181-4/+4
* agent: Comment spell fix.NIIBE Yutaka2021-02-121-2/+2
* agent: Minor tweaks to the new genpin inquiry.Werner Koch2020-11-061-43/+53
* agent: Add genpin inquiry for pinentryAndre Heinecke2020-11-061-8/+116
* agent: Fix coercion for pinentry_pid handling.NIIBE Yutaka2020-07-311-1/+1
* agent: New option --newsymkey for GET_PASSPHRASEWerner Koch2020-07-081-25/+172
* agent: Improve --debug-pinentry diagnosticsWerner Koch2019-11-251-19/+35
* dirmngr: Fixed typo in recently added diagnostic.Werner Koch2019-11-181-1/+1
* agent: Fix an error path of agent_get_confirmation.NIIBE Yutaka2019-08-061-8/+9
* agent: Relax the handling of pinentry error for keyboard grab.NIIBE Yutaka2019-07-111-1/+11
* agent: Close a dialog cleanly when gpg/ssh is killed for CONFIRM.NIIBE Yutaka2019-06-281-22/+60
* agent: Allow TERM="".NIIBE Yutaka2019-06-041-1/+1
* g10,agent: Support CONFIRM for --delete-key.NIIBE Yutaka2019-06-041-1/+15
* agent: Remove unused agent_show_message.NIIBE Yutaka2019-05-281-49/+0
* agent: Replace most assert by log_assert.Werner Koch2019-05-141-1/+0
* agent: Terminate pinentry process gracefully, by watching socket.NIIBE Yutaka2019-02-191-4/+81
* agent: Minor change for pinentry status handling.NIIBE Yutaka2019-02-191-11/+7
* agent: Factor out the getpin interaction.NIIBE Yutaka2019-02-191-42/+37
* agent: Clear bogus pinentry cache, when it causes an error.NIIBE Yutaka2019-01-281-19/+18
* agent: Simplify agent_popup_message_stop.NIIBE Yutaka2018-11-141-8/+0
* po: Clarify a translator's note.Werner Koch2018-11-131-7/+9
* agent: Fix error code check from npth_mutex_init.NIIBE Yutaka2018-09-101-2/+6
* agent: Clean up pinentry access locking.NIIBE Yutaka2017-10-271-65/+57
* agent: Allow recursive use of pinentry.NIIBE Yutaka2017-10-261-11/+23
* agent: Send pinentry the uid of connecting process where possible.Daniel Kahn Gillmor2017-10-191-2/+3
* agent: For OCB key files return Bad Passprase instead of Checksum Error.Werner Koch2017-07-281-0/+4
* agent: Use MAX_PASSPHRASE_LEN (255) also for the loopback.Werner Koch2017-07-051-4/+4
* agent: Add const qualifier for read-only table.NIIBE Yutaka2017-05-221-1/+1
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-3/+3
* agent: Clean up error initialize/return.NIIBE Yutaka2017-04-141-1/+1
* agent: Resolve conflict of util.h.NIIBE Yutaka2017-03-071-2/+2