| Commit message (Expand) | Author | Age | Files | Lines |
* | agent: Update the key file only if changed (slight return). | Werner Koch | 2023-11-21 | 1 | -12/+52 |
* | agent: Update the key file only if not changed. | Werner Koch | 2023-11-21 | 1 | -1/+10 |
* | scd:openpgp: Return better error codes for the Reset Code. | Werner Koch | 2023-10-06 | 1 | -6/+9 |
* | agent: fix tpm2d keytotpm handling | NIIBE Yutaka | 2023-10-06 | 1 | -5/+28 |
* | agent: Initialize FP for the case of error return. | NIIBE Yutaka | 2023-10-06 | 1 | -1/+1 |
* | agent: Fix agent_update_private_key. | NIIBE Yutaka | 2023-10-04 | 1 | -1/+1 |
* | agent: Do not overwrite a key file by a shadow key file. | Werner Koch | 2023-05-26 | 1 | -90/+64 |
* | agent: Update key files by first writing to a temp file. | Werner Koch | 2023-05-26 | 1 | -66/+97 |
* | agent: Create and use Token entries to track the display s/n. | Werner Koch | 2023-05-26 | 10 | -29/+102 |
* | agent,w32: Fix resource leak for a process. | NIIBE Yutaka | 2023-05-25 | 1 | -2/+2 |
* | w32: Add missing supportedOS Ids for Windows-10 | Werner Koch | 2023-05-24 | 1 | -0/+1 |
* | w32: Add missing manifests and set a requestedExecutionLevel. | Werner Koch | 2023-05-24 | 3 | -2/+31 |
* | gpg: Fix writing ECDH keys to OpenPGP smartcards. | Werner Koch | 2023-04-21 | 1 | -8/+59 |
* | ssh: Allow to prefer on-disk keys over active card keys. | Werner Koch | 2023-04-18 | 2 | -6/+20 |
* | agent: Add trustlist flag "de-vs". | Werner Koch | 2023-04-03 | 1 | -1/+7 |
* | agent: New option --restricted for PRESET_PASSPHRASE. | Werner Koch | 2023-03-27 | 2 | -3/+19 |
* | agent: Make --disable-extended-key-format a dummy option. | Werner Koch | 2023-03-13 | 10 | -276/+152 |
* | agent: Try to SETREPEATOK if the pinentry supports it. | Ben Kibbey | 2023-03-10 | 1 | -0/+21 |
* | agent: Show "no secret key" instead of "card removed". | Werner Koch | 2023-03-01 | 2 | -4/+20 |
* | ssh: Allow to define the order in which keys are returned. | Werner Koch | 2023-02-01 | 4 | -63/+185 |
* | common: Slight redefinition of nvc_get_boolean. | Werner Koch | 2023-01-24 | 1 | -1/+2 |
* | agent: Allow arguments to "scd serialno" in restricted mode. | Werner Koch | 2022-12-12 | 1 | -1/+1 |
* | build: Remove Windows CE support. | NIIBE Yutaka | 2022-12-09 | 1 | -7/+1 |
* | gpg: New export option "mode1003". | Werner Koch | 2022-12-02 | 1 | -10/+26 |
* | agent: Fix import of protected v5 keys. | Werner Koch | 2022-12-01 | 1 | -3/+4 |
* | tests: Support semihosted environment. | NIIBE Yutaka | 2022-12-01 | 1 | -3/+4 |
* | agent: Allow trustlist on Windows in Unicode homedirs. | Werner Koch | 2022-11-10 | 1 | -1/+1 |
* | agent: Avoid blanks in the ssh key's comment. | Werner Koch | 2022-11-02 | 1 | -0/+5 |
* | agent: Automatically convert to extended key format by KEYATTR. | NIIBE Yutaka | 2022-10-28 | 1 | -6/+15 |
* | agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument. | NIIBE Yutaka | 2022-10-20 | 1 | -1/+1 |
* | agent,w32: Support Win32-OpenSSH emulation by gpg-agent. | NIIBE Yutaka | 2022-10-14 | 3 | -35/+163 |
* | agent: Introduce attribute "Remote-list" to KEYINFO. | Werner Koch | 2022-10-12 | 2 | -22/+27 |
* | agent,dirmngr,gpg,scd: Clean up for modern compiler. | NIIBE Yutaka | 2022-09-14 | 1 | -0/+1 |
* | agent: Don't start in --supervised mode if no-autostart is enabled. | Werner Koch | 2022-09-07 | 1 | -0/+11 |
* | doc: Update description of the key format. | Werner Koch | 2022-08-16 | 2 | -11/+21 |
* | agent: New option --need-attr for KEYINFO. | Werner Koch | 2022-08-11 | 2 | -17/+73 |
* | agent: Add description for "Prompt" field. | NIIBE Yutaka | 2022-06-28 | 1 | -0/+6 |
* | agent: Don't assume "OPENPGP.3" key means "Use-for-ssh:". | NIIBE Yutaka | 2022-06-28 | 2 | -17/+3 |
* | agent: Do not consider --min-passphrase-len for the magic wand. | Werner Koch | 2022-06-27 | 1 | -10/+11 |
* | agent: Flush before calling ftruncate. | NIIBE Yutaka | 2022-06-23 | 1 | -0/+2 |
* | agent: KEYATTR only allows access to attribute. | NIIBE Yutaka | 2022-06-23 | 1 | -0/+8 |
* | agent: Fix KEYATTR command for --delete option. | NIIBE Yutaka | 2022-06-23 | 1 | -1/+5 |
* | agent: Add KEYATTR command. | NIIBE Yutaka | 2022-06-22 | 4 | -7/+139 |
* | agent,gpg,tools: Fix use of log_get_fd. | NIIBE Yutaka | 2022-06-22 | 2 | -10/+2 |
* | agent: Improve "Insert the card" message. | Werner Koch | 2022-06-17 | 1 | -1/+2 |
* | agent,ssh: Fix for make not-inserted OpenPGP.3 keys available for SSH. | Werner Koch | 2022-06-15 | 1 | -5/+8 |
* | agent: New option --no-user-trustlist and --sys-trustlist-name. | Werner Koch | 2022-06-14 | 3 | -9/+53 |
* | Remove remaining support for WindowsCE | Werner Koch | 2022-06-03 | 3 | -29/+9 |
* | agent: Support --format=ssh option for READKEY. | NIIBE Yutaka | 2022-06-02 | 1 | -13/+40 |
* | agent: New field "Prompt" to prevent asking card key insertion. | NIIBE Yutaka | 2022-05-27 | 1 | -4/+21 |