platform/upstream/curl.git
18 years agoSSPI-fix and a new mirror
Daniel Stenberg [Tue, 8 Nov 2005 14:37:15 +0000 (14:37 +0000)]
SSPI-fix and a new mirror

18 years agoDmitry Bartsevich discovered some issues in compatibilty of SSPI-enabled
Daniel Stenberg [Tue, 8 Nov 2005 14:15:34 +0000 (14:15 +0000)]
Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabled
version of libcurl with different Windows versions. Current version of
libcurl imports SSPI functions from secur32.dll. However, under Windows NT
4.0 these functions are located in security.dll, under Windows 9x - in
secur32.dll and Windows 2000 and XP contains both these DLLs (security.dll
just forwards calls to secur32.dll).

Dmitry's patch loads proper library dynamically depending on Windows
version. Function InitSecurityInterface() is used to obtain pointers to all
of SSPI function in one structure.
: ----------------------------------------------------------------------

18 years ago27. "libcurl built with GNUTLS ignores the SSLCERT option" - Unlike
Daniel Stenberg [Mon, 7 Nov 2005 13:54:14 +0000 (13:54 +0000)]
27. "libcurl built with GNUTLS ignores the SSLCERT option" - Unlike
  Curl_ossl_connect(), the Curl_gtls_connect() function does not send the user
  certificate to the peer. In fact, it ignores the conn->data->set.cert field
  completely, it always uses the anonymous credentials. See
  http://curl.haxx.se/bug/view.cgi?id=1348930

18 years agomention the need for a "fake" -u when --negotiate is used
Daniel Stenberg [Mon, 7 Nov 2005 08:37:08 +0000 (08:37 +0000)]
mention the need for a "fake" -u when --negotiate is used

18 years agoCurlPas 2005-11-05 was released: http://curlpas.sf.net/
Daniel Stenberg [Sat, 5 Nov 2005 23:39:08 +0000 (23:39 +0000)]
CurlPas 2005-11-05 was released: curlpas.sf.net/

18 years agooops
Daniel Stenberg [Wed, 2 Nov 2005 09:38:58 +0000 (09:38 +0000)]
oops

18 years agoAdded:
Daniel Stenberg [Wed, 2 Nov 2005 09:34:53 +0000 (09:34 +0000)]
Added:

 1.9 Where do I buy commercial support for curl?
 1.10 How many are using curl?
 6.7 What are my obligations when using libcurl in my commerical apps?

Edited a few other paragraphs slightly.

18 years agoUse an empty '*mod_name'.
Gisle Vanem [Tue, 1 Nov 2005 16:27:27 +0000 (16:27 +0000)]
Use an empty '*mod_name'.

18 years agoVilmos Nebehaj improved libcurl's LDAP abilities:
Daniel Stenberg [Mon, 31 Oct 2005 08:55:01 +0000 (08:55 +0000)]
Vilmos Nebehaj improved libcurl's LDAP abilities:

The LDAP code in libcurl can't handle LDAP servers of LDAPv3 nor binary
attributes in LDAP objects. So, I made a quick patch to address these
problems.

The solution is simple: if we connect to an LDAP server, first try LDAPv3
(which is the preferred protocol as of now) and then fall back to LDAPv2.
In case of binary attributes, we first convert them to base64, just like the
openldap client does. It uses ldap_get_values_len() instead of
ldap_get_values() to be able to retrieve binary attributes correctly. I
defined the necessary LDAP macros in lib/ldap.c to be able to compile
libcurl without the presence of libldap

18 years agokill trailing whitespace
Daniel Stenberg [Mon, 31 Oct 2005 08:47:54 +0000 (08:47 +0000)]
kill trailing whitespace

18 years agotest 275 makes a CONNECT through a proxy and then gets two pages from the
Daniel Stenberg [Sun, 30 Oct 2005 23:15:49 +0000 (23:15 +0000)]
test 275 makes a CONNECT through a proxy and then gets two pages from the
same server

18 years ago--max-redirs 0
Daniel Stenberg [Sat, 29 Oct 2005 22:22:18 +0000 (22:22 +0000)]
--max-redirs 0

