aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command-ssh.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-24agent: Minor fix for Windows.NIIBE Yutaka1-1/+1
2017-06-26agent: Support unprotected ssh keys.Justus Winter1-1/+12
2017-05-24agent: Make digest algorithms for ssh fingerprints configurable.Justus Winter1-2/+2
2017-05-24agent: Write both ssh fingerprints to 'sshcontrol' file.Justus Winter1-4/+18
2017-05-24common: Support different digest algorithms for ssh fingerprints.Justus Winter1-2/+2
2017-05-22agent: Add const qualifier for read-only table.NIIBE Yutaka1-5/+5
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-2/+2
2017-04-17agent: Minor cleanup.NIIBE Yutaka1-1/+0
2017-04-14agent: Clean up error initialize/return.NIIBE Yutaka1-1/+0
2017-04-12agent: Simplify stream_read_cstring.NIIBE Yutaka1-7/+1
2017-04-04agent: Minor fix for get_client_pid.NIIBE Yutaka1-4/+6
2017-03-07agent: Resolve conflict of util.h.NIIBE Yutaka1-3/+3
2017-03-07agent: Add include files.NIIBE Yutaka1-0/+4
2017-03-07agent: Fix get_client_pid for portability.NIIBE Yutaka1-11/+32
2017-03-06agent: For SSH, robustly handling scdaemon's errors.NIIBE Yutaka1-10/+9
2017-02-21Clean up word replication.Yuri Chornoivan1-3/+3
2017-02-17agent: No cards is not an error.NIIBE Yutaka1-0/+6
2017-02-17agent: Send back all public keys for available cards.NIIBE Yutaka1-8/+68
2017-02-03agent: Tell the Pinentry the client's pid.Werner Koch1-0/+40
2017-01-23Update copyright notices for 2017.Werner Koch1-2/+2
2017-01-16agent: Ask specific SERIALNO for pksign/pkdecrypt.NIIBE Yutaka1-1/+1
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-10-27Fix typos.Justus Winter1-1/+1
2016-10-20agent: Add --card option for READKEY.NIIBE Yutaka1-31/+1
2016-09-17Fix more spellingDaniel Kahn Gillmor1-1/+1
2016-08-10agent: SSH support fix.NIIBE Yutaka1-1/+3
2016-08-09agent: Fix regression in recent ssh changes.Werner Koch1-3/+9
2016-08-09agent: SSH support improvement.NIIBE Yutaka1-1/+1
2016-08-08agent: More clean up of SSH support.NIIBE Yutaka1-94/+29
2016-08-06agent: Clean up SSH support.NIIBE Yutaka1-127/+11
2016-07-19agent: Add known keys to sshcontrol.Justus Winter1-7/+9
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-2/+2
2016-04-12agent: Implement new protection mode openpgp-s2k3-ocb-aes.Werner Koch1-1/+1
2016-01-12ssh: Accept OpenSSH *cert-v01 key variants.Werner Koch1-38/+136
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