aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-10-20agent: Add --card option for READKEY.NIIBE Yutaka1-12/+57
2016-09-17Fix more spellingDaniel Kahn Gillmor1-1/+1
2016-09-05agent: Silence --debug IPC output for connections from self.Werner Koch1-1/+34
2016-09-05agent: Small improvement of the server's local state.Werner Koch1-10/+10
2016-08-16agent: Allow import of overly large keys.Werner Koch1-1/+1
2016-08-06agent: Fix long standing regression tracking the connection count.Werner Koch1-0/+9
2016-08-03More cleanup of "allow to".Daniel Kahn Gillmor1-1/+1
2016-07-13agent: Fix envvars for UPDATESTARTUPTTY.NIIBE Yutaka1-6/+6
2016-06-11g10: Add openpgp_protected flag to agent secret key export functionsDaniel Kahn Gillmor1-1/+6
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-1/+2
2016-06-02gpg: Try to use the passphrase from the primary for --quick-addkey.Werner Koch1-4/+45