aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-31agent: Fix status output for LISTTRUSTED.NIIBE Yutaka1-2/+2
2024-10-04agent: Add option --status to the LISTRUSTED command.Werner Koch3-16/+60
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-08agent: Fix an unitialized variable in an error path.Werner Koch1-1/+1
2024-05-29agent: Avoid uninitialized access in GENKEY command on parameter error.Jakub Jelen1-2/+2
2024-03-01agent: Allow simple KEYINFO command when restricted.NIIBE Yutaka1-3/+3
2024-01-24gpg: Fix leftover unprotected card backup key.Werner Koch8-25/+40
2023-11-21agent: Update the key file only if changed (slight return).Werner Koch1-13/+52
2023-11-21agent: Update the key file only if not changed.Werner Koch1-1/+10
2023-10-27agent: Add optional ecdh parameter arg to KEYTOCARD.Werner Koch5-71/+127
2023-09-07agent: Add trustlist flag "de-vs".Werner Koch1-1/+7
2023-09-07agent: New flag "qual" for the trustlist.txt.Werner Koch1-8/+11
2023-05-26agent: Fix printed error in findkey.Werner Koch1-2/+3
2023-05-26agent,w32: Fix resource leak for a process.NIIBE Yutaka1-0/+2
2023-05-25w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch2-6/+14
2023-03-14agent: Do not overwrite a key file by a shadow key file.Werner Koch1-157/+126
2023-03-13agent: Make --disable-extended-key-format a dummy option.Werner Koch11-439/+223
2023-03-07agent: Add translatable text for Caps Lock hintIngo Klöcker1-0/+1
2023-02-16agent: Do not consider --min-passphrase-len for the magic wand.Werner Koch1-10/+11
2022-11-25agent: Allow trustlist on Windows in Unicode homedirs.Werner Koch1-1/+1
2022-11-14agent: Allow trustlist on Windows in Unicode homedirs.Werner Koch1-1/+1
2022-08-16agent: Fix bug introduced earlier today.Werner Koch1-1/+1
2022-08-16gpg: Update shadow-keys with --card-status also for non-openpgp cards.Werner Koch1-2/+3
2022-08-16agent: Let READKEY update the display-s/n of the Token entry.Werner Koch5-64/+174
2022-08-15agent: Create and use Token entries to track the display s/n.Werner Koch10-36/+272
2022-07-27agent: New option --no-user-trustlist and --sys-trustlist-name.Werner Koch3-16/+59
2022-06-23agent: Flush before calling ftruncate.NIIBE Yutaka1-0/+2
2022-06-09agent,scd: Make sure to set CONFIDENTIAL flag in Assuan.NIIBE Yutaka2-3/+15
2022-04-25agent: Not writing password into file.NIIBE Yutaka1-35/+20
2022-01-28ssh: Fix adding an ed25519 key with a zero length comment.Werner Koch1-4/+10
2022-01-26gpgconf: Some more fixes for the backported stuff.Werner Koch1-56/+10
2021-12-30build: Fixes recent commits to still build with gpgrt 1.27.Werner Koch1-1/+1
2021-12-29agent: Re-group the options in the --help output.Werner Koch1-67/+71
2021-12-29gpgconf: Support reading global options (part 2).Werner Koch1-12/+24
2021-11-14agent: Print the non-option warning earlier.Werner Koch1-10/+12
2021-11-13agent,dirmngr: New option --steal-socketWerner Koch1-8/+20
2021-09-07agent: Fix segv in GET_PASSPHRASE (regression)Werner Koch1-1/+1
2021-08-20agent: Use the sysconfdir for a pattern file.Werner Koch1-1/+29
2021-08-20agent: Ignore passphrase constraints for a generated passphrase.Werner Koch3-34/+68
2021-08-18agent: Improve the GENPIN callback.Werner Koch1-9/+14
2021-08-18agent: Fix for zero length help string in pinentry hints.Werner Koch1-14/+31
2021-08-17agent: Make QT_QPA_PLATFORMTHEME=qt5ct work for the pientWerner Koch1-1/+8
2021-08-17agent: New option --check-sym-passphrase-pattern.Werner Koch5-26/+80
2021-08-17agent: Add checkpin inquiry for pinentryIngo Klöcker1-8/+229
2021-08-16agent: New option --pinentry-formatted-passphraseIngo Klöcker3-0/+64
2021-06-08agent: Appropriate error code for importing key with no passwd.NIIBE Yutaka1-0/+2
2021-05-20Assorted memory leak fixes on the error code paths.Werner Koch1-1/+1
2021-05-04gpg: Allow decryption w/o public key but with correct card inserted.Werner Koch1-7/+15
2021-05-04agent: Silence error messages for READKEY --cardWerner Koch2-6/+9