]> granicus.if.org Git - curl/commit
http NTLM: remaining bits from 0001-Moved-ntlm-[...]-curl_ntlm-mod_3.patch
authorSteve Holme <steve_holme@hotmail.com>
Mon, 22 Aug 2011 14:42:59 +0000 (16:42 +0200)
committerYang Tse <yangsita@gmail.com>
Mon, 22 Aug 2011 14:42:59 +0000 (16:42 +0200)
commit006b011cdf1a9469efb83bb38022b7ee8df784d7
treec7c0cb0105b45a3ae76e2bf82f2a50f70fe57c06
parenta659cc4794f97c12b46fa1286539274e3c37a1e0
http NTLM: remaining bits from 0001-Moved-ntlm-[...]-curl_ntlm-mod_3.patch

* Added function comments:
    - Curl_ntlm_decode_type2_message
    - Curl_ntlm_create_type1_message
    - Curl_ntlm_create_type3_message

* Modification of ntlm processing state to NTLMSTATE_TYPE2 is now done
  only when Curl_ntlm_decode_type2_message() has fully succeeded.
lib/curl_ntlm.c
lib/http_ntlm.c