Age | Commit message (Expand) | Author |
2004-05-04 | General HTTP authentication cleanup and fixes | Daniel Stenberg |
2004-03-30 | 'authdone' was added to the sessionhandle and thus was removed from the | Daniel Stenberg |
2004-03-22 | Enabled 'NT responses' in the NTLM type-3 message. | Daniel Stenberg |
2004-03-08 | don't compare signed/unsigned | Daniel Stenberg |
2004-03-08 | strlen() returns size_t | Daniel Stenberg |
2004-02-23 | adjusted to the modified base64 protos | Daniel Stenberg |
2004-02-23 | The base64 encode function now takes a size_t for size, not an int as | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
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 |