[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kioslave/http
From:       Szombathelyi György <gyurco () freemail ! hu>
Date:       2004-10-25 11:38:55
Message-ID: 20041025113855.820A616C22 () office ! kde ! org
[Download RAW message or body]

CVS commit by gyurco: 

Tried to unbreak NTLM authentication. Couldn't test it.
CCBUG: 92056


  M +2 -1      http.cc   1.628


--- kdelibs/kioslave/http/http.cc  #1.627:1.628
@@ -4853,5 +4853,6 @@ void HTTPProtocol::configAuth( char *p, 
 #endif
 #ifdef HAVE_LIBNTLM
-  else if ( strncasecmp( p, "NTLM", 4 ) == 0 && m_bPersistentProxyConnection )
+  else if ( strncasecmp( p, "NTLM", 4 ) == 0 && 
+    (( b && m_bPersistentProxyConnection ) || !b ) )
   {
     f = AUTH_NTLM;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic