platform/upstream/curl.git
16 years agoFix getsockname argument type
Patrick Monnerat [Wed, 8 Aug 2007 10:37:07 +0000 (10:37 +0000)]
Fix getsockname argument type
Improve "universal" alignment type in struct memdebug

16 years agoUsage of the BCURLOPT_PROGRESSFUNCTION callback is not recommended when using
Daniel Stenberg [Tue, 7 Aug 2007 21:14:31 +0000 (21:14 +0000)]
Usage of the BCURLOPT_PROGRESSFUNCTION callback is not recommended when using
the multi interface, but having the comment in here caused more questions than
we fixed problems so I remove it now. It still works fine.

16 years agoFixed torture test for test 509
Dan Fandrich [Tue, 7 Aug 2007 18:24:49 +0000 (18:24 +0000)]
Fixed torture test for test 509

16 years agomoved HAVE_LONGLONG from makefiles to config-win32.h.
Gunter Knauf [Tue, 7 Aug 2007 17:40:56 +0000 (17:40 +0000)]
moved HAVE_LONGLONG from makefiles to config-win32.h.

16 years agoadd URL to more "generated public config.h" details
Daniel Stenberg [Tue, 7 Aug 2007 13:01:36 +0000 (13:01 +0000)]
add URL to more "generated public config.h" details

16 years agoSome #if --> #ifdef
Patrick Monnerat [Tue, 7 Aug 2007 12:44:38 +0000 (12:44 +0000)]
Some #if --> #ifdef
undef standard *printf before (re)defining them

16 years agoFixed some icc compiler warnings.
Dan Fandrich [Tue, 7 Aug 2007 00:10:27 +0000 (00:10 +0000)]
Fixed some icc compiler warnings.

16 years agoPeteris Krumins pointed out that MingW32 doesnt provide a batch file to set the path...
Gunter Knauf [Mon, 6 Aug 2007 22:21:38 +0000 (22:21 +0000)]
Peteris Krumins pointed out that MingW32 doesnt provide a batch file to set the path to the bin folder.

16 years agoontributors from the 7.16.4 release notes and a removed duplicate
Daniel Stenberg [Mon, 6 Aug 2007 15:58:05 +0000 (15:58 +0000)]
ontributors from the 7.16.4 release notes and a removed duplicate

16 years agoremoved the rsaglue hint since it doesn't apply to modern OpenSSL, and added
Daniel Stenberg [Mon, 6 Aug 2007 15:54:38 +0000 (15:54 +0000)]
removed the rsaglue hint since it doesn't apply to modern OpenSSL, and added
some brief hints about gssapi and libssh2

16 years agowe now support GSS/Kerberos 5 for ftp file transfers!
Daniel Stenberg [Mon, 6 Aug 2007 14:56:21 +0000 (14:56 +0000)]
we now support GSS/Kerberos 5 for ftp file transfers!

16 years agoPatrick Monnerat updated the _FORM_DEBUG-enabled code, and I updated comments
Daniel Stenberg [Sun, 5 Aug 2007 21:33:31 +0000 (21:33 +0000)]
Patrick Monnerat updated the _FORM_DEBUG-enabled code, and I updated comments
based on his comments/suggestions.

16 years agochanged to use libssh2 0.16;
Gunter Knauf [Sat, 4 Aug 2007 23:35:23 +0000 (23:35 +0000)]
changed to use libssh2 0.16;
fixed link order in case libssh2 is build with zlib.

16 years agoanother mirror
Daniel Stenberg [Sat, 4 Aug 2007 20:58:53 +0000 (20:58 +0000)]
another mirror

16 years agoPatrick Monnerat fixed curl_easy_escape() and curlx_strtoll() to work on
Daniel Stenberg [Sat, 4 Aug 2007 20:47:59 +0000 (20:47 +0000)]
Patrick Monnerat fixed curl_easy_escape() and curlx_strtoll() to work on
non-ASCII systems.

