From: Thomas Roessler Date: Wed, 16 Jul 2003 11:18:38 +0000 (+0000) Subject: # changelog commit X-Git-Tag: pre-type-punning-patch~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1127ba266b57360594001e37d8bb627c9b2b50a;p=mutt # changelog commit --- diff --git a/ChangeLog b/ChangeLog index cf0d65e8..4240ce48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,13 @@ -2003-07-16 11:17:31 Brendan Cully (roessler) +2003-07-16 11:18:12 Brendan Cully (roessler) + + * account.c, account.h, imap/auth_sasl.c, imap/imap.c: I noticed + that my mutt hung when I tried SASL DIGEST-MD5 authentication + (I'm not sure when this started). I believe this patch should + solve that problem in a reliable way. + + This patch also attempts to reuse connections even when + authentication fails, instead of just throwing away a perfectly + good socket. * curs_lib.c, enter.c, keymap.c, keymap.h, mutt.h, mutt_curses.h, mutt_ssl.c: This patch redoes yesterday's unbuffered input