Commit History

Author SHA1 Message Date
  Gisle Vanem 76c24a0d82 Avoid "unused variable" warnings. 20 years ago
  Dan Fandrich fb9ae9d0e2 Fixed some compiler warnings. 20 years ago
  Daniel Stenberg d1d35ba85f Christopher R. Palmer made it possible to build libcurl with the 20 years ago
  Daniel Stenberg 527f70e540 Curl_base64_decode() now returns an allocated buffer 20 years ago
  Daniel Stenberg 19f66c7575 Thanks for the notification iDEFENCE. We are the "initial vendor" and we sure 20 years ago
  Daniel Stenberg 80a324386b Rene Bernhardt found and fixed a buffer overrun in the NTLM code, where 20 years ago
  Daniel Stenberg dfda9cc007 explicit typecasts to prevent warnings 20 years ago
  Daniel Stenberg 29c546b426 typecasts to prevent compiler warnings 20 years ago
  Daniel Stenberg 6531a6116d remove trailing whitespace 20 years ago
  Daniel Stenberg bbafb2eb27 curl_global_init_mem() allows the memory functions to be replaced. 20 years ago
  Daniel Stenberg fc6eff13b5 General HTTP authentication cleanup and fixes 20 years ago
  Daniel Stenberg 5e75c310ba 'authdone' was added to the sessionhandle and thus was removed from the 21 years ago
  Daniel Stenberg dd1ba7633e Enabled 'NT responses' in the NTLM type-3 message. 21 years ago
  Daniel Stenberg 702021e099 don't compare signed/unsigned 21 years ago
  Daniel Stenberg 72a4715dff strlen() returns size_t 21 years ago
  Daniel Stenberg f493081004 adjusted to the modified base64 protos 21 years ago
  Daniel Stenberg 1aba4c519b The base64 encode function now takes a size_t for size, not an int as 21 years ago
  Daniel Stenberg 053f6c85ef updated year in the copyright string 21 years ago
  Daniel Stenberg 94568f884d typecasts to prevent warnings 21 years ago
  Daniel Stenberg d42c6b7e78 make no user or no password just mean blank fields, not aborted operation 21 years ago
  Daniel Stenberg 5564e9a321 weird typo removed 21 years ago
  Daniel Stenberg 58b1437cae When we issue a HTTP request, first make sure if the authentication phase 21 years ago
  Daniel Stenberg df760a0a4b no user or password set, bail out 21 years ago
  Daniel Stenberg c7be232fee added include "http.h" to prevent a warning 21 years ago
  Daniel Stenberg 7a19923afa Serge Semashko added CURLOPT_PROXYAUTH support, and now NTLM for proxies 21 years ago
  Daniel Stenberg 416c92cc6f More support for NTLM on proxies, now proxy state and nonce is stored in 21 years ago
  Daniel Stenberg 1a192c489b adjusted to support NTLM for proxies 21 years ago
  Daniel Stenberg 52b631fade Access the user and passwd fields from the connectdata struct now instead 21 years ago
  Daniel Stenberg 06c86d1a8c Moved the NTLM credentials to the connectdata struct instead, as NTLM 21 years ago
  Daniel Stenberg b036986b3e Dan Winship's patch added that makes use of DOMAIN\USER or DOMAIN/USER 21 years ago