| Commit message (Expand) | Author | Age | Files | Lines |
* | agent: Add "ephemeral" Assuan option. | Werner Koch | 2024-01-22 | 1 | -103/+277 |
* | 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 |
* | 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 | 1 | -10/+51 |
* | agent: Make --disable-extended-key-format a dummy option. | Werner Koch | 2023-03-13 | 1 | -137/+108 |
* | agent: Show "no secret key" instead of "card removed". | Werner Koch | 2023-03-01 | 1 | -0/+9 |
* | ssh: Allow to define the order in which keys are returned. | Werner Koch | 2023-02-01 | 1 | -5/+10 |
* | doc: Update description of the key format. | Werner Koch | 2022-08-16 | 1 | -1/+1 |
* | agent: New option --need-attr for KEYINFO. | Werner Koch | 2022-08-11 | 1 | -5/+1 |
* | agent: Don't assume "OPENPGP.3" key means "Use-for-ssh:". | NIIBE Yutaka | 2022-06-28 | 1 | -15/+1 |
* | agent: Flush before calling ftruncate. | NIIBE Yutaka | 2022-06-23 | 1 | -0/+2 |
* | agent: Add KEYATTR command. | NIIBE Yutaka | 2022-06-22 | 1 | -3/+55 |
* | agent: Improve "Insert the card" message. | Werner Koch | 2022-06-17 | 1 | -1/+2 |
* | agent: New field "Prompt" to prevent asking card key insertion. | NIIBE Yutaka | 2022-05-27 | 1 | -4/+21 |
* | agent,ssh: Support "Use-for-ssh" flag in private key. | NIIBE Yutaka | 2022-05-26 | 1 | -10/+22 |
* | agent,ssh: Make not-inserted OpenPGP.3 keys available for SSH. | NIIBE Yutaka | 2022-05-26 | 1 | -5/+43 |
* | agent: Show "Label:" field of private key when prompt the insertion. | NIIBE Yutaka | 2022-05-20 | 1 | -24/+27 |
* | agent: Move confirmation handling into findkey.c. | NIIBE Yutaka | 2022-05-20 | 1 | -4/+122 |
* | agent: Pop up dialog window for confirmation, when specified so. | NIIBE Yutaka | 2022-05-19 | 1 | -0/+39 |
* | agent: Supply GRIP=NULL for agent_key_from_file, for real use. | NIIBE Yutaka | 2022-05-19 | 1 | -16/+17 |
* | agent: Use "Created:" field for creation time. | NIIBE Yutaka | 2022-03-25 | 1 | -1/+12 |
* | agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep. | NIIBE Yutaka | 2021-10-05 | 1 | -1/+1 |
* | agent: Simplify a function. | Werner Koch | 2021-03-18 | 1 | -32/+23 |
* | Replace all calls to access by gnupg_access | Werner Koch | 2020-10-20 | 1 | -2/+2 |
* | doc: Typo fixes | Werner Koch | 2020-08-25 | 1 | -1/+1 |
* | agent: Allow to pass a timestamp to genkey and import. | Werner Koch | 2020-08-17 | 1 | -12/+29 |
* | agent: expose shadow key type | James Bottomley via Gnupg-devel | 2020-06-24 | 1 | -2/+3 |
* | agent: Use get_pk_algo_from_key. | NIIBE Yutaka | 2020-06-19 | 1 | -158/+0 |
* | agent: Clean up for getting info from SEXP. | NIIBE Yutaka | 2020-06-19 | 1 | -32/+10 |
* | agent: A little clean up. | NIIBE Yutaka | 2020-06-19 | 1 | -2/+0 |
* | agent,ecc: Use of opaque MPI for ECC, fixup 'd'. | NIIBE Yutaka | 2020-06-05 | 1 | -11/+5 |
* | Spelling cleanup. | Daniel Kahn Gillmor | 2020-02-19 | 1 | -2/+2 |
* | agent: Allow signing with card key even without a stub key. | Werner Koch | 2020-02-13 | 1 | -0/+2 |
* | agent: Replace most assert by log_assert. | Werner Koch | 2019-05-14 | 1 | -11/+9 |
* | agent: correct length for uri and comment on 64-bit big-endian platforms | Daniel Kahn Gillmor | 2019-05-14 | 1 | -2/+5 |
* | agent: If a Label is make sure that label is part of the prompt. | Werner Koch | 2019-05-07 | 1 | -0/+40 |
* | agent: Allow the use of "Label:" in a key file. | Werner Koch | 2019-05-07 | 1 | -23/+80 |
* | agent: Put Token lines into the key files. | Werner Koch | 2019-05-03 | 1 | -8/+54 |
* | agent: Clear bogus pinentry cache, when it causes an error. | NIIBE Yutaka | 2019-01-28 | 1 | -1/+11 |
* | agent: Make the request origin a part of the cache items. | Werner Koch | 2018-03-27 | 1 | -4/+4 |
* | agent: Minor cleanup (mostly for documentation). | Werner Koch | 2017-07-28 | 1 | -66/+66 |
* | agent: Make digest algorithms for ssh fingerprints configurable. | Justus Winter | 2017-05-24 | 1 | -1/+2 |
* | common: Support different digest algorithms for ssh fingerprints. | Justus Winter | 2017-05-24 | 1 | -1/+1 |
* | Spelling fixes in docs and comments. | NIIBE Yutaka | 2017-04-28 | 1 | -1/+1 |
* | agent: Clean up error initialize/return. | NIIBE Yutaka | 2017-04-14 | 1 | -3/+1 |
* | agent: New option --enable-extended-key-format. | Werner Koch | 2017-03-24 | 1 | -11/+33 |