aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Fix segv in GET_PASSPHRASE (regression)Werner Koch2021-09-071-1/+1
* agent: Ignore passphrase constraints for a generated passphrase.Werner Koch2021-08-181-3/+10
* agent: New option --check-sym-passphrase-pattern.Werner Koch2021-08-131-2/+9
* agent: Avoid memory leaks in error code paths.Jakub Jelen2021-05-201-3/+4
* gpg: Improve speed of secret key listing.Werner Koch2021-05-191-34/+143
* agent,w32: Silence the get_peercred failed diagnosticWerner Koch2021-04-231-1/+6
* gpg: Allow decryption w/o public key but with correct card inserted.Werner Koch2021-04-231-5/+13
* agent: Silence error messages for READKEY --cardWerner Koch2021-04-211-3/+7
* gpg: Add new command keytotpm to convert a private key to TPM formatJames Bottomley2021-03-101-0/+52
* agent: Add new shadow key type and functions to call tpm2daemonJames Bottomley2021-03-101-0/+5
* Require Libgcrypt 1.9Werner Koch2021-01-191-4/+0
* agent: Fix creating shadow key on card key generation.NIIBE Yutaka2020-11-191-3/+3
* common: New functions gnupg_opendir et al.Werner Koch2020-10-211-6/+5
* agent: Fix regression for access through the extra secket.NIIBE Yutaka2020-09-181-4/+36
* common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka2020-09-181-2/+2
* gpg: Fix regression for non-default --passphrase-repeat option.Werner Koch2020-08-201-3/+9
* agent: Allow to pass a timestamp to genkey and import.Werner Koch2020-08-171-12/+54
* agent: Add option --pss to pksign to be used by smartcards.Werner Koch2020-08-101-3/+9
* agent: Fix regression with --newsymkey in loopback mode.Werner Koch2020-07-141-2/+5
* agent: New option --newsymkey for GET_PASSPHRASEWerner Koch2020-07-081-27/+143
* agent: separate out daemon handling infrastructure for reuseJames Bottomley2020-06-241-2/+2
* agent: expose shadow key typeJames Bottomley via Gnupg-devel2020-06-241-4/+16
* agent: Allow to use SETHASH for arbitrary data.Werner Koch2020-05-181-28/+76
* Spelling cleanup.Daniel Kahn Gillmor2020-02-181-1/+1
* agent: Allow signing with card key even without a stub key.Werner Koch2020-02-131-1/+1
* agent: Avoid multiple calls to scd for KEYINFO.Werner Koch2020-01-131-2/+45
* agent: Extend agent_card_getattr with KEYGRIP.NIIBE Yutaka2020-01-131-1/+1
* agent: SSH: SCD KEYINFO to list available keys.NIIBE Yutaka2020-01-091-1/+1
* g10,agent: Support CONFIRM for --delete-key.NIIBE Yutaka2019-06-041-0/+23
* Return better error code for some getinfo IPC commands.Werner Koch2019-06-031-3/+3
* agent: Add A-flag for KEYINFO output for card.NIIBE Yutaka2019-05-291-4/+29
* agent: Replace most assert by log_assert.Werner Koch2019-05-141-2/+1
* dirmngr: Add a CSRF expection for pm.meWerner Koch2019-05-091-2/+2
* agent: Put Token lines into the key files.Werner Koch2019-05-031-2/+3
* agent: Allow other ssh fingerprint algos in KEYINFO.Werner Koch2019-03-261-4/+20
* scd:piv: Implement import of private keys for Yubikeys.Werner Koch2019-03-051-2/+12
* agent: Minor change to the KEYTOCARD command.Werner Koch2019-03-051-49/+29
* agent: Support --mode=ssh option for CLEAR_PASSPHRASE.NIIBE Yutaka2019-01-251-8/+10
* common: Extend function percent_data_escape.Werner Koch2019-01-241-1/+1
* agent: Fix possible release of unitialize var in a genkey error case.Werner Koch2018-10-241-1/+1
* agent: Fix build regression for Windows.Werner Koch2018-10-221-0/+5
* agent: New commands PUT_SECRET and GET_SECRET.Werner Koch2018-07-021-0/+210
* agent: Fix segv running in --server modeWerner Koch2018-07-021-9/+14
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-05-131-0/+18
|\
| * agent,dirmngr: Add "getenv" to the getinfo command.Werner Koch2018-04-121-0/+18
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-03-271-15/+31
|\|
| * 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
* | Merge branch 'STABLE-BRANCH-2-2'Werner Koch2018-02-221-38/+8
|\|
| * agent: Avoid appending a '\0' byte to the response of READKEYKatsuhiro Ueno2018-02-141-1/+2