aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-04agent: Add option --status to the LISTRUSTED command.Werner Koch1-6/+8
2024-09-03agent: Fix KEYTOCARD for the use case with loopback pinentry.NIIBE Yutaka1-0/+7
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 Koch1-5/+7
2023-10-27agent: Add optional ecdh parameter arg to KEYTOCARD.Werner Koch1-65/+104
2023-03-13agent: Make --disable-extended-key-format a dummy option.Werner Koch1-18/+8
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 Koch1-8/+15
2022-08-15agent: Create and use Token entries to track the display s/n.Werner Koch1-3/+8
2022-06-09agent,scd: Make sure to set CONFIDENTIAL flag in Assuan.NIIBE Yutaka1-2/+9
2021-09-07agent: Fix segv in GET_PASSPHRASE (regression)Werner Koch1-1/+1
2021-08-20agent: Ignore passphrase constraints for a generated passphrase.Werner Koch1-3/+10
2021-08-17agent: New option --check-sym-passphrase-pattern.Werner Koch1-2/+9
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 Koch1-3/+7
2020-11-09Require Libgcrypt 1.8Werner Koch1-4/+0
2020-10-23common: New functions gnupg_opendir et al.Werner Koch1-6/+5
2020-08-23agent: Allow to pass a timestamp to genkey and import.Werner Koch1-12/+55
2020-08-20gpg: Fix regression for non-default --passphrase-repeat option.Werner Koch1-3/+9
2020-07-13agent: Fix regression with --newsymkey in loopback mode.Werner Koch1-2/+5
2020-07-08agent: New option --newsymkey for GET_PASSPHRASEWerner Koch1-27/+143
2019-06-03Return better error code for some getinfo IPC commands.Werner Koch1-3/+3
2019-05-09dirmngr: Add a CSRF expection for pm.meWerner Koch1-2/+2
2019-03-26agent: Allow other ssh fingerprint algos in KEYINFO.Werner Koch1-4/+20
2019-03-07agent: Support --mode=ssh option for CLEAR_PASSPHRASE.NIIBE Yutaka1-8/+10
2018-10-24agent: Fix possible release of unitialize var in a genkey error case.Werner Koch1-1/+1
2018-04-12agent,dirmngr: Add "getenv" to the getinfo command.Werner Koch1-0/+18
2018-03-27agent: Make the request origin a part of the cache items.Werner Koch1-15/+16
2018-03-23agent: New OPTION pretend-request-originWerner Koch1-0/+15
2018-02-14agent: Avoid appending a '\0' byte to the response of READKEYKatsuhiro Ueno1-1/+2
2018-02-14common: Use new function to print status strings.Werner Koch1-37/+6
2017-11-06agent: New GETINFO sub-commands "s2k_count_cal" and "s2k_time".Werner Koch1-10/+26
2017-10-26agent, tests: Support --disable-scdaemon build case.NIIBE Yutaka1-3/+6
2017-07-28agent: Minor cleanup (mostly for documentation).Werner Koch1-6/+6
2017-07-17agent: New GETINFO sub-command jent_active.Werner Koch1-0/+19
2017-05-24common: Support different digest algorithms for ssh fingerprints.Justus Winter1-1/+1
2017-04-17agent: More minor change.NIIBE Yutaka1-1/+0
2017-04-17agent: Minor cleanup.NIIBE Yutaka1-2/+0
2017-04-10agent: Use "ll" length specifier when time_t is larger.NIIBE Yutaka1-1/+7
2017-03-24agent: New option --stub-only for DELETE_KEYWerner Koch1-4/+7
2017-03-07agent: Resolve conflict of util.h.NIIBE Yutaka1-1/+1
2017-03-02agent: Improve error message for the KEYTOCARD command.Werner Koch1-12/+27
2017-02-21Clean up word replication.Yuri Chornoivan1-3/+3
2017-02-03agent: Tell the Pinentry the client's pid.Werner Koch1-1/+8
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-11-03agent: Extend the PINENTRY_LAUNCHED inquiry and status.Werner Koch1-3/+4
2016-10-24agent: Slightly change structure of cmd_readkey.Werner Koch1-29/+31
2016-10-21Fix use cases of snprintf.NIIBE Yutaka1-1/+1
2016-10-20agent, g10: Fix keygen.NIIBE Yutaka1-1/+1