cURL / Mailing Lists / curl-users / Single Mail

curl-users

does libcurl support NTLMv2 authentication over HTTP on Linux platform ?

From: Dushyant Chaudhary -X (duchaudh - ARICENT TECHNOLOGIES MAURIITIUS LIMITED at Ci <duchaudh_at_cisco.com>
Date: Wed, 9 Oct 2013 17:26:28 +0000

Hi ,

I am trying to find out whether latest version of CURL supports NTLMv2 authentication.
Following mail threads suggests that it is not supported.
1)http://curl.haxx.se/mail/lib-2013-04/0279.html
2) http://curl.haxx.se/mail/lib-2008-05/0371.html

But I browsed some of the code for CURL

Below link suggests that some patches has been provided by CURL related to NTRESPONSES
http://curl.haxx.se/mail/lib-2006-05/att-0219/patch3

Path : lib/curl_ntlm_msgs.c
      #if USE_NTLM2SESSION
     /* We don't support NTLM2 if we don't have USE_NTRESPONSES */
     if(ntlm->flags & NTLMFLAG_NEGOTIATE_NTLM2_KEY) {
       /* End of NTLM2 Session code */
I think above points suggest that libcurl supports NTLMv2

Could anyone please provide clarification of the same?

Thanks and Regards
Dushyant

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-10-09