aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command-ssh.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-10-09agent: Fix function return type for check_cb and agent_askpin.NIIBE Yutaka1-3/+3
2015-10-02agent: Fix alignment problem with the second passphrase struct.Werner Koch1-3/+12
2015-09-16agent: Fix registering SSH Key of Ed25519.NIIBE Yutaka1-6/+8
2015-09-01agent: Protect commit 135b1e3 against misbehaving Libgcrypt.Werner Koch1-1/+1
2015-08-31agent: Fix SSH public key for EdDSA.NIIBE Yutaka1-0/+5
2015-08-24agent: Raise the maximum password length. Don't hard code it.Neal H. Walfield1-4/+4
2015-06-30agent: Use different translation func for Pinentry strings.Werner Koch1-14/+14
2015-04-14agent: Send the new SETKEYINFO command to the Pinentry.Werner Koch1-2/+2
2015-03-15agent: Fix length test in sshcontrol parser.Werner Koch1-1/+1
2015-03-15agent: Remove useless conditions.Werner Koch1-1/+1
2014-12-19agent: Keep the session environment for restricted connections.Werner Koch1-34/+2
2014-12-02agent: Replace some sprintf.Werner Koch1-4/+1
2014-11-04Change a couple of files to use abbreviated copyright notes.Werner Koch1-2/+2
2014-10-24agent: Support pinentries with integrated repeat passphrase feature.Werner Koch1-2/+4
2014-09-18agent: Remove left over debug output.Werner Koch1-2/+0
2014-05-08agent: Fix auth key comment handling.NIIBE Yutaka1-1/+3
2014-04-15agent: Add command DELETE_KEY.Werner Koch1-2/+4
2014-04-04agent: EdDSA support for SSH.NIIBE Yutaka1-23/+7
2014-03-23agent: Replace es_mopen by es_fopenmem for ssh.Werner Koch1-27/+15
2014-03-22agent: Put ssh key type as comment into sshcontrol.Werner Koch1-13/+20
2014-03-22agent: Support the Ed25519 signature algorithm for ssh.Werner Koch1-521/+761
2014-03-22agent: Cleanups to prepare implementation of Ed25519.Werner Koch1-1/+2
2014-03-07agent: Fix UPDATESTARTUPTTY for ssh.Werner Koch1-2/+1
2014-03-07ssh: Add support for Putty.Werner Koch1-0/+146
2014-03-07agent: Fix binary vs. text mode problem in ssh.Werner Koch1-32/+39
2013-08-28Fix commit 04e2c83f.Werner Koch1-1/+2
2013-08-28agent: Fix two compiler warnings.Werner Koch1-0/+2
2013-08-08agent: Extend cmd KEYINFO to return data from sshcontrol.Werner Koch1-15/+95
2013-06-27Modernize two format string file name quotes.Werner Koch1-2/+2
2013-02-22Remove some unused variables.Werner Koch1-0/+2
2012-12-12ssh: Support ECDSA keys.Werner Koch1-96/+307
2012-12-11ssh: Rewrite a function for better maintainabilityWerner Koch1-40/+41
2012-12-10ssh: Improve key lookup for many keys.Werner Koch1-154/+166
2012-12-10ssh: Cleanup sshcontrol file access code.Werner Koch1-61/+104
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-6/+6
2011-11-28Improve ssh card key diagnostic message.Werner Koch1-2/+3
2011-08-10Fixed set but unused variable bugsWerner Koch1-2/+0
2011-07-22Fix crash while reading unsupported ssh keys.Werner Koch1-12/+6
2011-07-20Support a confirm flag for ssh.Werner Koch1-22/+133
2011-06-29Added gpg-agent OPTION "s2k-count".Ben Kibbey1-1/+1
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-62/+62
2010-10-13More agent support for gpg.Werner Koch1-2/+2
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-2/+2
2010-09-01s/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/.Werner Koch1-1/+1
2010-08-26.Werner Koch1-7/+5
2010-04-14Whole lot of changes to support CE.Werner Koch1-1/+2
2010-03-10Merged jnlib into common.Werner Koch1-1/+0
2009-07-07Reworked passing of envars to Pinentry.Werner Koch1-16/+28
2009-05-15Fix bug #1053Werner Koch1-12/+49