aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-01ssh: Allow to define the order in which keys are returned.Werner Koch4-63/+185
2023-01-24common: Slight redefinition of nvc_get_boolean.Werner Koch1-1/+2
2022-12-12agent: Allow arguments to "scd serialno" in restricted mode.Werner Koch1-1/+1
2022-12-09build: Remove Windows CE support.NIIBE Yutaka1-7/+1
2022-12-02gpg: New export option "mode1003".Werner Koch1-10/+26
2022-12-01agent: Fix import of protected v5 keys.Werner Koch1-3/+4
2022-12-01tests: Support semihosted environment.NIIBE Yutaka1-3/+4
2022-11-10agent: Allow trustlist on Windows in Unicode homedirs.Werner Koch1-1/+1
2022-11-02agent: Avoid blanks in the ssh key's comment.Werner Koch1-0/+5
2022-10-28agent: Automatically convert to extended key format by KEYATTR.NIIBE Yutaka1-6/+15
2022-10-20agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument.NIIBE Yutaka1-1/+1
2022-10-14agent,w32: Support Win32-OpenSSH emulation by gpg-agent.NIIBE Yutaka3-35/+163
2022-10-12agent: Introduce attribute "Remote-list" to KEYINFO.Werner Koch2-22/+27
2022-09-14agent,dirmngr,gpg,scd: Clean up for modern compiler.NIIBE Yutaka1-0/+1
2022-09-07agent: Don't start in --supervised mode if no-autostart is enabled.Werner Koch1-0/+11
2022-08-16doc: Update description of the key format.Werner Koch2-11/+21
2022-08-11agent: New option --need-attr for KEYINFO.Werner Koch2-17/+73
2022-06-28agent: Add description for "Prompt" field.NIIBE Yutaka1-0/+6
2022-06-28agent: Don't assume "OPENPGP.3" key means "Use-for-ssh:".NIIBE Yutaka2-17/+3
2022-06-27agent: Do not consider --min-passphrase-len for the magic wand.Werner Koch1-10/+11
2022-06-23agent: Flush before calling ftruncate.NIIBE Yutaka1-0/+2
2022-06-23agent: KEYATTR only allows access to attribute.NIIBE Yutaka1-0/+8
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