]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Reorganise the logging and display of messages about SSH
authorSimon Tatham <anakin@pobox.com>
Sat, 16 Jul 2011 12:06:32 +0000 (12:06 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 16 Jul 2011 12:06:32 +0000 (12:06 +0000)
commit0b79fe0bcbfd4113e8ed413fe0c8e0bbd34ea5b2
treeaa742b37f5ea6723862205ea3d10964c335f6093
parent8cd720d608ef06db0a23da1c05845147c2839e29
Reorganise the logging and display of messages about SSH
authentication. We should now produce an Event Log entry for every
authentication attempted and every authentication failure; meanwhile,
messages in the PuTTY window will not be generated for the failure of
auth types unless we also announced in the PuTTY window that we were
trying them. (GSSAPI was getting the latter wrong, leading to spurious
'Access denied' for many users of 0.61.)

[originally from svn r9226]
ssh.c