aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-19agent: Fix creating shadow key on card key generation.NIIBE Yutaka1-3/+3
2020-10-21common: New functions gnupg_opendir et al.Werner Koch1-6/+5
2020-09-18agent: Fix regression for access through the extra secket.NIIBE Yutaka1-4/+36
2020-09-18common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka1-2/+2
2020-08-20gpg: Fix regression for non-default --passphrase-repeat option.Werner Koch1-3/+9
2020-08-17agent: Allow to pass a timestamp to genkey and import.Werner Koch1-12/+54
2020-08-10agent: Add option --pss to pksign to be used by smartcards.Werner Koch1-3/+9
2020-07-14agent: Fix regression with --newsymkey in loopback mode.Werner Koch1-2/+5
2020-07-08agent: New option --newsymkey for GET_PASSPHRASEWerner Koch1-27/+143
2020-06-24agent: separate out daemon handling infrastructure for reuseJames Bottomley1-2/+2
2020-06-24agent: expose shadow key typeJames Bottomley via Gnupg-devel1-4/+16
2020-05-18agent: Allow to use SETHASH for arbitrary data.Werner Koch1-28/+76
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-1/+1
2020-02-13agent: Allow signing with card key even without a stub key.Werner Koch1-1/+1
2020-01-13agent: Avoid multiple calls to scd for KEYINFO.Werner Koch1-2/+45
2020-01-13agent: Extend agent_card_getattr with KEYGRIP.NIIBE Yutaka1-1/+1
2020-01-09agent: SSH: SCD KEYINFO to list available keys.NIIBE Yutaka1-1/+1
2019-06-04g10,agent: Support CONFIRM for --delete-key.NIIBE Yutaka1-0/+23
2019-06-03Return better error code for some getinfo IPC commands.Werner Koch1-3/+3
2019-05-29agent: Add A-flag for KEYINFO output for card.NIIBE Yutaka1-4/+29
2019-05-14agent: Replace most assert by log_assert.Werner Koch1-2/+1
2019-05-09dirmngr: Add a CSRF expection for pm.meWerner Koch1-2/+2
2019-05-03agent: Put Token lines into the key files.Werner Koch1-2/+3
2019-03-26agent: Allow other ssh fingerprint algos in KEYINFO.Werner Koch1-4/+20
2019-03-05scd:piv: Implement import of private keys for Yubikeys.Werner Koch1-2/+12
2019-03-05agent: Minor change to the KEYTOCARD command.Werner Koch1-49/+29
2019-01-25agent: Support --mode=ssh option for CLEAR_PASSPHRASE.NIIBE Yutaka1-8/+10
2019-01-24common: Extend function percent_data_escape.Werner Koch1-1/+1
2018-10-24agent: Fix possible release of unitialize var in a genkey error case.Werner Koch1-1/+1
2018-10-22agent: Fix build regression for Windows.Werner Koch1-0/+5
2018-07-02agent: New commands PUT_SECRET and GET_SECRET.Werner Koch1-0/+210
2018-07-02agent: Fix segv running in --server modeWerner Koch1-9/+14
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-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-10-26agent, tests: Support --disable-scdaemon build case.NIIBE Yutaka1-3/+6
2017-10-19agent: Send pinentry the uid of connecting process where possible.Daniel Kahn Gillmor1-5/+13
2017-09-08gpg: default to 3072-bit RSA keys.Daniel Kahn Gillmor1-1/+1
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