[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-11-05 11:01:36
Message-ID: 20041105110136.DE32916C98 () office ! kde ! org
[Download RAW message or body]

CVS commit by gyurco: 

NTLM authentication is true Unicode now.


  M +6 -6      http.cc   1.632


--- kdelibs/kioslave/http/http.cc  #1.631:1.632
@@ -5381,6 +5381,6 @@ QString HTTPProtocol::createNTLMAuth( bo
 {
   uint len;
-  QString auth;
-  QCString user, passwd, strauth;
+  QString auth, user, passwd;
+  QCString strauth;
   QByteArray buf;
 
@@ -5388,6 +5388,6 @@ QString HTTPProtocol::createNTLMAuth( bo
   {
     auth = "Proxy-Authorization: NTLM ";
-    user = m_proxyURL.user().latin1();
-    passwd = m_proxyURL.pass().latin1();
+    user = m_proxyURL.user();
+    passwd = m_proxyURL.pass();
     strauth = m_strProxyAuthorization.latin1();
     len = m_strProxyAuthorization.length();
@@ -5396,6 +5396,6 @@ QString HTTPProtocol::createNTLMAuth( bo
   {
     auth = "Authorization: NTLM ";
-    user = m_state.user.latin1();
-    passwd = m_state.passwd.latin1();
+    user = m_state.user;
+    passwd = m_state.passwd;
     strauth = m_strAuthorization.latin1();
     len = m_strAuthorization.length();


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

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