aboutsummaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Fix an unitialized variable in an error path.Werner Koch2024-08-081-1/+1
* agent: Avoid uninitialized access in GENKEY command on parameter error.Jakub Jelen2024-05-291-2/+2
* agent: Allow simple KEYINFO command when restricted.NIIBE Yutaka2024-03-011-3/+3
* gpg: Fix leftover unprotected card backup key.Werner Koch2024-01-248-25/+40
* agent: Update the key file only if changed (slight return).Werner Koch2023-11-211-13/+52
* agent: Update the key file only if not changed.Werner Koch2023-11-211-1/+10
* agent: Add optional ecdh parameter arg to KEYTOCARD.Werner Koch2023-10-275-71/+127
* agent: Add trustlist flag "de-vs".Werner Koch2023-09-071-1/+7
* agent: New flag "qual" for the trustlist.txt.Werner Koch2023-09-071-8/+11
* agent: Fix printed error in findkey.Werner Koch2023-05-261-2/+3
* agent,w32: Fix resource leak for a process.NIIBE Yutaka2023-05-261-0/+2
* w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch2023-05-252-6/+14
* agent: Do not overwrite a key file by a shadow key file.Werner Koch2023-03-141-157/+126
* agent: Make --disable-extended-key-format a dummy option.Werner Koch2023-03-1311-439/+223
* agent: Add translatable text for Caps Lock hintIngo Klöcker2023-03-071-0/+1
* agent: Do not consider --min-passphrase-len for the magic wand.Werner Koch2023-02-161-10/+11
* agent: Allow trustlist on Windows in Unicode homedirs.Werner Koch2022-11-141-1/+1
* agent: Fix bug introduced earlier today.Werner Koch2022-08-161-1/+1
* gpg: Update shadow-keys with --card-status also for non-openpgp cards.Werner Koch2022-08-161-2/+3
* agent: Let READKEY update the display-s/n of the Token entry.Werner Koch2022-08-165-64/+174
* agent: Create and use Token entries to track the display s/n.Werner Koch2022-08-1510-36/+272
* agent: New option --no-user-trustlist and --sys-trustlist-name.Werner Koch2022-07-273-16/+59
* agent: Flush before calling ftruncate.NIIBE Yutaka2022-06-231-0/+2
* agent,scd: Make sure to set CONFIDENTIAL flag in Assuan.NIIBE Yutaka2022-06-092-3/+15
* agent: Not writing password into file.NIIBE Yutaka2022-04-251-35/+20
* ssh: Fix adding an ed25519 key with a zero length comment.Werner Koch2022-01-281-4/+10
* gpgconf: Some more fixes for the backported stuff.Werner Koch2022-01-261-56/+10
* build: Fixes recent commits to still build with gpgrt 1.27.Werner Koch2021-12-301-1/+1
* agent: Re-group the options in the --help output.Werner Koch2021-12-291-67/+71
* gpgconf: Support reading global options (part 2).Werner Koch2021-12-291-12/+24
* agent: Print the non-option warning earlier.Werner Koch2021-11-141-10/+12
* agent,dirmngr: New option --steal-socketWerner Koch2021-11-131-8/+20
* agent: Fix segv in GET_PASSPHRASE (regression)Werner Koch2021-09-071-1/+1
* agent: Use the sysconfdir for a pattern file.Werner Koch2021-08-201-1/+29
* agent: Ignore passphrase constraints for a generated passphrase.Werner Koch2021-08-203-34/+68
* agent: Improve the GENPIN callback.Werner Koch2021-08-181-9/+14
* agent: Fix for zero length help string in pinentry hints.Werner Koch2021-08-181-14/+31
* agent: Make QT_QPA_PLATFORMTHEME=qt5ct work for the pientWerner Koch2021-08-171-1/+8
* agent: New option --check-sym-passphrase-pattern.Werner Koch2021-08-175-26/+80
* agent: Add checkpin inquiry for pinentryIngo Klöcker2021-08-171-8/+229
* agent: New option --pinentry-formatted-passphraseIngo Klöcker2021-08-163-0/+64
* agent: Appropriate error code for importing key with no passwd.NIIBE Yutaka2021-06-081-0/+2
* Assorted memory leak fixes on the error code paths.Werner Koch2021-05-201-1/+1
* gpg: Allow decryption w/o public key but with correct card inserted.Werner Koch2021-05-041-7/+15
* agent: Silence error messages for READKEY --cardWerner Koch2021-05-042-6/+9
* agent: Skip unknown unknown ssh curves seen on cards.Werner Koch2021-05-031-7/+17
* Backport of the new option parser from 2.3Werner Koch2020-12-043-115/+105
* doc: Fix typosGavin L. Rebeiro2020-11-231-1/+1
* gpg: Provide better diagnostic for replaced card keys.Werner Koch2020-11-135-4/+42
* w32: Support Unicode also for config files etc.Werner Koch2020-11-102-3/+3