Commit History

Author SHA1 Message Date
  Daniel Stenberg 1e98727c55 FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it 21 years ago
  Daniel Stenberg 3fed12a203 combine the two identical cases 21 years ago
  Daniel Stenberg bd4c081157 unitialized variable fix, reported by both Marty Kuhrt and benjamin gerard 21 years ago
  Daniel Stenberg a5e22867c7 Resuming a download of an already downloaded document, that is trying to get 21 years ago
  Daniel Stenberg b439e8ffb7 Do the auth stuff at the end-of-headers and not at the start-of-body, as 21 years ago
  Daniel Stenberg 80a06403e4 fixed gcc -Wshadow warnings 21 years ago
  Daniel Stenberg ce5db9a86e Dominick Meglio implemented CURLOPT_MAXFILESIZE and --max-filesize. 21 years ago
  Daniel Stenberg 22adcb9cd1 password promting support removed from libcurl 21 years ago
  Daniel Stenberg 749f5387c1 Gisle Vanem's IPv6-on-Windows patch applied! 21 years ago
  Daniel Stenberg 52ceab5e41 Re-arranged code to make the proxy-CONNECT loop able to do some of the 21 years ago
  Daniel Stenberg 3938e0f58b typecast to prevent compiler warning 21 years ago
  Daniel Stenberg 734e8d6229 transfer fix for multi interface 21 years ago
  Daniel Stenberg acbcd68d89 Curl_SSL_InitSessions can return error, so check the return code and bail 21 years ago
  Daniel Stenberg 7a19923afa Serge Semashko added CURLOPT_PROXYAUTH support, and now NTLM for proxies 21 years ago
  Daniel Stenberg 96e217b496 the new cookie functions that require 'data' passed in 21 years ago
  Daniel Stenberg c704d1545c include "share.h" for the cookie sharing 21 years ago
  Daniel Stenberg b73612392d ares awareness/usage/support added. If configure --enable-ares is used, we 21 years ago
  Daniel Stenberg 41ae97e710 Dirk Manske's patch that introduces cookie support to the share interface. 21 years ago
  Daniel Stenberg f0278ca114 Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't 21 years ago
  Daniel Stenberg fb731eb3e7 The NTLM functions now take a 'proxy' argument as well. 21 years ago
  Daniel Stenberg 79749f8eb4 Fix to the endless loop of bad Basic authentication as reported in Cris 21 years ago
  Daniel Stenberg 45fc760985 Peter Sylvester's patch was applied that introduces the following: 21 years ago
  Daniel Stenberg 2d3734b8b5 Adjusted to work properly with the new authentication stuff 21 years ago
  Daniel Stenberg d13202f43b modified 21 years ago
  Daniel Stenberg bc67228576 corrected a comment 21 years ago
  Daniel Stenberg ecf32c964a CURLHTTP* renamed to CURLAUTH* and NEGOTIATE is now GSSNEGOTIATE as there's 21 years ago
  Daniel Stenberg 80d6d5c5c4 fixing details for NTLM 21 years ago
  Daniel Stenberg 5ea04a852e when we get the auth headers, we still need to read out the full body response 21 years ago
  Daniel Stenberg 73c5f24fa4 Initial take at NTLM authentication. It doesn't really work at this point 21 years ago
  Daniel Stenberg e56ae1426c Daniel Kouril's patch that adds HTTP negotiation support to libcurl was 21 years ago