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
/
http_ntlm.c
Age
Commit message (
Expand
)
Author
2003-10-17
typecasts to prevent warnings
Daniel Stenberg
2003-10-17
make no user or no password just mean blank fields, not aborted operation
Daniel Stenberg
2003-10-05
weird typo removed
Daniel Stenberg
2003-09-15
When we issue a HTTP request, first make sure if the authentication phase
Daniel Stenberg
2003-09-04
no user or password set, bail out
Daniel Stenberg
2003-08-11
added include "http.h" to prevent a warning
Daniel Stenberg
2003-08-11
Serge Semashko added CURLOPT_PROXYAUTH support, and now NTLM for proxies
Daniel Stenberg
2003-07-22
More support for NTLM on proxies, now proxy state and nonce is stored in
Daniel Stenberg
2003-07-21
adjusted to support NTLM for proxies
Daniel Stenberg
2003-07-19
Access the user and passwd fields from the connectdata struct now instead
Daniel Stenberg
2003-07-15
Moved the NTLM credentials to the connectdata struct instead, as NTLM
Daniel Stenberg
2003-07-15
Dan Winship's patch added that makes use of DOMAIN\USER or DOMAIN/USER
Daniel Stenberg
2003-06-26
Many fixes, most of them based on comments by Eric Glass
Daniel Stenberg
2003-06-13
Cris Bailiff's patch that should make us do NTLM correctly. When we've
Daniel Stenberg
2003-06-13
Cris Bailiff's bugfix
Daniel Stenberg
2003-06-13
use more curlish strings, these should be able to change...
Daniel Stenberg
2003-06-12
modified
Daniel Stenberg
2003-06-12
make it build with older OpenSSL
Daniel Stenberg
2003-06-12
attempt to make older OpenSSL versions work with the DES stuff
Daniel Stenberg
2003-06-11
fixing details for NTLM
Daniel Stenberg
2003-06-11
more how I envision it _should_ work, but it still doesn't...
Daniel Stenberg
2003-06-11
correct mistakes
Daniel Stenberg
2003-06-11
Initial take at NTLM authentication. It doesn't really work at this point
Daniel Stenberg
[prev]