aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command-ssh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* agent: Implement new protection mode openpgp-s2k3-ocb-aes.Werner Koch2016-04-121-1/+1
* ssh: Accept OpenSSH *cert-v01 key variants.Werner Koch2016-01-121-38/+136
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* agent: Fix function return type for check_cb and agent_askpin.NIIBE Yutaka2015-10-091-3/+3
* agent: Fix alignment problem with the second passphrase struct.Werner Koch2015-10-021-3/+12
* agent: Fix registering SSH Key of Ed25519.NIIBE Yutaka2015-09-161-6/+8
* agent: Protect commit 135b1e3 against misbehaving Libgcrypt.Werner Koch2015-09-011-1/+1
* agent: Fix SSH public key for EdDSA.NIIBE Yutaka2015-08-311-0/+5