Revert "Update to 7.40.1"
[platform/upstream/curl.git] / lib / curl_ntlm_msgs.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-04-06 Steve Holmesasl: Post DIGEST-MD5 SSPI code tidy up
2014-04-05 Steve Holmentlm: Moved the identity generation into shared SSPI...
2014-01-30 Steve Holmentlm: Use static client nonce for the test suite
2014-01-29 Steve Holmentlm: Coding style policing dating back to 2011
2014-01-29 Prash Dushntlm: Added support for NTLMv2
2013-12-20 Daniel Stenbergvtls: renamed sslgen.[ch] to vtls.[ch]
2013-12-20 Daniel Stenbergvtls: created subdir, moved sslgen.[ch] there, updated...
2013-03-25 Yang Tsecurl_ntlm_msgs.c: revert commit 463082bea4
2013-02-11 Steve Holmentlm: Updated comments for the addition of SASL support...
2013-02-08 Gisle Vanemntlm: fix memory leak
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-07-05 Daniel Stenbergcode police: narrow source to < 80 columns
2012-07-05 Yang Tseunicode NTLM SSPI: cleanup
2012-07-03 Guenter KnaufMerge branch 'master' of ssh://github.com/bagder/curl
2012-07-03 Marc Hoerskencurl_ntlm_msgs.c: Removed unused variable passwd
2012-07-02 Yang Tsecurl_ntlm_msgs.c: include <tchar.h> for prototypes
2012-07-02 Christian Hägeleunicode NTLM SSPI: heap corruption fixed
2012-06-26 Daniel StenbergSSL cleanup: use crypto functions through the sslgen...
2012-06-16 Yang TseWin32: downplay MS bazillion type synonyms game
2012-06-15 Yang TseSSPI related code: Unicode support for WinCE - kill...
2012-06-15 Mark SalisburySSPI related code: Unicode support for WinCE
2012-06-11 Marc Hoerskencurl_ntlm_msgs.c: Fixed passwdlen not being used and...
2012-05-30 Steve Holmecurl_ntlm_msgs.c: Corrected small spelling mistake...
2012-01-16 Yang Tseadd LF termination to infof() trace string
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-10-13 Yang Tsecurl_ntlm_msgs.c: fix variable shadowing declaration...
2011-10-03 Steve HolmeCurl_ntlm_create_typeX_message: Added the outlen parameter
2011-09-25 Steve HolmeCurl_ntlm_create_type3_message: Tidied up the use of...
2011-09-25 Steve HolmeHOSTNAME_MAX: Moved to curl_gethostname.h
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