summaryrefslogtreecommitdiffstats
path: root/agent/command-ssh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Add KEYATTR command.NIIBE Yutaka2022-06-221-1/+1
* agent,ssh: Fix for make not-inserted OpenPGP.3 keys available for SSH.Werner Koch2022-06-151-5/+8
* agent,ssh: Make not-inserted OpenPGP.3 keys available for SSH.NIIBE Yutaka2022-05-261-80/+160
* agent: Fix a bug accessing after release when opt.verbose.NIIBE Yutaka2022-05-201-4/+4
* agent: Factor out handling scanning over ssh keys.NIIBE Yutaka2022-05-201-42/+48
* ssh: Returned faked response for the new session-bind extension.Werner Koch2022-04-141-0/+14
* agent: Ignore MD5 Fingerprints for ssh keysJakub Jelen2022-04-141-2/+4
* agent: Fix for possible support of Cygwin OpenSSH.NIIBE Yutaka2022-04-071-1/+5
* agent:w32: Fix for use of socket.NIIBE Yutaka2022-04-041-7/+7
* ssh: Fix adding an ed25519 key with a zero length comment.Werner Koch2022-01-281-4/+10
* A few minor code cleanups and typo fixes.Werner Koch2021-05-111-1/+1
* agent: Skip unknown unknown ssh curves seen on cards.Werner Koch2021-03-291-6/+16
* gpg: New option --no-auto-trust-new-key.Beta-2.3.0-beta1655Werner Koch2021-03-151-1/+1
* agent: Support ssh-agent extensions for environment variables.Werner Koch2021-01-251-1/+85
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-201-12/+12
* agent: Allow to pass a timestamp to genkey and import.Werner Koch2020-08-171-2/+4
* agent: Add option --pss to pksign to be used by smartcards.Werner Koch2020-08-101-0/+1
* agent: separate out daemon handling infrastructure for reuseJames Bottomley2020-06-241-5/+5
* agent,ssh: Tighten condition for EdDSA.NIIBE Yutaka2020-06-051-2/+1
* agent: Remove duplicated code for EdDSA.NIIBE Yutaka2020-06-051-30/+10
* agent: Allow to use SETHASH for arbitrary data.Werner Koch2020-05-181-0/+2
* Spelling cleanup.Daniel Kahn Gillmor2020-02-191-1/+1
* agent: Allow signing with card key even without a stub key.Werner Koch2020-02-131-1/+1
* agent: handle SSH operation by KEYGRIP.NIIBE Yutaka2020-01-131-86/+15
* agent: SSH: SCD KEYINFO to list available keys.NIIBE Yutaka2020-01-091-36/+21
* agent: For SSH key, don't put NUL-byte at the end.NIIBE Yutaka2019-05-211-2/+2
* agent: Replace most assert by log_assert.Werner Koch2019-05-141-3/+2
* agent: Put Token lines into the key files.Werner Koch2019-05-031-1/+1
* ssh: Simplify the curve name lookup.Werner Koch2019-01-171-84/+54
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-1/+1
* ssh: Fix possible infinite loop in case of an read error.Werner Koch2018-10-241-3/+4
* agent: Fix build regression for Windows.Werner Koch2018-10-221-8/+10
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-04-101-7/+39
|\
| * agent: Improve the unknown ssh flag detection.Werner Koch2018-04-101-24/+31
| * agent: unknown flags on ssh signing requests cause an error.Daniel Kahn Gillmor2018-04-101-1/+9
| * agent: change documentation reference for ssh-agent protocol.Daniel Kahn Gillmor2018-04-101-2/+4
| * agent: Support SSH signature flags.NIIBE Yutaka2018-04-061-1/+16
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-03-271-1/+1
|\|
| * agent: Make the request origin a part of the cache items.Werner Koch2018-03-271-1/+1
* | agent: Fix sending connecting process uid to pinentry.NIIBE Yutaka2018-01-261-1/+9
* | Merge branch 'STABLE-BRANCH-2-2' into masterNIIBE Yutaka2018-01-261-0/+3
|\|
| * agent: Fix last commit.NIIBE Yutaka2018-01-261-0/+3
| * agent: More fix for get_client_pid for portability.NIIBE Yutaka2018-01-261-2/+2
* | agent: Send pinentry the uid of connecting process where possible.Daniel Kahn Gillmor2017-10-191-6/+21
|/
* agent: Minor fix for Windows.NIIBE Yutaka2017-07-241-1/+1
* agent: Support unprotected ssh keys.Justus Winter2017-06-261-1/+12
* agent: Make digest algorithms for ssh fingerprints configurable.Justus Winter2017-05-241-2/+2
* agent: Write both ssh fingerprints to 'sshcontrol' file.Justus Winter2017-05-241-4/+18
* common: Support different digest algorithms for ssh fingerprints.Justus Winter2017-05-241-2/+2
* agent: Add const qualifier for read-only table.NIIBE Yutaka2017-05-221-5/+5