16 years agoFixed a couple of compiler warnings.
Dan Fandrich [Sat, 4 Aug 2007 16:54:58 +0000 (16:54 +0000)]
Fixed a couple of compiler warnings.

16 years agoRefactored CreateConnection() somewhat to reduce its length by splitting
Dan Fandrich [Fri, 3 Aug 2007 22:46:59 +0000 (22:46 +0000)]
Refactored CreateConnection() somewhat to reduce its length by splitting
it into a few new functions.
Fixed a few leaks in out of memory conditions, including for test case 231.

16 years agofixed small fix issue I introduced with my previous commit.
Gunter Knauf [Fri, 3 Aug 2007 19:54:31 +0000 (19:54 +0000)]
fixed small fix issue I introduced with my previous commit.

16 years agosome more makefile fixes/changes.
Gunter Knauf [Fri, 3 Aug 2007 14:30:02 +0000 (14:30 +0000)]
some more makefile fixes/changes.

16 years agoStart adding some expanded error conversion of libssh2 errors.
James Housley [Fri, 3 Aug 2007 13:57:37 +0000 (13:57 +0000)]
Start adding some expanded error conversion of libssh2 errors.

16 years agoThe previous commit to force the use of libssh2-0.16 by removing
James Housley [Fri, 3 Aug 2007 13:46:59 +0000 (13:46 +0000)]
The previous commit to force the use of libssh2-0.16 by removing
LIBSSH2_APINO

16 years agochanged 'rm -f' to 'del /f' so it works without GnuUtils as Peteris Krumins pointed...
Gunter Knauf [Fri, 3 Aug 2007 12:53:00 +0000 (12:53 +0000)]
changed 'rm -f' to 'del /f' so it works without GnuUtils as Peteris Krumins pointed out; changed to use latest external libs.

16 years agoPeteris Krumins pointed out some MingW32 related build issues.
Gunter Knauf [Fri, 3 Aug 2007 11:46:00 +0000 (11:46 +0000)]
Peteris Krumins pointed out some MingW32 related build issues.

16 years agoPeteris Krumins pointed out that the standard MingW32 build depends on zlib; removed...
Gunter Knauf [Fri, 3 Aug 2007 11:24:22 +0000 (11:24 +0000)]
Peteris Krumins pointed out that the standard MingW32 build depends on zlib; removed that, and added another option for zlib build, and renamed all other targets to reflect zlib dependency.

16 years agoSCP and SFTP support now requires libssh2 0.16 or later
Daniel Stenberg [Fri, 3 Aug 2007 08:31:47 +0000 (08:31 +0000)]
SCP and SFTP support now requires libssh2 0.16 or later

16 years agoremove left-over partly support for libssh2 0.14
Daniel Stenberg [Fri, 3 Aug 2007 08:25:28 +0000 (08:25 +0000)]
remove left-over partly support for libssh2 0.14

16 years agoThe SSH code now only works with libssh2 0.16 or later. Thus we must not
Daniel Stenberg [Fri, 3 Aug 2007 08:14:51 +0000 (08:14 +0000)]
The SSH code now only works with libssh2 0.16 or later. Thus we must not
release the next curl until there is a libssh2 0.16 released.

