]>
granicus.if.org Git - curl/log
Daniel Stenberg [Thu, 12 Jun 2003 16:22:52 +0000 (16:22 +0000)]
now test cases can be set to be dependent on the presence of "SSL" in the
client/library
Daniel Stenberg [Thu, 12 Jun 2003 13:55:40 +0000 (13:55 +0000)]
make it build with older OpenSSL
Daniel Stenberg [Thu, 12 Jun 2003 13:18:10 +0000 (13:18 +0000)]
attempt to make older OpenSSL versions work with the DES stuff
Daniel Stenberg [Thu, 12 Jun 2003 12:54:34 +0000 (12:54 +0000)]
Based on Dan Fandrich's patch and gzip unpack function, we now compress
the 'hugehelp' text if libz and gzip are available at build time.
Daniel Stenberg [Thu, 12 Jun 2003 12:53:38 +0000 (12:53 +0000)]
store HAVE_LIBZ as an automake conditional
Daniel Stenberg [Wed, 11 Jun 2003 16:14:45 +0000 (16:14 +0000)]
fixing details for NTLM
Daniel Stenberg [Wed, 11 Jun 2003 15:33:09 +0000 (15:33 +0000)]
more how I envision it _should_ work, but it still doesn't...
Daniel Stenberg [Wed, 11 Jun 2003 15:31:40 +0000 (15:31 +0000)]
to support "redirects" after the full body is transfered
Daniel Stenberg [Wed, 11 Jun 2003 15:31:06 +0000 (15:31 +0000)]
made a nicer output for the decode test, as it served as a nice tool for me ;-)
Daniel Stenberg [Wed, 11 Jun 2003 15:30:30 +0000 (15:30 +0000)]
when we get the auth headers, we still need to read out the full body response
as otherwise we can re-send requests on the same connection nicely
Daniel Stenberg [Wed, 11 Jun 2003 14:05:13 +0000 (14:05 +0000)]
correct mistakes
Daniel Stenberg [Wed, 11 Jun 2003 13:44:58 +0000 (13:44 +0000)]
describe the NTLM mechanism too
Daniel Stenberg [Wed, 11 Jun 2003 13:44:31 +0000 (13:44 +0000)]
basic NTLM support
Daniel Stenberg [Wed, 11 Jun 2003 13:42:53 +0000 (13:42 +0000)]
ntlm added
Daniel Stenberg [Wed, 11 Jun 2003 13:38:55 +0000 (13:38 +0000)]
Initial take at NTLM authentication. It doesn't really work at this point
but the infrastructure is there.
Daniel Stenberg [Tue, 10 Jun 2003 13:06:38 +0000 (13:06 +0000)]
clarify the CUSTOMREQUEST and HTTPHEADER options slightly
Daniel Stenberg [Tue, 10 Jun 2003 12:58:40 +0000 (12:58 +0000)]
CURLOPT_HTTPAUTH docu
Daniel Stenberg [Tue, 10 Jun 2003 12:49:16 +0000 (12:49 +0000)]
Set auth type differently, we use one CURLOPT_HTTPAUTH instead as we plan
to add more method in the future.
Daniel Stenberg [Tue, 10 Jun 2003 12:25:01 +0000 (12:25 +0000)]
Daniel Kouril for the HTTP negotiate stuff
Daniel Stenberg [Tue, 10 Jun 2003 12:22:19 +0000 (12:22 +0000)]
Daniel Kouril's patch that adds HTTP negotiation support to libcurl was
added.
Daniel Stenberg [Tue, 10 Jun 2003 12:07:10 +0000 (12:07 +0000)]
we fix more
Daniel Stenberg [Tue, 10 Jun 2003 12:05:12 +0000 (12:05 +0000)]
more generic
Daniel Stenberg [Tue, 10 Jun 2003 09:42:22 +0000 (09:42 +0000)]
Pass the error stream pointer to the URL globber, so that it can report
errors correctly to the user, if need be.
Also fixed so that a missing ] in the globbing process no longer leads
to core dump.
Daniel Stenberg [Fri, 6 Jun 2003 14:58:26 +0000 (14:58 +0000)]
When doing very big GET requests over HTTPS, we need to add some extra
funky logic in order to make re-tries work fine with OpenSSL. This corrects
the problem David Orrell noticed.
Daniel Stenberg [Fri, 6 Jun 2003 14:56:50 +0000 (14:56 +0000)]
Just moved around some logic in Curl_write() to make it easier to debug.
Daniel Stenberg [Fri, 6 Jun 2003 06:44:05 +0000 (06:44 +0000)]
spellfix
Daniel Stenberg [Thu, 5 Jun 2003 14:04:44 +0000 (14:04 +0000)]
Reversed the logic to only include the <sys/select.h> header on systems
known to really NEED it as another system that doesn't have it came up:
very old Linux libc5-based systems (as addition to all HPUX versions).
The only known system at this point is AIX.
Daniel Stenberg [Tue, 3 Jun 2003 08:10:53 +0000 (08:10 +0000)]
LDAP problem added as mention in bug report #735752
Daniel Stenberg [Tue, 3 Jun 2003 08:07:06 +0000 (08:07 +0000)]
include the time headers just like we used to do in the curl/curl.h header
once upon the time
Daniel Stenberg [Tue, 3 Jun 2003 08:06:23 +0000 (08:06 +0000)]
we want the time defines too
Daniel Stenberg [Tue, 3 Jun 2003 07:53:18 +0000 (07:53 +0000)]
Content-Length: now overrides other means of knowing when the stream has
ended.
Daniel Stenberg [Mon, 2 Jun 2003 14:57:08 +0000 (14:57 +0000)]
Make the Content-Length info override the Connection: close header, so that
libcurl will stop reading when the number of bytes have arrived and not wait
for a closed socket.
Daniel Stenberg [Mon, 2 Jun 2003 14:48:27 +0000 (14:48 +0000)]
the 500-599 test case range
Daniel Stenberg [Mon, 2 Jun 2003 13:55:40 +0000 (13:55 +0000)]
ignore more
Daniel Stenberg [Mon, 2 Jun 2003 13:53:13 +0000 (13:53 +0000)]
ignore
Daniel Stenberg [Mon, 2 Jun 2003 13:42:42 +0000 (13:42 +0000)]
David Byron's fix to get the progress-bar use the local size too when
doing a resumed download.
Daniel Stenberg [Mon, 2 Jun 2003 13:31:25 +0000 (13:31 +0000)]
makefile fiddle
changed how http requests are sent - now in one chunk more often
HPUX include fix in the external headers
better SSL work-arounds for bad SSL servers
modified error message when CURLE_HTTP_RETURNED_ERROR is returned
Daniel Stenberg [Mon, 2 Jun 2003 13:27:03 +0000 (13:27 +0000)]
work-around SSL implementation flaws better, pointed out in bug report
#745122.
Daniel Stenberg [Mon, 2 Jun 2003 13:14:57 +0000 (13:14 +0000)]
make a more descriptive error message when CURLE_HTTP_RETURNED_ERROR is
returned
Daniel Stenberg [Wed, 28 May 2003 10:24:20 +0000 (10:24 +0000)]
haven't updates this in a loooong time
Daniel Stenberg [Wed, 28 May 2003 07:54:33 +0000 (07:54 +0000)]
Posting static data using POST and chunked encoded now also appends the
data to the initial request buffer, if the total post data is less than
100K.
Daniel Stenberg [Tue, 27 May 2003 22:56:01 +0000 (22:56 +0000)]
include sys/time.h, we didn't have a time() proto anymore. Did one of the
changes in curl/curl.h make this occur?
Daniel Stenberg [Tue, 27 May 2003 12:51:46 +0000 (12:51 +0000)]
Documented which rules the public headers must follow when we write
preprocessor checks for condititions.
Daniel Stenberg [Tue, 27 May 2003 12:51:15 +0000 (12:51 +0000)]
oops, removed a # too many
Daniel Stenberg [Tue, 27 May 2003 12:45:51 +0000 (12:45 +0000)]
remove usage of HAVE_* defines, we cannot and shall not depend on any such
defines in the public external header files
Daniel Stenberg [Tue, 27 May 2003 12:34:48 +0000 (12:34 +0000)]
sys/select.h is not present on HPUX, avoid including it
Daniel Stenberg [Tue, 27 May 2003 12:18:00 +0000 (12:18 +0000)]
made it work ;-)
Daniel Stenberg [Tue, 27 May 2003 12:03:24 +0000 (12:03 +0000)]
if cvs update fails, attempt again after 5 seconds and retry 50 times
before giving up
Daniel Stenberg [Tue, 27 May 2003 08:51:09 +0000 (08:51 +0000)]
Only build in lib and src by default, make the others dist-subdirs.
Make the test stuff get built when we run 'make test' instead.
Daniel Stenberg [Tue, 27 May 2003 08:33:08 +0000 (08:33 +0000)]
Rudy Koento experienced problems with curl's recent habit of POSTing data in
two separate send() calls, first the headers and then the data. I've now made
a fix that for static and known content that isn't to be chunked-encoded,
everything is now sent in one single system call again. This is also better
for network performance reasons.
Daniel Stenberg [Tue, 27 May 2003 07:37:34 +0000 (07:37 +0000)]
runs on DOS now
Daniel Stenberg [Tue, 27 May 2003 06:41:06 +0000 (06:41 +0000)]
include file flaw and yet another socks5-fix
Daniel Stenberg [Tue, 27 May 2003 06:28:25 +0000 (06:28 +0000)]
Another socks5-fix. Make sure that when we use a socks-proxy, it is not the
same as using a httpproxy so we must make sure to better check for http
proxies before we do HTTP proxy stuff. This included authorization and
URI usage in the request etc.
Daniel Stenberg [Tue, 27 May 2003 06:25:56 +0000 (06:25 +0000)]
CURLOPT_HTTPDIGEST is added
Daniel Stenberg [Mon, 26 May 2003 12:32:22 +0000 (12:32 +0000)]
language
Daniel Stenberg [Mon, 26 May 2003 08:19:06 +0000 (08:19 +0000)]
ftp ASCII transfers in general need fixing
Daniel Stenberg [Mon, 26 May 2003 07:57:53 +0000 (07:57 +0000)]
Chris Lewis mentioned that he doesn't get WIN32 defined, only _WIN32 so we
make an adjustment to catch this.
Daniel Stenberg [Fri, 23 May 2003 11:24:39 +0000 (11:24 +0000)]
even more
Daniel Stenberg [Fri, 23 May 2003 11:14:09 +0000 (11:14 +0000)]
Ricardo Cadime found a socket leak when listing directories without
contents. Test cases 144 and 145 were added to verify the fix.
Now we deal with return code 450 properly and other codes also do proper
cleanup.
Daniel Stenberg [Fri, 23 May 2003 11:10:35 +0000 (11:10 +0000)]
more ftp testing using NLST and no contents and bad return code
Daniel Stenberg [Fri, 23 May 2003 09:47:57 +0000 (09:47 +0000)]
Rudy Koento's problem fixed, test case 66 verifies this.
Daniel Stenberg [Fri, 23 May 2003 09:46:19 +0000 (09:46 +0000)]
test 66 returns one line of data with no header (HTTP)
Daniel Stenberg [Fri, 23 May 2003 08:06:31 +0000 (08:06 +0000)]
--digest added, --compressed rephrased
Daniel Stenberg [Fri, 23 May 2003 06:44:24 +0000 (06:44 +0000)]
include digest.h for proto
Daniel Stenberg [Fri, 23 May 2003 06:43:14 +0000 (06:43 +0000)]
DJGPP fix by Gisle Vanem
Daniel Stenberg [Thu, 22 May 2003 22:47:48 +0000 (22:47 +0000)]
more more more
Daniel Stenberg [Thu, 22 May 2003 22:45:38 +0000 (22:45 +0000)]
warning-free is better
Daniel Stenberg [Thu, 22 May 2003 22:40:01 +0000 (22:40 +0000)]
Introducing --digest
Daniel Stenberg [Thu, 22 May 2003 22:39:38 +0000 (22:39 +0000)]
Better Digest stuff
Daniel Stenberg [Thu, 22 May 2003 22:38:46 +0000 (22:38 +0000)]
Added CURLOPT_HTTPDIGEST support
SOCKS5 fix as suggested by Jis in bugreport #741841.
Daniel Stenberg [Thu, 22 May 2003 22:37:00 +0000 (22:37 +0000)]
Document the <dataNUM> thing we use,
Daniel Stenberg [Thu, 22 May 2003 22:36:39 +0000 (22:36 +0000)]
Digest support added
Daniel Stenberg [Thu, 22 May 2003 22:36:22 +0000 (22:36 +0000)]
Digest testing added
Daniel Stenberg [Thu, 22 May 2003 16:23:27 +0000 (16:23 +0000)]
proper header added
Daniel Stenberg [Thu, 22 May 2003 16:12:30 +0000 (16:12 +0000)]
hush the compiler
Daniel Stenberg [Thu, 22 May 2003 16:09:54 +0000 (16:09 +0000)]
Initial Digest support. At least partly working.
Daniel Stenberg [Wed, 21 May 2003 15:53:59 +0000 (15:53 +0000)]
David Balazic pointed out the lack of checks for a valid %XX code when
we unescape a string. We now check and decode only valid %XX strings.
Daniel Stenberg [Wed, 21 May 2003 08:12:52 +0000 (08:12 +0000)]
fix the makefile in packages/DOS too
Daniel Stenberg [Wed, 21 May 2003 08:08:48 +0000 (08:08 +0000)]
Gisle Vanem made curl build with djgpp on DOS.
Daniel Stenberg [Wed, 21 May 2003 07:21:44 +0000 (07:21 +0000)]
Gisle Vanem's fix to make the 'curl -M' output nicer
Daniel Stenberg [Tue, 20 May 2003 12:44:55 +0000 (12:44 +0000)]
missing semicolon, by Gisle Vanem
Daniel Stenberg [Tue, 20 May 2003 09:41:39 +0000 (09:41 +0000)]
Gisle Vanem's code for not trusting h_aliases to always be non-NULL
Daniel Stenberg [Tue, 20 May 2003 06:33:13 +0000 (06:33 +0000)]
Remind about the gpg command lines
Daniel Stenberg [Mon, 19 May 2003 13:14:26 +0000 (13:14 +0000)]
support user name and password in proxy environment variables
Daniel Stenberg [Mon, 19 May 2003 13:09:41 +0000 (13:09 +0000)]
the proxy environment variables now may contain user name and password
Daniel Stenberg [Mon, 19 May 2003 13:08:48 +0000 (13:08 +0000)]
remove debug output
Daniel Stenberg [Mon, 19 May 2003 13:06:10 +0000 (13:06 +0000)]
setenv support added to allow test cases to require a set of environment
variables
Daniel Stenberg [Mon, 19 May 2003 11:45:10 +0000 (11:45 +0000)]
7.10.5 commit
Daniel Stenberg [Fri, 16 May 2003 10:57:53 +0000 (10:57 +0000)]
known AIX ipv6 problems
Daniel Stenberg [Thu, 15 May 2003 22:28:19 +0000 (22:28 +0000)]
Skip any preceeding dots from the domain name of cookies when we keep them
in memory, only add it when we save the cookie. This makes all tailmatching
and domain string matching internally a lot easier.
This was also the reason for a remaining bug I introduced in my overhaul.
Daniel Stenberg [Thu, 15 May 2003 21:13:36 +0000 (21:13 +0000)]
change the order of the in_addr_t tests, so that 'unsigned long' is tested
for first, as it seems to be what many systems use
Daniel Stenberg [Thu, 15 May 2003 08:13:19 +0000 (08:13 +0000)]
1. George Comninos' progress meter fix
2. I also added the pre-releases and dates to the log
Daniel Stenberg [Wed, 14 May 2003 09:03:51 +0000 (09:03 +0000)]
documented CURLOPT_FTP_USE_EPRT
Daniel Stenberg [Wed, 14 May 2003 06:31:00 +0000 (06:31 +0000)]
George Comninos provided a fix that calls the progress meter when waiting
for FTP command responses take >1 second.
Daniel Stenberg [Tue, 13 May 2003 12:12:17 +0000 (12:12 +0000)]
Setup and use CURL_INADDR_NONE all over instead of INADDR_NONE. We setup
the define accordingly in the hostip.h header to work nicely all over.
Daniel Stenberg [Tue, 13 May 2003 12:11:31 +0000 (12:11 +0000)]
before using if2ip(), check if the address is an ip address and skip it if
it is.
Daniel Stenberg [Tue, 13 May 2003 09:38:09 +0000 (09:38 +0000)]
libtool 1.4.2 is enough
Daniel Stenberg [Tue, 13 May 2003 09:37:45 +0000 (09:37 +0000)]
fix comment
Daniel Stenberg [Mon, 12 May 2003 13:06:48 +0000 (13:06 +0000)]
before checking for network interfaces using if2ip(), check that the given
name isn't an ip address
Daniel Stenberg [Mon, 12 May 2003 13:05:11 +0000 (13:05 +0000)]
no more complaining when I have 1.5 and it tests for 1.4.2