The enclosed patch also fixes a link error caused by pop_auth.c not using the correct MD5_* function names. The SASL code in mutt-devel is not able to authenticate via SASL to courier-imap and generates the following error:- Jul 17 19:55:46 arginine imapd-ssl: Invalid SASL response Jul 17 19:55:46 arginine imapd-ssl: malloc: No child processes Jul 17 19:55:52 arginine imapd-ssl: Unexpected SSL connection shutdown. Mutt complains about an invalid SASL response. Disabling compilation with SASL resolves the issue.
Patch enclosed. BMS
On Thu, Jul 17, 2003 at 20:06:41 +0100, Bruce M Simpson wrote: > The enclosed patch also fixes a link error caused by pop_auth.c > not using the correct MD5_* function names. > > The SASL code in mutt-devel is not able to authenticate via SASL > to courier-imap and generates the following error:- > > Jul 17 19:55:46 arginine imapd-ssl: Invalid SASL response > Jul 17 19:55:46 arginine imapd-ssl: malloc: No child processes > Jul 17 19:55:52 arginine imapd-ssl: Unexpected SSL connection shutdown. > > Mutt complains about an invalid SASL response. > > Disabling compilation with SASL resolves the issue. > This seems to be solved in the mutt cvs version. Anyway: I approve the submitted patch, so: please could a committer commit the patch to the tree. Best regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC CERT, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : udo.schweigert@siemens.com
State Changed From-To: open->closed Committed, thanks!