aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Add option --status to the LISTRUSTED command.Werner Koch2024-10-041-6/+8
* agent: Fix KEYTOCARD for the use case with loopback pinentry.NIIBE Yutaka2024-09-031-0/+7
* 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-241-5/+7
* agent: Add optional ecdh parameter arg to KEYTOCARD.Werner Koch2023-10-271-65/+104
* agent: Make --disable-extended-key-format a dummy option.Werner Koch2023-03-131-18/+8
* 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-161-8/+15
* agent: Create and use Token entries to track the display s/n.Werner Koch2022-08-151-3/+8
* agent,scd: Make sure to set CONFIDENTIAL flag in Assuan.NIIBE Yutaka2022-06-091-2/+9
* agent: Fix segv in GET_PASSPHRASE (regression)Werner Koch2021-09-071-1/+1
* agent: Ignore passphrase constraints for a generated passphrase.Werner Koch2021-08-201-3/+10
* agent: New option --check-sym-passphrase-pattern.Werner Koch2021-08-171-2/+9
* 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-041-3/+7
* Require Libgcrypt 1.8Werner Koch2020-11-091-4/+0
* common: New functions gnupg_opendir et al.Werner Koch2020-10-231-6/+5
* agent: Allow to pass a timestamp to genkey and import.Werner Koch2020-08-231-12/+55
* gpg: Fix regression for non-default --passphrase-repeat option.Werner Koch2020-08-201-3/+9
* agent: Fix regression with --newsymkey in loopback mode.Werner Koch2020-07-131-2/+5
* agent: New option --newsymkey for GET_PASSPHRASEWerner Koch2020-07-081-27/+143
* Return better error code for some getinfo IPC commands.Werner Koch2019-06-031-3/+3
* dirmngr: Add a CSRF expection for pm.meWerner Koch2019-05-091-2/+2
* agent: Allow other ssh fingerprint algos in KEYINFO.Werner Koch2019-03-261-4/+20
* agent: Support --mode=ssh option for CLEAR_PASSPHRASE.NIIBE Yutaka2019-03-071-8/+10
* agent: Fix possible release of unitialize var in a genkey error case.Werner Koch2018-10-241-1/+1
* agent,dirmngr: Add "getenv" to the getinfo command.Werner Koch2018-04-121-0/+18
* agent: Make the request origin a part of the cache items.Werner Koch2018-03-271-15/+16
* agent: New OPTION pretend-request-originWerner Koch2018-03-231-0/+15
* agent: Avoid appending a '\0' byte to the response of READKEYKatsuhiro Ueno2018-02-141-1/+2
* common: Use new function to print status strings.Werner Koch2018-02-141-37/+6
* agent: New GETINFO sub-commands "s2k_count_cal" and "s2k_time".Werner Koch2017-11-061-10/+26
* agent, tests: Support --disable-scdaemon build case.NIIBE Yutaka2017-10-261-3/+6
* agent: Minor cleanup (mostly for documentation).Werner Koch2017-07-281-6/+6
* agent: New GETINFO sub-command jent_active.Werner Koch2017-07-171-0/+19
* common: Support different digest algorithms for ssh fingerprints.Justus Winter2017-05-241-1/+1
* agent: More minor change.NIIBE Yutaka2017-04-171-1/+0
* agent: Minor cleanup.NIIBE Yutaka2017-04-171-2/+0
* agent: Use "ll" length specifier when time_t is larger.NIIBE Yutaka2017-04-101-1/+7
* agent: New option --stub-only for DELETE_KEYWerner Koch2017-03-241-4/+7
* agent: Resolve conflict of util.h.NIIBE Yutaka2017-03-071-1/+1
* agent: Improve error message for the KEYTOCARD command.Werner Koch2017-03-021-12/+27
* Clean up word replication.Yuri Chornoivan2017-02-211-3/+3
* agent: Tell the Pinentry the client's pid.Werner Koch2017-02-031-1/+8
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* agent: Extend the PINENTRY_LAUNCHED inquiry and status.Werner Koch2016-11-031-3/+4
* agent: Slightly change structure of cmd_readkey.Werner Koch2016-10-241-29/+31
* Fix use cases of snprintf.NIIBE Yutaka2016-10-211-1/+1
* agent, g10: Fix keygen.NIIBE Yutaka2016-10-201-1/+1