Age | Commit message (Expand) | Author |
2007-02-21 | silence two cases of "comparison between signed and unsigned" | Daniel Stenberg |
2007-02-21 | curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h | Yang Tse |
2007-01-23 | - David McCreedy did NTLM changes mainly for non-ASCII platforms: | Daniel Stenberg |
2007-01-03 | - David McCreedy made changes to allow base64 encoding/decoding to work on | Daniel Stenberg |
2006-11-02 | prototype for gethostname is in unistd.h | Yang Tse |
2006-10-17 | Avoid typecasting a signed char to an int when using is*() functions, as that | Daniel Stenberg |
2006-09-09 | Michele Bini fixed how the hostname is put in NTLM packages. As servers | Daniel Stenberg |
2006-07-19 | Fix compiler warnings | Yang Tse |
2006-06-07 | NTLM2 session response support | Daniel Stenberg |
2006-04-08 | readint_le() not needed in USE_WINDOWS_SSPI code. | Gisle Vanem |
2006-04-05 | Michele Bini modified the NTLM code to work for his "weird IIS case" | Daniel Stenberg |
2005-11-14 | Quagmire reported that he needed to raise a NTLM buffer for SSPI to work | Daniel Stenberg |
2005-11-08 | Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabled | Daniel Stenberg |
2005-10-13 | Make sure that the user and domain strings fit in the target buffer before we | Daniel Stenberg |
2005-10-02 | Avoid gcc warning "dereferencing type-punned pointer | Gisle Vanem |
2005-09-20 | Uses __stdcall instead of SEC_ENTRY since it seems (at least) mingw doesn't | Daniel Stenberg |
2005-09-19 | Dmitry Bartsevich made the SSPI support work on Windows 9x as well | Daniel Stenberg |
2005-04-07 | GnuTLS support added. There's now a "generic" SSL layer that we use all over | Daniel Stenberg |
2005-03-14 | hushing up more warnings | Daniel Stenberg |
2005-03-14 | Avoid "unused variable" warnings. | Gisle Vanem |
2005-03-11 | Fixed some compiler warnings. | Dan Fandrich |
2005-03-10 | Christopher R. Palmer made it possible to build libcurl with the | Daniel Stenberg |
2005-02-22 | Curl_base64_decode() now returns an allocated buffer | Daniel Stenberg |
2005-02-22 | Thanks for the notification iDEFENCE. We are the "initial vendor" and we sure | Daniel Stenberg |
2004-12-07 | Rene Bernhardt found and fixed a buffer overrun in the NTLM code, where | Daniel Stenberg |
2004-07-04 | explicit typecasts to prevent warnings | Daniel Stenberg |
2004-06-21 | typecasts to prevent compiler warnings | Daniel Stenberg |
2004-05-25 | remove trailing whitespace | Daniel Stenberg |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg |
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 |