summaryrefslogtreecommitdiffstats
path: root/agent/command-ssh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* 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
* agent: Raise the maximum password length. Don't hard code it.Neal H. Walfield2015-08-241-4/+4
* agent: Use different translation func for Pinentry strings.Werner Koch2015-06-301-14/+14
* agent: Send the new SETKEYINFO command to the Pinentry.Werner Koch2015-04-141-2/+2
* agent: Fix length test in sshcontrol parser.Werner Koch2015-03-151-1/+1
* agent: Remove useless conditions.Werner Koch2015-03-151-1/+1
* agent: Keep the session environment for restricted connections.Werner Koch2014-12-191-34/+2
* agent: Replace some sprintf.Werner Koch2014-12-021-4/+1
* Change a couple of files to use abbreviated copyright notes.Werner Koch2014-11-041-2/+2
* agent: Support pinentries with integrated repeat passphrase feature.Werner Koch2014-10-241-2/+4