aboutsummaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Fix resource leak for PRIMARY_CTX.NIIBE Yutaka2024-11-131-0/+3
* agent: Fix detection of the trustflag de-vs.Werner Koch2024-09-171-1/+1
* agent: Fix KEYTOCARD for the use case with loopback pinentry.NIIBE Yutaka2024-09-031-0/+7
* agent: When diverting to a card show the name of unsupported algos.Werner Koch2024-08-121-1/+14
* agent: Silence debug output from the PIN caching.Werner Koch2024-07-011-3/+5
* agent: Require use of "SCD DEVINFO --watch" command with socket.NIIBE Yutaka2024-07-011-0/+3
* agent: Initialize thread_startup.fd for pipe connection.NIIBE Yutaka2024-07-011-0/+1
* agent: Handle SCD DEVINFO --watch command in a special way.Werner Koch2024-07-011-0/+96
* agent:daemon: Add an argument to specify requiring socket connection.NIIBE Yutaka2024-07-014-5/+13
* agent: Clean up for scdaemon handling.NIIBE Yutaka2024-07-011-5/+1
* agent: Fix a race condition which results accessing finished scd.NIIBE Yutaka2024-07-011-4/+6
* agent: Avoid uninitialized access in GENKEY command on parameter error.Jakub Jelen2024-05-291-2/+2
* agent: Avoid double free of empty string in the PIN caching.Werner Koch2024-05-291-3/+7
* agent: Make sure to return success in ephemeral store mode.Werner Koch2024-05-291-0/+1
* agent: Fix error handling of READKEY.Werner Koch2024-04-051-1/+3
* Allow tilde expansion for the foo-program options.Werner Koch2024-02-272-3/+7
* agent: Allow GET_PASSPHRASE in restricted mode.Werner Koch2024-02-251-5/+4
* agent: Add "ephemeral" Assuan option.Werner Koch2024-01-2211-207/+497
* card: New subcommand "checkkeys".Werner Koch2024-01-221-5/+39
* doc: Document Backup-info in keyformat.txtWerner Koch2024-01-221-0/+10
* doc: Describe the ssh-agent protocol options for Windows.Werner Koch2024-01-151-2/+2
* agent: Update the key file only if changed (slight return).Werner Koch2023-11-211-12/+52
* agent: Update the key file only if not changed.Werner Koch2023-11-211-1/+10
* scd:openpgp: Return better error codes for the Reset Code.Werner Koch2023-10-061-6/+9
* agent: fix tpm2d keytotpm handlingNIIBE Yutaka2023-10-061-5/+28
* agent: Initialize FP for the case of error return.NIIBE Yutaka2023-10-061-1/+1
* agent: Fix agent_update_private_key.NIIBE Yutaka2023-10-041-1/+1
* agent: Do not overwrite a key file by a shadow key file.Werner Koch2023-05-261-90/+64
* agent: Update key files by first writing to a temp file.Werner Koch2023-05-261-66/+97
* agent: Create and use Token entries to track the display s/n.Werner Koch2023-05-2610-29/+102
* agent,w32: Fix resource leak for a process.NIIBE Yutaka2023-05-251-2/+2
* w32: Add missing supportedOS Ids for Windows-10Werner Koch2023-05-241-0/+1
* w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch2023-05-243-2/+31
* gpg: Fix writing ECDH keys to OpenPGP smartcards.Werner Koch2023-04-211-8/+59
* ssh: Allow to prefer on-disk keys over active card keys.Werner Koch2023-04-182-6/+20
* agent: Add trustlist flag "de-vs".Werner Koch2023-04-031-1/+7
* agent: New option --restricted for PRESET_PASSPHRASE.Werner Koch2023-03-272-3/+19
* agent: Make --disable-extended-key-format a dummy option.Werner Koch2023-03-1310-276/+152
* agent: Try to SETREPEATOK if the pinentry supports it.Ben Kibbey2023-03-101-0/+21
* agent: Show "no secret key" instead of "card removed".Werner Koch2023-03-012-4/+20
* ssh: Allow to define the order in which keys are returned.Werner Koch2023-02-014-63/+185
* common: Slight redefinition of nvc_get_boolean.Werner Koch2023-01-241-1/+2
* agent: Allow arguments to "scd serialno" in restricted mode.Werner Koch2022-12-121-1/+1
* build: Remove Windows CE support.NIIBE Yutaka2022-12-091-7/+1
* gpg: New export option "mode1003".Werner Koch2022-12-021-10/+26
* agent: Fix import of protected v5 keys.Werner Koch2022-12-011-3/+4
* tests: Support semihosted environment.NIIBE Yutaka2022-12-011-3/+4
* agent: Allow trustlist on Windows in Unicode homedirs.Werner Koch2022-11-101-1/+1
* agent: Avoid blanks in the ssh key's comment.Werner Koch2022-11-021-0/+5
* agent: Automatically convert to extended key format by KEYATTR.NIIBE Yutaka2022-10-281-6/+15