aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-02-27 17:23:28 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-02-27 17:23:28 +0000
commit59ba66d551d23c4efd4360a7c1f7a53ee2793a4e (patch)
treeb1bd91179720505b3f09f9582d2cc83cbca00727
parent32e07fdf8b52ce62ec9b898b12a0a79a4fb0c9d4 (diff)
downloadfetchmail-59ba66d551d23c4efd4360a7c1f7a53ee2793a4e.tar.gz
fetchmail-59ba66d551d23c4efd4360a7c1f7a53ee2793a4e.tar.bz2
fetchmail-59ba66d551d23c4efd4360a7c1f7a53ee2793a4e.zip
Fixed NTLM to work again.
svn path=/trunk/; revision=3159
-rw-r--r--NEWS1
-rw-r--r--imap.c3
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e7dd076a..ee711b8b 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@
(The `lines' figures total .c, .h, .l, and .y files under version control.)
* Updated Danish translation from Byrial Jensen.
+* Fixed bug in NTLM support
fetchmail-5.6.8 (Thu Feb 22 02:57:31 EST 2001), 20110 lines:
diff --git a/imap.c b/imap.c
index bf1552b9..08ca65c5 100644
--- a/imap.c
+++ b/imap.c
@@ -193,8 +193,7 @@ static int do_imap_ntlm(int sock, struct query *ctl)
if (outlevel >= O_MONITOR)
report(stdout, "IMAP> %s\n", msgbuf);
-
-
+ strcat(msgbuf,"\r\n");
SockWrite (sock, msgbuf, strlen (msgbuf));
if ((result = gen_recv (sock, msgbuf, sizeof msgbuf)))