aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command-ssh.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-15gpg: New option --no-auto-trust-new-key.Beta-2.3.0-beta1655Werner Koch1-1/+1
2021-01-25agent: Support ssh-agent extensions for environment variables.Werner Koch1-1/+85
2020-10-20Replace most of the remaining stdio calls by estream calls.Werner Koch1-12/+12
2020-08-17agent: Allow to pass a timestamp to genkey and import.Werner Koch1-2/+4
2020-08-10agent: Add option --pss to pksign to be used by smartcards.Werner Koch1-0/+1
2020-06-24agent: separate out daemon handling infrastructure for reuseJames Bottomley1-5/+5
2020-06-05agent,ssh: Tighten condition for EdDSA.NIIBE Yutaka1-2/+1
2020-06-05agent: Remove duplicated code for EdDSA.NIIBE Yutaka1-30/+10
2020-05-18agent: Allow to use SETHASH for arbitrary data.Werner Koch1-0/+2
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: handle SSH operation by KEYGRIP.NIIBE Yutaka1-86/+15
2020-01-09agent: SSH: SCD KEYINFO to list available keys.NIIBE Yutaka1-36/+21
2019-05-21agent: For SSH key, don't put NUL-byte at the end.NIIBE Yutaka1-2/+2
2019-05-14agent: Replace most assert by log_assert.Werner Koch1-3/+2
2019-05-03agent: Put Token lines into the key files.Werner Koch1-1/+1
2019-01-17ssh: Simplify the curve name lookup.Werner Koch1-84/+54
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-1/+1
2018-10-24ssh: Fix possible infinite loop in case of an read error.Werner Koch1-3/+4
2018-10-22agent: Fix build regression for Windows.Werner Koch1-8/+10
2018-04-10agent: Improve the unknown ssh flag detection.Werner Koch1-24/+31
2018-04-09agent: unknown flags on ssh signing requests cause an error.T3880-fixT3880Daniel Kahn Gillmor1-1/+9
2018-04-09agent: change documentation reference for ssh-agent protocol.Daniel Kahn Gillmor1-2/+4
2018-04-06agent: Support SSH signature flags.NIIBE Yutaka1-1/+16
2018-03-27agent: Make the request origin a part of the cache items.Werner Koch1-1/+1
2018-01-26agent: Fix sending connecting process uid to pinentry.NIIBE Yutaka1-1/+9
2018-01-26agent: Fix last commit.NIIBE Yutaka1-0/+3
2018-01-26agent: More fix for get_client_pid for portability.NIIBE Yutaka1-2/+2
2017-10-19agent: Send pinentry the uid of connecting process where possible.Daniel Kahn Gillmor1-6/+21
2017-07-24agent: Minor fix for Windows.NIIBE Yutaka1-1/+1
2017-06-26agent: Support unprotected ssh keys.Justus Winter1-1/+12
2017-05-24agent: Make digest algorithms for ssh fingerprints configurable.Justus Winter1-2/+2
2017-05-24agent: Write both ssh fingerprints to 'sshcontrol' file.Justus Winter1-4/+18
2017-05-24common: Support different digest algorithms for ssh fingerprints.Justus Winter1-2/+2
2017-05-22agent: Add const qualifier for read-only table.NIIBE Yutaka1-5/+5
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-2/+2
2017-04-17agent: Minor cleanup.NIIBE Yutaka1-1/+0
2017-04-14agent: Clean up error initialize/return.NIIBE Yutaka1-1/+0
2017-04-12agent: Simplify stream_read_cstring.NIIBE Yutaka1-7/+1
2017-04-04agent: Minor fix for get_client_pid.NIIBE Yutaka1-4/+6
2017-03-07agent: Resolve conflict of util.h.NIIBE Yutaka1-3/+3
2017-03-07agent: Add include files.NIIBE Yutaka1-0/+4
2017-03-07agent: Fix get_client_pid for portability.NIIBE Yutaka1-11/+32
2017-03-06agent: For SSH, robustly handling scdaemon's errors.NIIBE Yutaka1-10/+9
2017-02-21Clean up word replication.Yuri Chornoivan1-3/+3
2017-02-17agent: No cards is not an error.NIIBE Yutaka1-0/+6
2017-02-17agent: Send back all public keys for available cards.NIIBE Yutaka1-8/+68
2017-02-03agent: Tell the Pinentry the client's pid.Werner Koch1-0/+40
2017-01-23Update copyright notices for 2017.Werner Koch1-2/+2
2017-01-16agent: Ask specific SERIALNO for pksign/pkdecrypt.NIIBE Yutaka1-1/+1