summaryrefslogtreecommitdiffstats
path: root/agent/command-ssh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* agent: Remove left over debug output.Werner Koch2014-09-181-2/+0
* agent: Fix auth key comment handling.NIIBE Yutaka2014-05-081-1/+3
* agent: Add command DELETE_KEY.Werner Koch2014-04-151-2/+4
* agent: EdDSA support for SSH.NIIBE Yutaka2014-04-041-23/+7
* agent: Replace es_mopen by es_fopenmem for ssh.Werner Koch2014-03-231-27/+15
* agent: Put ssh key type as comment into sshcontrol.Werner Koch2014-03-221-13/+20
* agent: Support the Ed25519 signature algorithm for ssh.Werner Koch2014-03-221-521/+761
* agent: Cleanups to prepare implementation of Ed25519.Werner Koch2014-03-221-1/+2
* agent: Fix UPDATESTARTUPTTY for ssh.Werner Koch2014-03-071-2/+1
* ssh: Add support for Putty.Werner Koch2014-03-071-0/+146
* agent: Fix binary vs. text mode problem in ssh.Werner Koch2014-03-071-32/+39
* Fix commit 04e2c83f.Werner Koch2013-08-281-1/+2
* agent: Fix two compiler warnings.Werner Koch2013-08-281-0/+2
* agent: Extend cmd KEYINFO to return data from sshcontrol.Werner Koch2013-08-081-15/+95
* Modernize two format string file name quotes.Werner Koch2013-06-271-2/+2
* Remove some unused variables.Werner Koch2013-02-221-0/+2
* ssh: Support ECDSA keys.Werner Koch2012-12-121-96/+307
* ssh: Rewrite a function for better maintainabilityWerner Koch2012-12-111-40/+41
* ssh: Improve key lookup for many keys.Werner Koch2012-12-101-154/+166
* ssh: Cleanup sshcontrol file access code.Werner Koch2012-12-101-61/+104
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-6/+6
* Improve ssh card key diagnostic message.Werner Koch2011-11-281-2/+3