aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command-ssh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Fix leftover unprotected card backup key.Werner Koch2024-01-241-2/+2
* agent: Make --disable-extended-key-format a dummy option.Werner Koch2023-03-131-4/+4
* agent: Let READKEY update the display-s/n of the Token entry.Werner Koch2022-08-161-1/+1
* agent: Create and use Token entries to track the display s/n.Werner Koch2022-08-151-2/+8
* ssh: Fix adding an ed25519 key with a zero length comment.Werner Koch2022-01-281-4/+10
* agent: Skip unknown unknown ssh curves seen on cards.Werner Koch2021-05-031-7/+17
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-211-12/+12
* agent: Allow to pass a timestamp to genkey and import.Werner Koch2020-08-231-2/+3
* agent: For SSH key, don't put NUL-byte at the end.NIIBE Yutaka2019-05-211-2/+2
* ssh: Simplify the curve name lookup.Werner Koch2019-01-221-84/+54
* ssh: Fix possible infinite loop in case of an read error.Werner Koch2018-10-241-3/+4
* agent: Improve the unknown ssh flag detection.Werner Koch2018-04-101-24/+31
* agent: unknown flags on ssh signing requests cause an error.T3880-fixT3880Daniel Kahn Gillmor2018-04-091-1/+9
* agent: change documentation reference for ssh-agent protocol.Daniel Kahn Gillmor2018-04-091-2/+4
* agent: Support SSH signature flags.NIIBE Yutaka2018-04-061-1/+16
* agent: Make the request origin a part of the cache items.Werner Koch2018-03-271-1/+1
* 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: 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
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-2/+2
* agent: Minor cleanup.NIIBE Yutaka2017-04-171-1/+0
* agent: Clean up error initialize/return.NIIBE Yutaka2017-04-141-1/+0
* agent: Simplify stream_read_cstring.NIIBE Yutaka2017-04-121-7/+1
* agent: Minor fix for get_client_pid.NIIBE Yutaka2017-04-041-4/+6
* agent: Resolve conflict of util.h.NIIBE Yutaka2017-03-071-3/+3
* agent: Add include files.NIIBE Yutaka2017-03-071-0/+4
* agent: Fix get_client_pid for portability.NIIBE Yutaka2017-03-071-11/+32
* agent: For SSH, robustly handling scdaemon's errors.NIIBE Yutaka2017-03-061-10/+9
* Clean up word replication.Yuri Chornoivan2017-02-211-3/+3
* agent: No cards is not an error.NIIBE Yutaka2017-02-171-0/+6
* agent: Send back all public keys for available cards.NIIBE Yutaka2017-02-171-8/+68
* agent: Tell the Pinentry the client's pid.Werner Koch2017-02-031-0/+40
* Update copyright notices for 2017.Werner Koch2017-01-231-2/+2
* agent: Ask specific SERIALNO for pksign/pkdecrypt.NIIBE Yutaka2017-01-161-1/+1
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* Fix typos.Justus Winter2016-10-271-1/+1
* agent: Add --card option for READKEY.NIIBE Yutaka2016-10-201-31/+1
* Fix more spellingDaniel Kahn Gillmor2016-09-171-1/+1
* agent: SSH support fix.NIIBE Yutaka2016-08-101-1/+3
* agent: Fix regression in recent ssh changes.Werner Koch2016-08-091-3/+9
* agent: SSH support improvement.NIIBE Yutaka2016-08-091-1/+1
* agent: More clean up of SSH support.NIIBE Yutaka2016-08-081-94/+29
* agent: Clean up SSH support.NIIBE Yutaka2016-08-061-127/+11
* agent: Add known keys to sshcontrol.Justus Winter2016-07-191-7/+9
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-071-2/+2