| Commit message (Expand) | Author | Age | Files | Lines |
* | 'authdone' was added to the sessionhandle and thus was removed from the | Daniel Stenberg | 2004-03-30 | 1 | -5/+6 |
* | Enabled 'NT responses' in the NTLM type-3 message. | Daniel Stenberg | 2004-03-22 | 1 | -1/+1 |
* | don't compare signed/unsigned | Daniel Stenberg | 2004-03-08 | 1 | -1/+1 |
* | strlen() returns size_t | Daniel Stenberg | 2004-03-08 | 1 | -3/+3 |
* | adjusted to the modified base64 protos | Daniel Stenberg | 2004-02-23 | 1 | -3/+3 |
* | The base64 encode function now takes a size_t for size, not an int as | Daniel Stenberg | 2004-02-23 | 1 | -1/+1 |
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
* | typecasts to prevent warnings | Daniel Stenberg | 2003-10-17 | 1 | -2/+2 |
* | make no user or no password just mean blank fields, not aborted operation | Daniel Stenberg | 2003-10-17 | 1 | -3/+6 |
* | weird typo removed | Daniel Stenberg | 2003-10-05 | 1 | -1/+1 |
* | When we issue a HTTP request, first make sure if the authentication phase | Daniel Stenberg | 2003-09-15 | 1 | -1/+6 |
* | no user or password set, bail out | Daniel Stenberg | 2003-09-04 | 1 | -0/+4 |
* | added include "http.h" to prevent a warning | Daniel Stenberg | 2003-08-11 | 1 | -0/+1 |
* | Serge Semashko added CURLOPT_PROXYAUTH support, and now NTLM for proxies | Daniel Stenberg | 2003-08-11 | 1 | -1/+4 |
* | More support for NTLM on proxies, now proxy state and nonce is stored in | Daniel Stenberg | 2003-07-22 | 1 | -23/+32 |
* | adjusted to support NTLM for proxies | Daniel Stenberg | 2003-07-21 | 1 | -18/+39 |
* | Access the user and passwd fields from the connectdata struct now instead | Daniel Stenberg | 2003-07-19 | 1 | -6/+9 |
* | Moved the NTLM credentials to the connectdata struct instead, as NTLM | Daniel Stenberg | 2003-07-15 | 1 | -9/+7 |
* | Dan Winship's patch added that makes use of DOMAIN\USER or DOMAIN/USER | Daniel Stenberg | 2003-07-15 | 1 | -10/+21 |
* | Many fixes, most of them based on comments by Eric Glass | Daniel Stenberg | 2003-06-26 | 1 | -179/+131 |
* | Cris Bailiff's patch that should make us do NTLM correctly. When we've | Daniel Stenberg | 2003-06-13 | 1 | -1/+13 |
* | Cris Bailiff's bugfix | Daniel Stenberg | 2003-06-13 | 1 | -6/+5 |
* | use more curlish strings, these should be able to change... | Daniel Stenberg | 2003-06-13 | 1 | -2/+2 |
* | modified | Daniel Stenberg | 2003-06-12 | 1 | -6/+15 |
* | make it build with older OpenSSL | Daniel Stenberg | 2003-06-12 | 1 | -15/+23 |
* | attempt to make older OpenSSL versions work with the DES stuff | Daniel Stenberg | 2003-06-12 | 1 | -0/+9 |
* | fixing details for NTLM | Daniel Stenberg | 2003-06-11 | 1 | -18/+38 |
* | more how I envision it _should_ work, but it still doesn't... | Daniel Stenberg | 2003-06-11 | 1 | -21/+44 |
* | correct mistakes | Daniel Stenberg | 2003-06-11 | 1 | -11/+7 |
* | Initial take at NTLM authentication. It doesn't really work at this point | Daniel Stenberg | 2003-06-11 | 1 | -0/+501 |