Revert "Update to 7.40.1"
[platform/upstream/curl.git] / lib / curl_ntlm_core.c
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-06-11 Daniel StenbergNTLM: set a fake entropy for debug builds with CURL_ENT...
2014-05-04 Steve Holmecurl_ntlm_core: Fixed use of long long for VC6 and VC7
2014-01-29 Daniel StenbergNTLM: error: conversion to 'int' from 'long int' may...
2014-01-29 Steve Holmentlm: Use a timestamp of 01/01/1970 for the test suite
2014-01-29 Steve Holmentlm: Updated Curl_ntlm_core_mk_ntlmv2_resp() to use...
2014-01-29 Steve Holmentlm: Added cross platform support for writing NTLMv2...
2014-01-29 Prash Dushntlm: Added support for NTLMv2
2013-02-16 Nick Zitzmannntlm_core: fix compiler warning when building with...
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-06-27 Nick ZitzmannDarwinSSL: allow using NTLM authentication
2012-05-22 Tatsuhiro TsujikawaFixed compile error with GNUTLS+NETTLE
2011-11-19 Martin StorsjoAdd support for using nettle instead of gcrypt as gnutl...
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-08-28 Yang TseNTLM: header inclusion cleanup
2011-08-27 Yang TseNTLM: move NTLM core specifics into curl_ntlm_core...