| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid typecasting a signed char to an int when using is*() functions, as that | Daniel Stenberg | 2006-10-17 | 1 | -2/+2 |
* | Michele Bini fixed how the hostname is put in NTLM packages. As servers | Daniel Stenberg | 2006-09-09 | 1 | -0/+10 |
* | Fix compiler warnings | Yang Tse | 2006-07-19 | 1 | -8/+8 |
* | NTLM2 session response support | Daniel Stenberg | 2006-06-07 | 1 | -2/+51 |
* | readint_le() not needed in USE_WINDOWS_SSPI code. | Gisle Vanem | 2006-04-08 | 1 | -0/+2 |
* | Michele Bini modified the NTLM code to work for his "weird IIS case" | Daniel Stenberg | 2006-04-05 | 1 | -116/+299 |
* | Quagmire reported that he needed to raise a NTLM buffer for SSPI to work | Daniel Stenberg | 2005-11-14 | 1 | -8/+10 |
* | Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabled | Daniel Stenberg | 2005-11-08 | 1 | -18/+46 |
* | Make sure that the user and domain strings fit in the target buffer before we | Daniel Stenberg | 2005-10-13 | 1 | -0/+7 |
* | Avoid gcc warning "dereferencing type-punned pointer | Gisle Vanem | 2005-10-02 | 1 | -2/+3 |
* | Uses __stdcall instead of SEC_ENTRY since it seems (at least) mingw doesn't | Daniel Stenberg | 2005-09-20 | 1 | -1/+1 |
* | Dmitry Bartsevich made the SSPI support work on Windows 9x as well | Daniel Stenberg | 2005-09-19 | 1 | -6/+18 |
* | GnuTLS support added. There's now a "generic" SSL layer that we use all over | Daniel Stenberg | 2005-04-07 | 1 | -3/+2 |
* | hushing up more warnings | Daniel Stenberg | 2005-03-14 | 1 | -4/+4 |
* | Avoid "unused variable" warnings. | Gisle Vanem | 2005-03-14 | 1 | -0/+2 |
* | Fixed some compiler warnings. | Dan Fandrich | 2005-03-11 | 1 | -0/+2 |
* | Christopher R. Palmer made it possible to build libcurl with the | Daniel Stenberg | 2005-03-10 | 1 | -2/+180 |
* | Curl_base64_decode() now returns an allocated buffer | Daniel Stenberg | 2005-02-22 | 1 | -4/+4 |
* | Thanks for the notification iDEFENCE. We are the "initial vendor" and we sure | Daniel Stenberg | 2005-02-22 | 1 | -2/+6 |
* | Rene Bernhardt found and fixed a buffer overrun in the NTLM code, where | Daniel Stenberg | 2004-12-07 | 1 | -2/+4 |
* | explicit typecasts to prevent warnings | Daniel Stenberg | 2004-07-04 | 1 | -2/+2 |
* | typecasts to prevent compiler warnings | Daniel Stenberg | 2004-06-21 | 1 | -2/+2 |
* | remove trailing whitespace | Daniel Stenberg | 2004-05-25 | 1 | -22/+22 |
* | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg | 2004-05-11 | 1 | -2/+1 |
* | General HTTP authentication cleanup and fixes | Daniel Stenberg | 2004-05-04 | 1 | -8/+6 |
* | '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 |