]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - doc/errors.but
r6437 broke the case where Pageant is running but contains no SSH-2 keys
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 13 Nov 2005 16:06:41 +0000 (16:06 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sun, 13 Nov 2005 16:06:41 +0000 (16:06 +0000)
commitde945281fc4752ecf5f2974b59298f6dbf6f51ee
tree12a75d79035ff486c90eb5f06ab13cd942b87868
parent59dca370bb6e5f88361fe3efd55d3e9d4bc68196
r6437 broke the case where Pageant is running but contains no SSH-2 keys
that the SSH-2 server is happy with. Fixed, and since I'm here, fix
`pubkeyfile-and-pageant' as well (for SSH-1 and SSH-2).
Also, in SSH-2, we now reexamine "methods that can continue" for every
Pageant key offer, which is technically more correct although it seems
unlikely that it was causing any real problems.
(It's not entirely pretty, but neither was the old code. We could probably
do with some sort of abstraction for public/private keys to avoid carting
lots of fiddly bits of data around.)

[originally from svn r6459]
[r6437 == 8719f92c1426609de7ead4a490a15d1d18875f53]
[this svn revision also touched putty-wishlist]
doc/config.but
doc/errors.but
ssh.c