simon-git: putty (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Fri May 25 12:33:28 BST 2018
TL;DR:
1bed56c Fix hang on failure of GSSAPI authentication.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2018-05-25 12:33:28
commit 1bed56cf572a150bdb4c7ae12b362c95901524a1
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=1bed56cf572a150bdb4c7ae12b362c95901524a1;hp=b8c4d042bd289bb4d75185d49cdf3ad2f7e695be
Author: Simon Tatham <anakin at pobox.com>
Date: Fri May 25 12:33:14 2018 +0100
Fix hang on failure of GSSAPI authentication.
Added a missing pq_push_front (see commit a41eefff4), without which
the SSH_MSG_USERAUTH_FAILURE was being dropped from the userauth
packet queue before returning to the top of the loop which waits for
it to arrive.
ssh.c | 1 +
1 file changed, 1 insertion(+)
More information about the tartarus-commits
mailing list