16 years agoScott Cantor filed bug report #1766320
Daniel Stenberg [Thu, 2 Aug 2007 20:10:28 +0000 (20:10 +0000)]
Scott Cantor filed bug report #1766320
(http://curl.haxx.se/bug/view.cgi?id=1766320) pointing out that the libcurl
code accessed two curl_easy_setopt() options (CURLOPT_DNS_CACHE_TIMEOUT and
CURLOPT_DNS_USE_GLOBAL_CACHE) as ints even though they're documented to be
passed in as longs, and that makes a difference on 64 bit architectures.

16 years agoFixed a compiler warning.
Dan Fandrich [Thu, 2 Aug 2007 19:23:35 +0000 (19:23 +0000)]
Fixed a compiler warning.

16 years agoPatrick Monnerat's cleanup fix after my alloc-strings commit
Daniel Stenberg [Thu, 2 Aug 2007 14:42:16 +0000 (14:42 +0000)]
Patrick Monnerat's cleanup fix after my alloc-strings commit

16 years agoDmitriy Sergeyev reported a regression: resumed file:// transfers broke
Daniel Stenberg [Thu, 2 Aug 2007 14:09:08 +0000 (14:09 +0000)]
Dmitriy Sergeyev reported a regression: resumed file:// transfers broke
after 7.16.2. This is much due to the different treatment file:// gets
internally, but now I added test 231 to make it less likely to happen again
without us noticing!

16 years agoclarify that setting POSTFIELDS to NULL or "" is not enough to make a zero byte
Daniel Stenberg [Thu, 2 Aug 2007 13:26:06 +0000 (13:26 +0000)]
clarify that setting POSTFIELDS to NULL or "" is not enough to make a zero byte
POST

16 years agoargh, Greg Morse pointed out that the NTLM POST fix only worked if VERBOSE
Daniel Stenberg [Thu, 2 Aug 2007 11:34:50 +0000 (11:34 +0000)]
argh, Greg Morse pointed out that the NTLM POST fix only worked if VERBOSE
was set, this should make it work for all cases!

16 years agoPatrick Monnerat and I modified libcurl so that now it *copies* all strings
Daniel Stenberg [Wed, 1 Aug 2007 21:20:01 +0000 (21:20 +0000)]
Patrick Monnerat and I modified libcurl so that now it *copies* all strings
passed to it with curl_easy_setopt()! Previously it has always just refered
to the data, forcing the user to keep the data around until libcurl is done
with it. That is now history and libcurl will instead clone the given
strings and keep private copies.

16 years agoGreg Morse reported a problem with POSTing using ANYAUTH to a server requiring
Daniel Stenberg [Wed, 1 Aug 2007 12:58:04 +0000 (12:58 +0000)]
Greg Morse reported a problem with POSTing using ANYAUTH to a server requiring
NTLM, and he provided test code and a test server and we worked out a bug
fix. We failed to count sent body data at times, which then caused internal
confusions when libcurl tried to send the rest of the data in order to
maintain the same connection alive.

(and then I did some minor reformatting of code in lib/http.c)

16 years agoAIX 4 and 5 get to use non-blocking sockets
Daniel Stenberg [Mon, 30 Jul 2007 22:54:02 +0000 (22:54 +0000)]
AIX 4 and 5 get to use non-blocking sockets

16 years agoPeter O'Gorman pointed out (and fixed) that the non-blocking check in
Daniel Stenberg [Mon, 30 Jul 2007 22:53:18 +0000 (22:53 +0000)]
Peter O'Gorman pointed out (and fixed) that the non-blocking check in
configure made libcurl use blocking sockets on AIX 4 and 5, while that
wasn't the intention.

16 years agousers should use the CURLMOPT_TIMERFUNCTION rather than curl_multi_timeout
Daniel Stenberg [Mon, 30 Jul 2007 22:01:04 +0000 (22:01 +0000)]
users should use the CURLMOPT_TIMERFUNCTION rather than curl_multi_timeout
when using the socket API

16 years agoless blocking these days
Daniel Stenberg [Mon, 30 Jul 2007 21:47:56 +0000 (21:47 +0000)]
less blocking these days

16 years agoupdated based on suggestion from Jeff Pohlmeyer
Daniel Stenberg [Mon, 30 Jul 2007 21:47:44 +0000 (21:47 +0000)]
updated based on suggestion from Jeff Pohlmeyer

16 years agoPatrick Monnerat restored qssl successful compilation and loading
Daniel Stenberg [Mon, 30 Jul 2007 21:41:12 +0000 (21:41 +0000)]
Patrick Monnerat restored qssl successful compilation and loading

16 years agogive credit to Greg Zavertnik
Daniel Stenberg [Mon, 30 Jul 2007 20:07:43 +0000 (20:07 +0000)]
give credit to Greg Zavertnik

16 years agoProperly set USE_SSL on OS/400
Dan Fandrich [Mon, 30 Jul 2007 17:08:26 +0000 (17:08 +0000)]
Properly set USE_SSL on OS/400

16 years agoFixed compiler warning on non-SSL builds
Dan Fandrich [Mon, 30 Jul 2007 17:05:39 +0000 (17:05 +0000)]
Fixed compiler warning on non-SSL builds

16 years agoAdded "4.15 FTPS doesn't work" and updated a few other sections slightly
Daniel Stenberg [Sun, 29 Jul 2007 22:17:39 +0000 (22:17 +0000)]
Added "4.15 FTPS doesn't work" and updated a few other sections slightly

16 years agoBug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad use
Daniel Stenberg [Sun, 29 Jul 2007 12:54:05 +0000 (12:54 +0000)]
Bug report #1759542 (curl.haxx.se/bug/view.cgi?id=1759542). A bad use
of a socket after it has been closed, when the FTP-SSL data connection is taken
down.

16 years agoadded missing part for the qsossl support
Daniel Stenberg [Fri, 27 Jul 2007 08:33:32 +0000 (08:33 +0000)]
added missing part for the qsossl support

16 years agoadded initial pkg-config file (attempt)
Daniel Stenberg [Thu, 26 Jul 2007 21:56:47 +0000 (21:56 +0000)]
added initial pkg-config file (attempt)

16 years agoRemoved unused variable.
Dan Fandrich [Tue, 24 Jul 2007 15:23:16 +0000 (15:23 +0000)]
Removed unused variable.

16 years ago#if that should be #ifdef
Daniel Stenberg [Mon, 23 Jul 2007 21:48:27 +0000 (21:48 +0000)]
#if that should be #ifdef

16 years agoImplemented the parts of Patrick Monnerat's OS/400 patch that introduces
Daniel Stenberg [Mon, 23 Jul 2007 21:46:26 +0000 (21:46 +0000)]
Implemented the parts of Patrick Monnerat's OS/400 patch that introduces
support for the OS/400 Secure Sockets Layer library

17 years agoImplemented only the parts of Patrick Monnerat's OS/400 patch that renamed
Dan Fandrich [Mon, 23 Jul 2007 18:51:22 +0000 (18:51 +0000)]
Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed
some few internal identifiers to avoid conflicts, which could be useful on
other platforms.

17 years agoLog the "<CMD> wasn't handled" error normally since it is now expected
Dan Fandrich [Mon, 23 Jul 2007 17:51:43 +0000 (17:51 +0000)]
Log the "<CMD> wasn't handled" error normally since it is now expected
to occur in a couple of tests.

17 years agoadded 2 system libs necessary for linking OpenSSL 0.9.8e statically.
Gunter Knauf [Mon, 23 Jul 2007 01:05:34 +0000 (01:05 +0000)]
added 2 system libs necessary for linking OpenSSL 0.9.8e statically.

17 years agofix mess added in my previous commit
Daniel Stenberg [Sun, 22 Jul 2007 10:19:53 +0000 (10:19 +0000)]
fix mess added in my previous commit

17 years agoHTTP Digest auth fix on a re-used connection
Daniel Stenberg [Sun, 22 Jul 2007 10:17:52 +0000 (10:17 +0000)]
HTTP Digest auth fix on a re-used connection

17 years agoAdded test case 354 that makes a simple FTP retrieval without password, which
Daniel Stenberg [Sun, 22 Jul 2007 10:08:59 +0000 (10:08 +0000)]
Added test case 354 that makes a simple FTP retrieval without password, which
verifies the bug fix in #1757328.

17 years agotest and verify curl -I on a single FTP file somewhat more than before
Daniel Stenberg [Sat, 21 Jul 2007 21:49:23 +0000 (21:49 +0000)]
test and verify curl -I on a single FTP file somewhat more than before

17 years agoTo allow more flexibility in FTP test cases, I've removed the enforced states
Daniel Stenberg [Sat, 21 Jul 2007 21:48:58 +0000 (21:48 +0000)]
To allow more flexibility in FTP test cases, I've removed the enforced states
from the test server code as they served no real purpose. The test server is
here to serve for the test cases, not to attempt to function as a real server!

17 years agonews
Daniel Stenberg [Sat, 21 Jul 2007 21:47:02 +0000 (21:47 +0000)]
news

17 years agoMake the pointers of a few static const arrays const, too, for safety.
Dan Fandrich [Sat, 21 Jul 2007 02:08:17 +0000 (02:08 +0000)]
Make the pointers of a few static const arrays const, too, for safety.

17 years agoadded curl include for debug builds.
Gunter Knauf [Fri, 20 Jul 2007 21:50:53 +0000 (21:50 +0000)]
added curl include for debug builds.

17 years agoDocument pwd as an sftp quote command for curl(1), and show it as
Dan Fandrich [Fri, 20 Jul 2007 17:29:43 +0000 (17:29 +0000)]
Document pwd as an sftp quote command for curl(1), and show it as
lower case for consistency since sftp commands are case insensitive.

17 years agoadded lf to Win32 getpass_r() so that next output appears in new line.
Gunter Knauf [Fri, 20 Jul 2007 16:01:05 +0000 (16:01 +0000)]
added lf to Win32  getpass_r() so that next output appears in new line.

17 years agoPWD for SFTP is fixed
Daniel Stenberg [Fri, 20 Jul 2007 15:33:44 +0000 (15:33 +0000)]
PWD for SFTP is fixed

17 years agothe "libssh2 owns the memory don't free it" case
Daniel Stenberg [Fri, 20 Jul 2007 09:38:41 +0000 (09:38 +0000)]
the "libssh2 owns the memory don't free it" case

17 years agoRalf S. Engelschall filed bug report #1757328
Daniel Stenberg [Fri, 20 Jul 2007 09:35:58 +0000 (09:35 +0000)]
Ralf S. Engelschall filed bug report #1757328
(http://curl.haxx.se/bug/view.cgi?id=1757328) and submitted a patch. It turns
out we broke login to FTP servers that don't require (nor understand) PASS
after the USER command

17 years agoFix a loop with PWD
James Housley [Fri, 20 Jul 2007 01:03:49 +0000 (01:03 +0000)]
Fix a loop with PWD

17 years agoMade some const arrays static to avoid unnecessary stack usage.
Dan Fandrich [Fri, 20 Jul 2007 00:41:12 +0000 (00:41 +0000)]
Made some const arrays static to avoid unnecessary stack usage.

17 years agominor addition, re-count of the number of lines of code
Daniel Stenberg [Thu, 19 Jul 2007 21:35:36 +0000 (21:35 +0000)]
minor addition, re-count of the number of lines of code

17 years agolibssh2 fix
Daniel Stenberg [Thu, 19 Jul 2007 15:08:47 +0000 (15:08 +0000)]
libssh2 fix

17 years agoRevert the 512 change since newer versions of OpenSSH don't support DSA
Dan Fandrich [Thu, 19 Jul 2007 01:42:22 +0000 (01:42 +0000)]
Revert the 512 change since newer versions of OpenSSH don't support DSA
keys that small.

17 years agoSFTP also supports PWD
James Housley [Wed, 18 Jul 2007 23:21:32 +0000 (23:21 +0000)]
SFTP also supports PWD

17 years agoAdded the list of sftp quote commands.
Dan Fandrich [Wed, 18 Jul 2007 22:23:07 +0000 (22:23 +0000)]
Added the list of sftp quote commands.

17 years agoAs has been pointed out, err_msg should not be freed here. The actual
James Housley [Wed, 18 Jul 2007 18:31:34 +0000 (18:31 +0000)]
As has been pointed out, err_msg should not be freed here.  The actual
issue is in libssh2 and not freeing a dynamic error message during cleanup.

17 years agoUse 512 bit keys to reduce the time taken to generate them. This shouldn't
Dan Fandrich [Wed, 18 Jul 2007 00:27:13 +0000 (00:27 +0000)]
Use 512 bit keys to reduce the time taken to generate them.  This shouldn't
really reduce security since in the common case of a daily automated build
the keys are only used for a single test run lasting a few minutes before
being deleted.

17 years agoFixed test cases 613 and 614 by improving the log postprocessor to handle
Dan Fandrich [Tue, 17 Jul 2007 21:53:38 +0000 (21:53 +0000)]
Fixed test cases 613 and 614 by improving the log postprocessor to handle
a new directory listing format that newer libssh2's can provide.  This
is probably NOT sufficient to handle all directory listing formats that
server's can provide and should be revisited.

17 years agoJofell Gallardo posted a libcurl log using FTP that exposed a bug which made
Daniel Stenberg [Tue, 17 Jul 2007 20:59:53 +0000 (20:59 +0000)]
Jofell Gallardo posted a libcurl log using FTP that exposed a bug which made
a control connection that was deemed "dead" to yet be re-used in a following
request. We must make sure the connection gets closed on this situation.

17 years agomake it do all three requests on the same connection
Daniel Stenberg [Mon, 16 Jul 2007 21:44:46 +0000 (21:44 +0000)]
make it do all three requests on the same connection

17 years agoFixed some more simple compile warnings in the examples.
Dan Fandrich [Mon, 16 Jul 2007 21:22:12 +0000 (21:22 +0000)]
Fixed some more simple compile warnings in the examples.

17 years ago45. libcurl built to support ipv6 uses getaddrinfo() to resolve host names.
Daniel Stenberg [Mon, 16 Jul 2007 21:08:08 +0000 (21:08 +0000)]
45. libcurl built to support ipv6 uses getaddrinfo() to resolve host names.
  getaddrinfo() sorts the response list which effectively kills how libcurl
  deals with round-robin DNS entries. All details:
    http://curl.haxx.se/mail/lib-2007-07/0168.html
  initial suggested function to use for randomizing the response:
    http://curl.haxx.se/mail/lib-2007-07/0178.html

17 years agoconvert test case 540 to use a custom Host: header as well
Daniel Stenberg [Sun, 15 Jul 2007 21:00:26 +0000 (21:00 +0000)]
convert test case 540 to use a custom Host: header as well

17 years agolet's just export the whole argc + argv pair globally so that each test tool
Daniel Stenberg [Sun, 15 Jul 2007 20:59:43 +0000 (20:59 +0000)]
let's just export the whole argc + argv pair globally so that each test tool
can take advantage of it however they see fit!

17 years agomake users use the latest OpenSSL and Zlib libraries;
Gunter Knauf [Sun, 15 Jul 2007 13:00:39 +0000 (13:00 +0000)]
make users use the latest OpenSSL and Zlib libraries;
added hint to compile with SSPI with MSVC6 without PSDK.

17 years agoadded another SEE ALSO
Daniel Stenberg [Sat, 14 Jul 2007 23:01:49 +0000 (23:01 +0000)]
added another SEE ALSO

17 years agoAdded test case 540 and lib540.c, the 'proxyauth.c' test app posted by Shmulik
Daniel Stenberg [Sat, 14 Jul 2007 22:39:22 +0000 (22:39 +0000)]
Added test case 540 and lib540.c, the 'proxyauth.c' test app posted by Shmulik
Regev on the libcurl mailing list on 10 Jul 2007, converted to a test case.

17 years agoadd support for arg3 as the third argument...
Daniel Stenberg [Sat, 14 Jul 2007 22:38:18 +0000 (22:38 +0000)]
add support for arg3 as the third argument...

17 years agoadd some better logging when HTTP server start fails, and make the failure
Daniel Stenberg [Sat, 14 Jul 2007 22:33:46 +0000 (22:33 +0000)]
add some better logging when HTTP server start fails, and make the failure
really hard if the test server can't be resolved (like for ::1 ipv6)

17 years agofor now unless we do better fixed LIBSSH2_APINO compares to use long constants.
Gunter Knauf [Sat, 14 Jul 2007 15:59:01 +0000 (15:59 +0000)]
for now unless we do better fixed LIBSSH2_APINO compares to use long constants.

17 years agoBrad House's fix to hish a win32 compiler warning
Daniel Stenberg [Sat, 14 Jul 2007 13:14:58 +0000 (13:14 +0000)]
Brad House's fix to hish a win32 compiler warning

17 years agoadded Vlad's entire description of his valgrind fix
Daniel Stenberg [Sat, 14 Jul 2007 13:11:36 +0000 (13:11 +0000)]
added Vlad's entire description of his valgrind fix

17 years agoVlad Dinulescu fixed two outstanding valgrind reports
Daniel Stenberg [Sat, 14 Jul 2007 13:08:50 +0000 (13:08 +0000)]
Vlad Dinulescu fixed two outstanding valgrind reports

17 years agoThe examples don't need access to curl internal source files.
Dan Fandrich [Fri, 13 Jul 2007 21:31:44 +0000 (21:31 +0000)]
The examples don't need access to curl internal source files.

17 years agoColin Hogben filed bug report #1750274
Daniel Stenberg [Fri, 13 Jul 2007 20:17:35 +0000 (20:17 +0000)]
Colin Hogben filed bug report #1750274
(http://curl.haxx.se/bug/view.cgi?id=1750274) and submitted a patch for the
case where libcurl did a connect attempt to a non-listening port and didn't
provide a human readable error string back.

17 years agoDaniel Cater added the mentioning of CURL_DISABLE_TFTP
Daniel Stenberg [Fri, 13 Jul 2007 20:09:38 +0000 (20:09 +0000)]
Daniel Cater added the mentioning of CURL_DISABLE_TFTP

17 years agoDaniel Cater: libcurl-errors needs updating to reflect a couple of deprecated
Daniel Stenberg [Fri, 13 Jul 2007 20:07:22 +0000 (20:07 +0000)]
Daniel Cater: libcurl-errors needs updating to reflect a couple of deprecated
error codes

17 years agoDaniel Cater made libcurl build with CURL_NO_OLDIES defined (which doesn't
Daniel Stenberg [Fri, 13 Jul 2007 20:04:53 +0000 (20:04 +0000)]
Daniel Cater made libcurl build with CURL_NO_OLDIES defined (which doesn't
define the symbols for backwards source compatibility)

17 years agoDaniel Cater made the vc8-generating line use double-quotes to run fine on
Daniel Stenberg [Fri, 13 Jul 2007 19:38:36 +0000 (19:38 +0000)]
Daniel Cater made the vc8-generating line use double-quotes to run fine on
windows

17 years agoMade the krb5 code build with Heimdal's GSSAPI lib
Daniel Stenberg [Thu, 12 Jul 2007 21:34:42 +0000 (21:34 +0000)]
Made the krb5 code build with Heimdal's GSSAPI lib

17 years agoFixed some compile warnings and errors and improved portability in the
Dan Fandrich [Thu, 12 Jul 2007 21:11:10 +0000 (21:11 +0000)]
Fixed some compile warnings and errors and improved portability in the
examples.
Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers
any longer.