18 years agore-arranged the win32 section and added a pointer to the INSTALL.devcpp
Daniel Stenberg [Sat, 29 Oct 2005 22:18:58 +0000 (22:18 +0000)]
re-arranged the win32 section and added a pointer to the INSTALL.devcpp
document

18 years agoTom Kyer's DevCpp-Mingw Install & Compilation guide
Daniel Stenberg [Fri, 28 Oct 2005 21:34:51 +0000 (21:34 +0000)]
Tom Kyer's DevCpp-Mingw Install & Compilation guide

18 years agomention brokenness
Daniel Stenberg [Fri, 28 Oct 2005 12:59:37 +0000 (12:59 +0000)]
mention brokenness

18 years agoelaborated somewhat in the license chapter
Daniel Stenberg [Fri, 28 Oct 2005 07:22:45 +0000 (07:22 +0000)]
elaborated somewhat in the license chapter

18 years agoNis Jorgensen filed bug report #1338648
Daniel Stenberg [Thu, 27 Oct 2005 22:05:38 +0000 (22:05 +0000)]
Nis Jorgensen filed bug report #1338648
(http://curl.haxx.se/bug/view.cgi?id=1338648) which really is more of a
feature request, but anyway. It pointed out that --max-redirs did not allow
it to be set to 0, which then would return an error code on the first
Location: found. Based on Nis' patch, now libcurl supports CURLOPT_MAXREDIRS
set to 0, or -1 for infinity. Added test case 274 to verify.

18 years agotommink[at]post.pl reported in bug report #1337723
Daniel Stenberg [Thu, 27 Oct 2005 21:02:01 +0000 (21:02 +0000)]
tommink[at]post.pl reported in bug report #1337723
(http://curl.haxx.se/bug/view.cgi?id=1337723) that curl could not upload
binary data from stdin on Windows if the data contained control-Z (hex 1a)
since that is treated as end-of-file when read in text mode. Gisle Vanem
pointed out the fix, and I made both -T and --data-binary take advantage of
it.

18 years agoupdates to reflect current status in Debian land, and added some known
Daniel Stenberg [Thu, 27 Oct 2005 20:51:43 +0000 (20:51 +0000)]
updates to reflect current status in Debian land, and added some known
differences between OpenSSL and GnuTLS (that is probably a suitable subject
for a separate document...)

18 years agoRemoved dependency on zlib.h. Added dependency for
Gisle Vanem [Thu, 27 Oct 2005 12:56:05 +0000 (12:56 +0000)]
Removed dependency on zlib.h. Added dependency for
..\lib\timeval.c.

18 years agoAdded option '-zc' puts const data in code-segment.
Gisle Vanem [Thu, 27 Oct 2005 12:45:31 +0000 (12:45 +0000)]
Added option '-zc' puts const data in code-segment.
Added CURL_DISABLE_TFTP; tftp.c doesn't compile as-is.

18 years agoJaz Fresh pointed out that if you used "-r [number]" as was wrongly described
Daniel Stenberg [Thu, 27 Oct 2005 12:05:36 +0000 (12:05 +0000)]
Jaz Fresh pointed out that if you used "-r [number]" as was wrongly described
in the man page, curl would send an invalid HTTP Range: header. The correct
way would be to use "-r [number]-" or even "-r -[number]". Starting now,
curl will warn if this is discovered, and automatically append a dash to the
range before passing it to libcurl.

18 years agomulti IP socket description leak with multi interface
Daniel Stenberg [Tue, 25 Oct 2005 14:05:21 +0000 (14:05 +0000)]
multi IP socket description leak with multi interface

18 years agoadded new dutch mirror and removed the "--" separators
Daniel Stenberg [Tue, 25 Oct 2005 14:04:54 +0000 (14:04 +0000)]
added new dutch mirror and removed the "--" separators

18 years agoclose the existing socket when trying next IP, as otherwise we leak one!
Daniel Stenberg [Tue, 25 Oct 2005 13:15:11 +0000 (13:15 +0000)]
close the existing socket when trying next IP, as otherwise we leak one!
bug #1326306

18 years ago Dima Barsky reported a problem with GnuTLS-enabled libcurl in bug report
Daniel Stenberg [Sat, 22 Oct 2005 21:05:07 +0000 (21:05 +0000)]
  Dima Barsky reported a problem with GnuTLS-enabled libcurl in bug report
  #1334338 (http://curl.haxx.se/bug/view.cgi?id=1334338). When reading an SSL
  stream from a server and the server requests a "rehandshake", the current
  code simply returns this as an error. I have no good way to test this, but
  I've added a crude attempt of dealing with this situation slightly better -
  it makes a blocking handshake if this happens. Done like this because fixing
  this the "proper" way (that would handshake asynchronously) will require
  quite some work and I really need a good way to test this to do such a
  change.

18 years ago"Ofer" reported a problem when libcurl re-used a connection and failed to do
Daniel Stenberg [Fri, 21 Oct 2005 21:00:44 +0000 (21:00 +0000)]
"Ofer" reported a problem when libcurl re-used a connection and failed to do
it, it could then accidentally actually crash. Presumably, this concerns FTP
connections.  http://curl.haxx.se/bug/view.cgi?id=1330310

18 years agoTemprimus improved the MSVC makefile so that the static debug SSL libs are
Daniel Stenberg [Fri, 21 Oct 2005 19:32:12 +0000 (19:32 +0000)]
Temprimus improved the MSVC makefile so that the static debug SSL libs are
linked to the executable and not to the libcurld.lib
http://curl.haxx.se/bug/view.cgi?id=1326676

18 years agoBradford Bruce made the windows resolver code properly return
Daniel Stenberg [Fri, 21 Oct 2005 19:21:19 +0000 (19:21 +0000)]
Bradford Bruce made the windows resolver code properly return
CURLE_COULDNT_RESOLVE_PROXY and CURLE_COULDNT_RESOLVE_HOST on resolving
errors (as documented).

18 years agoshorted and unified language in the --help output
Daniel Stenberg [Thu, 20 Oct 2005 21:19:19 +0000 (21:19 +0000)]
shorted and unified language in the --help output

18 years ago2 gone, 2 added, 1 moved, 1 changed name
Daniel Stenberg [Thu, 20 Oct 2005 21:01:51 +0000 (21:01 +0000)]
2 gone, 2 added, 1 moved, 1 changed name

18 years agoDave Dribin made libcurl understand and handle cases when the server
Daniel Stenberg [Thu, 20 Oct 2005 20:07:32 +0000 (20:07 +0000)]
Dave Dribin made libcurl understand and handle cases when the server
(wrongly) sends *two* WWW-Authenticate headers for Digest. While this should
never happen in a sane world, libcurl previously got into an infinite loop
when this occurred. Dave added test 273 to verify this.

18 years ago2 mirrors, 1 binding release
Daniel Stenberg [Thu, 20 Oct 2005 19:40:30 +0000 (19:40 +0000)]
2 mirrors, 1 binding release

18 years agoAdded a dump_addrinfo() function to ease debugging of resolved names. Define
Daniel Stenberg [Thu, 20 Oct 2005 19:40:02 +0000 (19:40 +0000)]
Added a dump_addrinfo() function to ease debugging of resolved names. Define
DEBUG_ADDRINFO to enable.

18 years agoTemprimus improved the MSVC makefile: "makes a build option available so if
Daniel Stenberg [Thu, 20 Oct 2005 19:07:33 +0000 (19:07 +0000)]
Temprimus improved the MSVC makefile: "makes a build option available so if
you set rtlibcfg=static for the make, then it would build with /MT. The
default behaviour is /MD (the original)."
http://curl.haxx.se/bug/view.cgi?id=1326665

18 years agoRemoved mention of TFTP now that it's implemented.
Dan Fandrich [Tue, 18 Oct 2005 18:15:01 +0000 (18:15 +0000)]
Removed mention of TFTP now that it's implemented.

18 years agoMohun Biswas' suggested change to prevent GNU indent to warn on the =-1 line.
Daniel Stenberg [Tue, 18 Oct 2005 07:26:43 +0000 (07:26 +0000)]
Mohun Biswas' suggested change to prevent GNU indent to warn on the =-1 line.

18 years agoReverted the LIBCURL_VERSION_NUM change from October 6. As Dave Dribin
Daniel Stenberg [Fri, 14 Oct 2005 21:21:51 +0000 (21:21 +0000)]
Reverted the LIBCURL_VERSION_NUM change from October 6. As Dave Dribin
reported, the define is used by the configure script and is assumed to use
the 0xYYXXZZ format. This made "curl-config --vernum" fail in the 7.15.0
release version.

18 years agoReported by 'TemPRImus' in bug 1326665: use the "Multi-Threaded" options even
Daniel Stenberg [Fri, 14 Oct 2005 13:22:49 +0000 (13:22 +0000)]
Reported by 'TemPRImus' in bug 1326665: use the "Multi-Threaded" options even
when building the static library. http://curl.haxx.se/bug/view.cgi?id=1326665

18 years agoSlight editing of wording in the CURLOPT_SSL_VERIFYHOST section.
Daniel Stenberg [Thu, 13 Oct 2005 21:49:28 +0000 (21:49 +0000)]
Slight editing of wording in the CURLOPT_SSL_VERIFYHOST section.

18 years agostart working on 7.15.1
Daniel Stenberg [Thu, 13 Oct 2005 09:23:51 +0000 (09:23 +0000)]
start working on 7.15.1

18 years agoadded names from the 7.15.0 release
Daniel Stenberg [Thu, 13 Oct 2005 09:22:31 +0000 (09:22 +0000)]
added names from the 7.15.0 release

18 years ago7.15.0 time
Daniel Stenberg [Thu, 13 Oct 2005 08:19:09 +0000 (08:19 +0000)]
7.15.0 time

18 years agoMake sure that the user and domain strings fit in the target buffer before we
Daniel Stenberg [Thu, 13 Oct 2005 07:57:51 +0000 (07:57 +0000)]
Make sure that the user and domain strings fit in the target buffer before we
copy them there.

18 years agoNTLM requires windows or OpenSSL. If you build with GnuTLS for example you
Daniel Stenberg [Thu, 13 Oct 2005 06:20:43 +0000 (06:20 +0000)]
NTLM requires windows or OpenSSL. If you build with GnuTLS for example you
do not get NTLM support enabled.

18 years ago7.15.0 in november?
Daniel Stenberg [Tue, 11 Oct 2005 12:54:44 +0000 (12:54 +0000)]
7.15.0 in november?

18 years agomake it compile warning-free and free() the memory before exit
Daniel Stenberg [Mon, 10 Oct 2005 20:58:18 +0000 (20:58 +0000)]
make it compile warning-free and free() the memory before exit

18 years agopass a NULL pointer in the service argument (the second) if the port number
Daniel Stenberg [Mon, 10 Oct 2005 18:28:05 +0000 (18:28 +0000)]
pass a NULL pointer in the service argument (the second) if the port number
was 0 as it seems at least some AIX versions don't like a "0" string there

18 years agoAdded tftp.obj.
Gisle Vanem [Thu, 6 Oct 2005 18:47:05 +0000 (18:47 +0000)]
Added tftp.obj.

18 years agowe all the next version 7.15.0 due to the new TFTP support
Daniel Stenberg [Thu, 6 Oct 2005 12:56:13 +0000 (12:56 +0000)]
we all the next version 7.15.0 due to the new TFTP support

18 years agoremove getinfo-times from the dist archive since the info is now in the
Daniel Stenberg [Thu, 6 Oct 2005 09:05:08 +0000 (09:05 +0000)]
remove getinfo-times from the dist archive since the info is now in the
curl_easy_getinfo man page

18 years agoend the .nf section, mark the option names properly so that they end up
Daniel Stenberg [Thu, 6 Oct 2005 09:03:36 +0000 (09:03 +0000)]
end the .nf section, mark the option names properly so that they end up
as links in the html version

18 years agoAdded the info from getinfo-times as it really belongs in this man page.
Daniel Stenberg [Thu, 6 Oct 2005 08:58:44 +0000 (08:58 +0000)]
Added the info from getinfo-times as it really belongs in this man page.

18 years agomention the recent fixes
Daniel Stenberg [Wed, 5 Oct 2005 09:15:20 +0000 (09:15 +0000)]
mention the recent fixes

18 years agoadded test case 272 for -z download over FTP when the timestamp is identical
Daniel Stenberg [Wed, 5 Oct 2005 06:23:45 +0000 (06:23 +0000)]
added test case 272 for -z download over FTP when the timestamp is identical
to the remote one

18 years agoCURL_TIMECOND_IFMODSINCE actually requires that the remote document has been
Daniel Stenberg [Wed, 5 Oct 2005 06:09:20 +0000 (06:09 +0000)]
CURL_TIMECOND_IFMODSINCE actually requires that the remote document has been
modded since the given time, so we should compare <= and not just <.

18 years agoDomenico Andreoli's patch that removes a few 0xa0(!) bytes
Daniel Stenberg [Tue, 4 Oct 2005 20:32:17 +0000 (20:32 +0000)]
Domenico Andreoli's patch that removes a few 0xa0(!) bytes

18 years agoMichael Wallner reported that the date parser had wrong offset stored for
Daniel Stenberg [Tue, 4 Oct 2005 18:15:33 +0000 (18:15 +0000)]
Michael Wallner reported that the date parser had wrong offset stored for
the MEST and CEST time zones.

18 years agoDomenico Andreoli's SEE ALSO patch
Daniel Stenberg [Tue, 4 Oct 2005 10:58:14 +0000 (10:58 +0000)]
Domenico Andreoli's SEE ALSO patch

18 years agoOk, based on the online docs for AIX'es getservbyport_r() I adjusted to code
Daniel Stenberg [Mon, 3 Oct 2005 10:12:06 +0000 (10:12 +0000)]
Ok, based on the online docs for AIX'es getservbyport_r() I adjusted to code
to do (what I believe is) "right". See docs on:
http://publib.boulder.ibm.com/infocenter/pseries/index.jsp?topic=/com.ibm.aix.doc/libs/commtrf2/getservbyport_r.htm

18 years agorecent action
Daniel Stenberg [Mon, 3 Oct 2005 08:38:07 +0000 (08:38 +0000)]
recent action

18 years agoAvoid gcc warning "dereferencing type-punned pointer
Gisle Vanem [Sun, 2 Oct 2005 18:22:45 +0000 (18:22 +0000)]
Avoid gcc warning "dereferencing type-punned pointer
will break strict-aliasing rules".

18 years agoFix for building with MS Visual-C and single-threaded
Gisle Vanem [Sun, 2 Oct 2005 16:52:07 +0000 (16:52 +0000)]
Fix for building with MS Visual-C and single-threaded
runtime libs.

18 years agofixed the proper path to the tftpd server
Daniel Stenberg [Fri, 30 Sep 2005 14:25:50 +0000 (14:25 +0000)]
fixed the proper path to the tftpd server

18 years agoa new mirror, but we don't increase the amount since one of the former ones
Daniel Stenberg [Fri, 30 Sep 2005 08:59:33 +0000 (08:59 +0000)]
a new mirror, but we don't increase the amount since one of the former ones
are now officially no longer considered a mirror... ;-)

18 years agoUpdate in the "which license is best" section as it seems Debian people have
Daniel Stenberg [Fri, 30 Sep 2005 08:34:51 +0000 (08:34 +0000)]
Update in the "which license is best" section as it seems Debian people have
made up their mind. Spell-checked as well.

18 years agoStarting now, the verbose text that goes like "About to connect() to" will
Daniel Stenberg [Thu, 29 Sep 2005 11:37:52 +0000 (11:37 +0000)]
Starting now, the verbose text that goes like "About to connect() to" will
now contain the word "proxy" is the hostname is in fact a proxy. This will
help users detect situations when they mistakenly use a proxy.

18 years agoDavid Yan brought the Content-Range report
Daniel Stenberg [Tue, 27 Sep 2005 20:22:13 +0000 (20:22 +0000)]
David Yan brought the Content-Range report

18 years agoAn anonymous submitter filed bug #1299181
Daniel Stenberg [Tue, 27 Sep 2005 09:13:39 +0000 (09:13 +0000)]
An anonymous submitter filed bug #1299181
(http://curl.haxx.se/bug/view.cgi?id=1299181) that identified a silly problem
with Content-Range: headers with the 'bytes' keyword written in a different
case than all lowercase! It would cause a segfault!

18 years agoTJ Saunders of the proftpd project identified and pointed out problems with
Daniel Stenberg [Tue, 27 Sep 2005 08:46:54 +0000 (08:46 +0000)]
TJ Saunders of the proftpd project identified and pointed out problems with
the modified FTPS negotiation change of August 19 2005. Thus, we revert the
change back to pre-7.14.1 status.

18 years agoclarify what the default read callback does and how it uses the READDATA
Daniel Stenberg [Thu, 22 Sep 2005 10:15:10 +0000 (10:15 +0000)]
clarify what the default read callback does and how it uses the READDATA
option

18 years agothree debian bug reports addressed
Daniel Stenberg [Wed, 21 Sep 2005 11:29:03 +0000 (11:29 +0000)]
three debian bug reports addressed

18 years agostricter type usage for time variables to avoid picky compiler warnings
Daniel Stenberg [Wed, 21 Sep 2005 11:28:40 +0000 (11:28 +0000)]
stricter type usage for time variables to avoid picky compiler warnings

18 years ago1 - attempted fix of uninitialized variable
Daniel Stenberg [Wed, 21 Sep 2005 10:45:25 +0000 (10:45 +0000)]
1 - attempted fix of uninitialized variable
2 - indented and edited to fit better within 80 columns
3 - fixed possible buffer overflow in the service name lookup function

18 years agosimplified the sin6_scope_id test and removed some left-overs from the previous
Daniel Stenberg [Wed, 21 Sep 2005 09:10:17 +0000 (09:10 +0000)]
simplified the sin6_scope_id test and removed some left-overs from the previous
way of detecting it

18 years agofixed the check for the addrinfo struct
Daniel Stenberg [Wed, 21 Sep 2005 09:01:44 +0000 (09:01 +0000)]
fixed the check for the addrinfo struct

18 years agoclarified ERRORBUFFER - some errors just don't write a string even though
Daniel Stenberg [Wed, 21 Sep 2005 06:59:01 +0000 (06:59 +0000)]
clarified ERRORBUFFER - some errors just don't write a string even though
they should. And I removed all uses 'Note' (as they are pretty useless) and
did some other language and phrasing cleanups.

18 years agoreturn an error string for the missing URL case
Daniel Stenberg [Wed, 21 Sep 2005 06:38:33 +0000 (06:38 +0000)]
return an error string for the missing URL case

18 years agomention what WRITEFUNCTION and WRITEDATA do by default
Daniel Stenberg [Wed, 21 Sep 2005 06:12:41 +0000 (06:12 +0000)]
mention what WRITEFUNCTION and WRITEDATA do by default

18 years agooops, broken sentence fixed:
Daniel Stenberg [Wed, 21 Sep 2005 06:07:41 +0000 (06:07 +0000)]
oops, broken sentence fixed:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329305

18 years agoUses __stdcall instead of SEC_ENTRY since it seems (at least) mingw doesn't
Daniel Stenberg [Tue, 20 Sep 2005 08:29:56 +0000 (08:29 +0000)]
Uses __stdcall instead of SEC_ENTRY since it seems (at least) mingw doesn't
define SEC_ENTRY and thus fails unless this is done!

18 years agoSince newer ares versions should work with ipv6, I modified the error message
Daniel Stenberg [Tue, 20 Sep 2005 07:53:44 +0000 (07:53 +0000)]
Since newer ares versions should work with ipv6, I modified the error message
to a warning message as a first step. We should persue to make curl use
c-ares properly even when built with ipv6 support.

18 years agotypecasts added in an attempt to please the picky compilers
Daniel Stenberg [Tue, 20 Sep 2005 06:51:23 +0000 (06:51 +0000)]
typecasts added in an attempt to please the picky compilers

18 years agoadded test 271
Daniel Stenberg [Mon, 19 Sep 2005 22:04:14 +0000 (22:04 +0000)]
added test 271

18 years agotest 271, the first ever TFTP test
Daniel Stenberg [Mon, 19 Sep 2005 22:04:06 +0000 (22:04 +0000)]
test 271, the first ever TFTP test

18 years agoseems to work for test 271 on Linux now!
Daniel Stenberg [Mon, 19 Sep 2005 22:03:16 +0000 (22:03 +0000)]
seems to work for test 271 on Linux now!

18 years agoDmitry Bartsevich made the SSPI support work on Windows 9x as well
Daniel Stenberg [Mon, 19 Sep 2005 21:45:16 +0000 (21:45 +0000)]
Dmitry Bartsevich made the SSPI support work on Windows 9x as well

18 years agoAdded constants that will be used by ares_getaddrinfo. Made ares_getnameinfo use...
Dominick Meglio [Sun, 18 Sep 2005 16:44:49 +0000 (16:44 +0000)]
Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo use the reentrant getservbyport (getservbyport_r) if it isavailable to ensure it works properly in a threaded environment

18 years agokeep 'socktype' in the connectdata struct and make sure we use that for all
Daniel Stenberg [Fri, 16 Sep 2005 21:30:08 +0000 (21:30 +0000)]
keep 'socktype' in the connectdata struct and make sure we use that for all
protocol sockets even if the resolved address may say otherwise

18 years agorecent changes
Daniel Stenberg [Fri, 16 Sep 2005 21:03:26 +0000 (21:03 +0000)]
recent changes

18 years agorenamed sendfile() since some systems have a system call named like this -
Daniel Stenberg [Fri, 16 Sep 2005 10:52:38 +0000 (10:52 +0000)]
renamed sendfile() since some systems have a system call named like this -
now the functions are named sendtftp() and recvtftp() instead.

18 years agoIn the Solaris 7 header files for tftp, the th_stuff struct member is an
Daniel Stenberg [Fri, 16 Sep 2005 10:50:43 +0000 (10:50 +0000)]
In the Solaris 7 header files for tftp, the th_stuff struct member is an
unsigned short. Trying a typecast here to fix.

18 years agoprevent warnings on re-defining MIN
Daniel Stenberg [Fri, 16 Sep 2005 07:19:54 +0000 (07:19 +0000)]
prevent warnings on re-defining MIN

18 years agoadded URLs to bug reports
Daniel Stenberg [Fri, 16 Sep 2005 07:18:25 +0000 (07:18 +0000)]
added URLs to bug reports

18 years agoAdded known bugs #26, started using my new "bounce URL" that jumps to the
Daniel Stenberg [Fri, 16 Sep 2005 07:09:07 +0000 (07:09 +0000)]
Added known bugs #26, started using my new "bounce URL" that jumps to the
correct (and overly complicated) sourceforge bug tracker URL given the bug
report ID number.

18 years agouse int "subscripts" to prevent warnings from picky compilers
Daniel Stenberg [Fri, 16 Sep 2005 06:14:30 +0000 (06:14 +0000)]
use int "subscripts" to prevent warnings from picky compilers

18 years agouse internal *printf() clones
Daniel Stenberg [Fri, 16 Sep 2005 05:49:53 +0000 (05:49 +0000)]
use internal *printf() clones

18 years agoifdef for includes, added checking for two not previously checked files (one
Daniel Stenberg [Thu, 15 Sep 2005 21:50:50 +0000 (21:50 +0000)]
ifdef for includes, added checking for two not previously checked files (one
being necessary for solaris builds)

18 years agouse make -k when running the tests
Daniel Stenberg [Thu, 15 Sep 2005 21:49:26 +0000 (21:49 +0000)]
use make -k when running the tests

18 years agoignore this too
Daniel Stenberg [Thu, 15 Sep 2005 20:36:58 +0000 (20:36 +0000)]
ignore this too