aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-23agent: Fix KEYATTR command for --delete option.NIIBE Yutaka1-1/+5
2022-06-22agent: Add KEYATTR command.NIIBE Yutaka4-7/+139
2022-06-22agent,gpg,tools: Fix use of log_get_fd.NIIBE Yutaka2-10/+2
2022-06-17agent: Improve "Insert the card" message.Werner Koch1-1/+2
2022-06-15agent,ssh: Fix for make not-inserted OpenPGP.3 keys available for SSH.Werner Koch1-5/+8
2022-06-14agent: New option --no-user-trustlist and --sys-trustlist-name.Werner Koch3-9/+53
2022-06-03Remove remaining support for WindowsCEWerner Koch3-29/+9
2022-06-02agent: Support --format=ssh option for READKEY.NIIBE Yutaka1-13/+40
2022-05-27agent: New field "Prompt" to prevent asking card key insertion.NIIBE Yutaka1-4/+21
2022-05-26agent,ssh: Support "Use-for-ssh" flag in private key.NIIBE Yutaka1-10/+22
2022-05-26agent,ssh: Make not-inserted OpenPGP.3 keys available for SSH.NIIBE Yutaka3-85/+206
2022-05-26agent: Fix get_keyinfo_on_cards.NIIBE Yutaka1-2/+5
2022-05-26agent: Handle USAGE information in KEYINFO.NIIBE Yutaka2-4/+25
2022-05-25agent,scd: Make sure to set CONFIDENTIAL flag in Assuan.NIIBE Yutaka2-5/+21
2022-05-25agent: Add missing assuan_end_confidential call.NIIBE Yutaka1-0/+1
2022-05-20agent: Fix a bug accessing after release when opt.verbose.NIIBE Yutaka1-4/+4
2022-05-20agent: Factor out handling scanning over ssh keys.NIIBE Yutaka1-42/+48
2022-05-20agent: Show "Label:" field of private key when prompt the insertion.NIIBE Yutaka1-24/+27
2022-05-20agent: Move confirmation handling into findkey.c.NIIBE Yutaka6-165/+151
2022-05-19agent: Pop up dialog window for confirmation, when specified so.NIIBE Yutaka2-0/+46
2022-05-19agent: Supply GRIP=NULL for agent_key_from_file, for real use.NIIBE Yutaka3-18/+19
2022-04-26tests: Use module_tests for testing agent/.NIIBE Yutaka2-2/+4
2022-04-25Deprecate the --supervised options.Werner Koch1-1/+4
2022-04-22agent: Not writing password into file.NIIBE Yutaka1-35/+20
2022-04-14ssh: Returned faked response for the new session-bind extension.Werner Koch1-0/+14
2022-04-14agent: Ignore MD5 Fingerprints for ssh keysJakub Jelen1-2/+4
2022-04-07agent: Fix for possible support of Cygwin OpenSSH.NIIBE Yutaka1-1/+5
2022-04-04agent:w32: Fix for use of socket.NIIBE Yutaka1-7/+7
2022-03-28agent: KEYTOCARD prefers to specified time.NIIBE Yutaka1-12/+11
2022-03-25agent: Use "Created:" field for creation time.NIIBE Yutaka5-21/+36
2022-02-27agent: Print the correct daemon name in presence of a --foo-program.Werner Koch1-1/+2
2022-02-27agent: New flag "qual" for the trustlist.txt.Werner Koch1-15/+17
2022-01-28ssh: Fix adding an ed25519 key with a zero length comment.Werner Koch1-4/+10
2022-01-24agent: always use hexgrip when storing key passwordJames Bottomley via Gnupg-devel1-4/+15
2021-12-21agent: Fix comment for .po generation.NIIBE Yutaka1-3/+3
2021-11-14agent: Print the non-option warning earlier.Werner Koch1-10/+10
2021-11-13agent,dirmngr: New option --steal-socketWerner Koch1-8/+20
2021-11-12agent: Avoid uninitialized buffer.Jakub Jelen1-1/+1
2021-11-12agent: Correctly free memory on error path.Jakub Jelen1-1/+4
2021-10-05agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep.NIIBE Yutaka2-2/+2
2021-10-05agent: Fix calibrate_get_time use of clock_gettime.NIIBE Yutaka1-1/+22
2021-09-07agent: Fix segv in GET_PASSPHRASE (regression)Werner Koch1-1/+1
2021-08-18agent: Use the sysconfdir for a pattern file.Werner Koch1-1/+28
2021-08-18agent: Ignore passphrase constraints for a generated passphrase.Werner Koch3-34/+69
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 Koch5-25/+79
2021-08-12agent: Make --pinentry-formatted-passphrase a simple flagIngo Klöcker3-21/+5
2021-08-10agent: Add checkpin inquiry for pinentryIngo Klöcker1-0/+104