From 92d7dbf6cea9dc43bd55e353c9b38315791a6317 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 8 Feb 2002 01:56:45 +0000 Subject: Implementation of NTLM (aka "Secure Password Authentication") auth, taken * camel-sasl-ntlm.c: Implementation of NTLM (aka "Secure Password Authentication") auth, taken from soup. * Makefile.am (libcamel_la_SOURCES, libcamel_la_HEADERS): Add camel-sasl-ntlm. * camel-sasl.c: Add refs to camel-sasl-ntlm. * providers/imap/camel-imap-store.c (try_auth): Use imap_next_word() to skip over the "+ " of the continuation rather than just "resp + 2" since Exchange (incorrectly) returns "+" instead of "+ " for an empty continuation response. svn path=/trunk/; revision=15605 --- camel/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index a1e4aae40f..920cc6df90 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,18 @@ +2002-02-07 Dan Winship + + * camel-sasl-ntlm.c: Implementation of NTLM (aka "Secure Password + Authentication") auth, taken from soup. + + * Makefile.am (libcamel_la_SOURCES, libcamel_la_HEADERS): Add + camel-sasl-ntlm. + + * camel-sasl.c: Add refs to camel-sasl-ntlm. + + * providers/imap/camel-imap-store.c (try_auth): Use + imap_next_word() to skip over the "+ " of the continuation rather + than just "resp + 2" since Exchange (incorrectly) returns "+" + instead of "+ " for an empty continuation response. + 2002-02-06 Jeffrey Stedfast * camel-folder-summary.h: Remove the CAMEL_MESSAGE_NEEDS_REPLY -- cgit v1.2.3