Revert "Update to 7.44.0"
[platform/upstream/curl.git] / lib / curl_ntlm.c
2016-04-07 seonah moonRevert "Update to 7.44.0" 72/65072/1
2016-04-07 Seonah MoonUpdate to 7.44.0 38/65038/2 submit/tizen/20160407.062150
2016-04-07 Seonah MoonImported Upstream version 7.44.0 35/65035/1
2016-04-07 seonah moonRevert "Imported Upstream version 7.44.0" 20/65020/1
2016-04-07 Seonah MoonImported Upstream version 7.44.0 13/65013/1
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-01-30 Steve Holmentlm: Fixed a memory leak when using NTLM with a proxy...
2014-01-29 Prash Dushntlm: Added support for NTLMv2
2014-01-02 Steve HolmeUpdated copyright year for recent changes
2014-01-02 Marc Hoerskenvtls/nssg.h: fixed include references to moved file
2013-10-31 Steve Holmehttp: Added authentication message header value extraction
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-03-25 Yang TseNTLM: fix several NTLM code paths memory leaks
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-08-03 Joe MasonCleanup handshake after clean NTLM failure
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-03 Steve HolmeCurl_ntlm_create_typeX_message: Added the outlen parameter
2011-09-03 Yang Tsefix a bunch of MSVC compiler warnings
2011-08-28 Yang TseNTLM: header inclusion cleanup
2011-08-28 Yang TseNTLM: END of refactoring/splitting/moving
2011-08-27 Yang TseNTLM: move NTLM core specifics into curl_ntlm_core...
2011-08-27 Yang TseNTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]
2011-08-25 Steve Holmehttp NTLM: refactoring followup
2011-08-24 Yang Tsebase64: fix Curl_base64_encode and Curl_base64_decode...
2011-08-22 Steve Holmehttp NTLM: remaining bits from 0001-Moved-ntlm-[.....
2011-08-14 Yang Tsehttp NTLM: fix 8 compiler warnings
2011-08-14 Yang Tsehttp NTLM: split http_ntlm.[ch] between http_ntlm....