index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
curl_ntlm_core.h
Age
Commit message (
Expand
)
Author
2020-02-23
ntlm: Removed the dependency on the TLS libaries when using MD5
Steve Holme
2019-11-07
ntlm: USE_WIN32_CRYPTO check removed to get USE_NTLM2SESSION set
Christian Schmitz
2019-04-23
ntlm: Support the NT response in the type-3 when OpenSSL doesn't include MD4
Steve Holme
2019-03-27
Revert "ntlm: remove USE_WIN32_CRYPTO check to get USE_NTLM2SESSION set"
Daniel Stenberg
2019-03-26
ntlm: remove USE_WIN32_CRYPTO check to get USE_NTLM2SESSION set
Christian Schmitz
2017-09-23
ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM header
Jay Satiro
2017-08-28
curl_ntlm_core: don't complain but #include OpenSSL header if needed
Johannes Schindelin
2017-03-29
NTLM: check for features with #ifdef instead of #if
Marcel Raad
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-03-05
openssl: remove all uses of USE_SSLEAY
Daniel Stenberg
2014-12-12
ntlm: Disable NTLM v2 when 64-bit integers are not supported
Steve Holme
2014-12-12
ntlm: Allow NTLM2Session messages when USE_NTRESPONSES manually defined
Steve Holme
2014-12-07
smb: Fixed Windows autoconf builds following commit eb88d778e7
Steve Holme
2014-12-07
ntlm: Use Windows Crypt API
Bill Nagel
2014-10-26
ntlm: Return CURLcode from Curl_ntlm_core_mk_lm_hash()
Steve Holme
2014-01-29
ntlm: Added support for NTLMv2
Prash Dush
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2011-08-28
NTLM: header inclusion cleanup
Yang Tse
2011-08-28
NTLM: move NTLM core specifics into curl_ntlm_core.[ch]
Yang Tse