aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-13agent: Fix resource leak for PRIMARY_CTX.NIIBE Yutaka1-0/+3
2024-09-17agent: Fix detection of the trustflag de-vs.Werner Koch1-1/+1
2024-09-03agent: Fix KEYTOCARD for the use case with loopback pinentry.NIIBE Yutaka1-0/+7
2024-08-12agent: When diverting to a card show the name of unsupported algos.Werner Koch1-1/+14
2024-07-01agent: Silence debug output from the PIN caching.Werner Koch1-3/+5
2024-07-01agent: Require use of "SCD DEVINFO --watch" command with socket.NIIBE Yutaka1-0/+3
2024-07-01agent: Initialize thread_startup.fd for pipe connection.NIIBE Yutaka1-0/+1
2024-07-01agent: Handle SCD DEVINFO --watch command in a special way.Werner Koch1-0/+96
2024-07-01agent:daemon: Add an argument to specify requiring socket connection.NIIBE Yutaka4-5/+13
2024-07-01agent: Clean up for scdaemon handling.NIIBE Yutaka1-5/+1
2024-07-01agent: Fix a race condition which results accessing finished scd.NIIBE Yutaka1-4/+6
2024-05-29agent: Avoid uninitialized access in GENKEY command on parameter error.Jakub Jelen1-2/+2
2024-05-29agent: Avoid double free of empty string in the PIN caching.Werner Koch1-3/+7
2024-05-29agent: Make sure to return success in ephemeral store mode.Werner Koch1-0/+1
2024-04-05agent: Fix error handling of READKEY.Werner Koch1-1/+3
2024-02-27Allow tilde expansion for the foo-program options.Werner Koch2-3/+7
2024-02-25agent: Allow GET_PASSPHRASE in restricted mode.Werner Koch1-5/+4
2024-01-22agent: Add "ephemeral" Assuan option.Werner Koch11-207/+497
2024-01-22card: New subcommand "checkkeys".Werner Koch1-5/+39
2024-01-22doc: Document Backup-info in keyformat.txtWerner Koch1-0/+10
2024-01-15doc: Describe the ssh-agent protocol options for Windows.Werner Koch1-2/+2
2023-11-21agent: Update the key file only if changed (slight return).Werner Koch1-12/+52
2023-11-21agent: Update the key file only if not changed.Werner Koch1-1/+10
2023-10-06scd:openpgp: Return better error codes for the Reset Code.Werner Koch1-6/+9
2023-10-06agent: fix tpm2d keytotpm handlingNIIBE Yutaka1-5/+28
2023-10-06agent: Initialize FP for the case of error return.NIIBE Yutaka1-1/+1
2023-10-04agent: Fix agent_update_private_key.NIIBE Yutaka1-1/+1
2023-05-26agent: Do not overwrite a key file by a shadow key file.Werner Koch1-90/+64
2023-05-26agent: Update key files by first writing to a temp file.Werner Koch1-66/+97
2023-05-26agent: Create and use Token entries to track the display s/n.Werner Koch10-29/+102
2023-05-25agent,w32: Fix resource leak for a process.NIIBE Yutaka1-2/+2
2023-05-24w32: Add missing supportedOS Ids for Windows-10Werner Koch1-0/+1
2023-05-24w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch3-2/+31
2023-04-21gpg: Fix writing ECDH keys to OpenPGP smartcards.Werner Koch1-8/+59
2023-04-18ssh: Allow to prefer on-disk keys over active card keys.Werner Koch2-6/+20
2023-04-03agent: Add trustlist flag "de-vs".Werner Koch1-1/+7
2023-03-27agent: New option --restricted for PRESET_PASSPHRASE.Werner Koch2-3/+19
2023-03-13agent: Make --disable-extended-key-format a dummy option.Werner Koch10-276/+152
2023-03-10agent: Try to SETREPEATOK if the pinentry supports it.Ben Kibbey1-0/+21
2023-03-01agent: Show "no secret key" instead of "card removed".Werner Koch2-4/+20
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