Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-20 | the fixed skip-blanks in the FTP CWD code called for this adjustment | Daniel Stenberg | |
2003-07-20 | David Gardner pointed out in bug report 770755 that using the FTP command CWD | Daniel Stenberg | |
with a blank argument is a bad idea. Now skip blanks. | |||
2003-07-20 | If NTLM is requested, only re-use connections that have the exact same | Daniel Stenberg | |
credentials. | |||
2003-07-19 | explains my fixes just committed | Daniel Stenberg | |
2003-07-19 | modified to work fine with the new persistant connection working test suite | Daniel Stenberg | |
HTTP server | |||
2003-07-19 | swsclose added | Daniel Stenberg | |
2003-07-19 | Access the user and passwd fields from the connectdata struct now instead | Daniel Stenberg | |
of the sessionhandle struct, as that was not good. | |||
2003-07-19 | No longer stores user+password in the sessionhandle, now doing that in the | Daniel Stenberg | |
connectdata struct instead. Each being an allocated pointer. The passwdgiven field was turned into a local variable in the only function it was being used. | |||
2003-07-19 | fixed the CONNECT thing again | Daniel Stenberg | |
2003-07-19 | If the data contents contains the word 'swsclose', then this server will | Daniel Stenberg | |
disconnect the client after the response have been sent. This also happens if the respons is zero byte long. In all other cases (unless an error happens), it will now maintain the connection to allow proper persistant connection testing. This was required for the NTLM testing to work so I finally had to fix this. Of course most of the existing HTTP tests will be adjusted to work with this new rule of test file syntax for HTTP tests. Also fixed the log function to deal with varargs for better logging. | |||
2003-07-16 | recent changes | Daniel Stenberg | |
2003-07-15 | more fixes from Doug Kaufman for DJGPP builds for DOS | Daniel Stenberg | |
2003-07-15 | updated to work with Dan Winship's NTLM domain stuff fix | Daniel Stenberg | |
2003-07-15 | Moved the NTLM credentials to the connectdata struct instead, as NTLM | Daniel Stenberg | |
authenticates connections and not single requests. This should make it work better when we mix requests from multiple hosts. Problem pointed out by Cris Bailiff. | |||
2003-07-15 | Fix to the endless loop of bad Basic authentication as reported in Cris | Daniel Stenberg | |
Bailiff's bug report 768275. | |||
2003-07-15 | Dan Winship's patch added that makes use of DOMAIN\USER or DOMAIN/USER | Daniel Stenberg | |
for the user field. I changed it slightly to stay with strchr() only instead of strpbrk() for portability reasons. | |||
2003-07-15 | Dan Winship's fix to make the new auth stuff such as NTLM to work with | Daniel Stenberg | |
the multi interface | |||
2003-07-15 | Dan Winship pointed out this flaw | Daniel Stenberg | |
2003-07-05 | re-use existing variable instead of declaring a new local one | Daniel Stenberg | |
2003-07-05 | Some of Doug Kaufman's changes for the DOS port | Daniel Stenberg | |
2003-07-04 | the latest changes | Daniel Stenberg | |
2003-07-04 | HAVE_SETVBUF removed, no longer used | Daniel Stenberg | |
2003-07-04 | removed | Daniel Stenberg | |
2003-07-04 | Dan Grayson pointed out that we set the CURL_CA_BUNDLE variable wrongly in | Daniel Stenberg | |
the configure script. We set it differently now and generate the lib/ca-bundle.h file entirely. | |||
2003-07-04 | remove the usage of setvbuf() and use fflush() instead if no buffering should | Daniel Stenberg | |
be done on the output | |||
2003-07-04 | CURLDEBUG not MALLOCDEBUG anymore | Daniel Stenberg | |
2003-07-04 | adjusted to the NTLM updates | Daniel Stenberg | |
2003-07-04 | Peter Sylvester's patch was applied that introduces the following: | Daniel Stenberg | |
CURLOPT_SSL_CTX_FUNCTION to set a callback that gets called with the OpenSSL's ssl_ctx pointer passed in and allow a callback to act on it. If anything but CURLE_OK is returned, that will also be returned by libcurl all the way back. If this function changes the CURLOPT_URL, libcurl will detect this and instead go use the new URL. CURLOPT_SSL_CTX_DATA is a pointer you set to get passed to the callback set with CURLOPT_SSL_CTX_FUNCTION. | |||
2003-07-01 | David Byron's patch that allows a client to make the server quit with a | Daniel Stenberg | |
magic url. | |||
2003-07-01 | new CVS info | Daniel Stenberg | |
2003-07-01 | Gisle Vanem found a lib handle leak in the ldap code | Daniel Stenberg | |
2003-06-27 | When I introduced the DIST_SUBDIRS usage, I broken the 'make install' for | Daniel Stenberg | |
include files and docs, so now I've added a custom install hook to run make install for docs and install when data is installed at the top-level. | |||
2003-06-26 | revert out my bogus commit. ;-) | Sterling Hughes | |
2003-06-26 | test commit | Sterling Hughes | |
2003-06-26 | new tests | Daniel Stenberg | |
2003-06-26 | produce a skip-report at the end of all tests, and thus record and count | Daniel Stenberg | |
them properly | |||
2003-06-26 | beautified and added comments all over | Daniel Stenberg | |
2003-06-26 | mention the new flag bits we support | Daniel Stenberg | |
2003-06-26 | mention that it copies the string you add | Daniel Stenberg | |
2003-06-26 | added lots, mostly the new auth-related option(s) | Daniel Stenberg | |
2003-06-26 | added lots of auth stuff and updated other things too | Daniel Stenberg | |
2003-06-26 | mention COOKIES, removed added entries, corrected the FPL-SSL link/reference | Daniel Stenberg | |
2003-06-26 | mention the other formats the docs come in | Daniel Stenberg | |
2003-06-26 | adjusted to recent changes | Daniel Stenberg | |
2003-06-26 | we do support NTLM now... | Daniel Stenberg | |
2003-06-26 | CURLDEBUG is the symbol to use, no longer MALLOCDEBUG | Daniel Stenberg | |
2003-06-26 | adjusted the compressed generation to be more helpful in comments etc | Daniel Stenberg | |
2003-06-26 | support for the new auth stuff | Daniel Stenberg | |
more output on --version/-V mention --manual on the help output text | |||
2003-06-26 | new httpauth support, changed filetime variable kind | Daniel Stenberg | |
2003-06-26 | added CURLOPT_HTTPAUTH support | Daniel Stenberg | |