fetchmail-friends
[Top] [All Lists]

Re: 5.6.8 - NTLM broken

2001-02-27 10:26:06
Andrej Borsenkow <Andrej(_dot_)Borsenkow(_at_)mow(_dot_)siemens(_dot_)ru>:
Updated from 5.6.5 and cannot connect to Exchange. After client sends
challenge response it just gets timeout.

This patch will fix the bug:

--- imap.c      2001/02/19 21:17:27     1.215
+++ imap.c      2001/02/27 17:23:28     1.216
@@ -193,8 +193,7 @@
     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)))
-- 
                <a href="http://www.tuxedo.org/~esr/";>Eric S. Raymond</a>

"Boys who own legal firearms have much lower rates of delinquency and
drug use and are even slightly less delinquent than nonowners of guns."
        -- U.S. Department of Justice, National Institute of
           Justice, Office of Juvenile Justice and Delinquency Prevention,
           NCJ-143454, "Urban Delinquency and Substance Abuse," August 1995.


<Prev in Thread] Current Thread [Next in Thread>