platform/upstream/curl.git
16 years agoDmitry Kurochkin: In "real world" testing I found more bugs in
Daniel Stenberg [Sun, 27 Jan 2008 22:53:09 +0000 (22:53 +0000)]
Dmitry Kurochkin: In "real world" testing I found more bugs in
pipelining. Broken connection is not restored and we get into infinite
loop. It happens because of wrong is_in_pipeline values.

16 years agoDont rely on PAMAuthenticationViaKbdInt default being 'no'
Yang Tse [Sun, 27 Jan 2008 02:35:20 +0000 (02:35 +0000)]
Dont rely on PAMAuthenticationViaKbdInt default being 'no'

16 years agoadded test 1021 to verify my fix for bug report #1879375
Daniel Stenberg [Sat, 26 Jan 2008 00:13:38 +0000 (00:13 +0000)]
added test 1021 to verify my fix for bug report #1879375

16 years ago- Kevin Reed filed bug report #1879375
Daniel Stenberg [Fri, 25 Jan 2008 23:33:45 +0000 (23:33 +0000)]
- Kevin Reed filed bug report #1879375
  (http://curl.haxx.se/bug/view.cgi?id=1879375) which describes how libcurl
  got lost in this scenario: proxy tunnel (or HTTPS over proxy), ask to do any
  proxy authentication and the proxy replies with an auth (like NTLM) and then
  closes the connection after that initial informational response.

  libcurl would not properly re-initialize the connection to the proxy and
  continue the auth negotiation like supposed. It does now however, as it will
  now detect if one or more authentication methods were available and asked
  for, and will thus retry the connection and continue from there.

- I made the progress callback get called properly during proxy CONNECT.

16 years agousing anyauth isn't unconditionally an extra roundtrip
Daniel Stenberg [Fri, 25 Jan 2008 22:35:06 +0000 (22:35 +0000)]
using anyauth isn't unconditionally an extra roundtrip

16 years agojust wanted to mention two uclinux archs I've tried libcurl builds on myself
Daniel Stenberg [Fri, 25 Jan 2008 22:10:10 +0000 (22:10 +0000)]
just wanted to mention two uclinux archs I've tried libcurl builds on myself

16 years agoimprove request initialization for test harness HTTP server
Yang Tse [Fri, 25 Jan 2008 05:08:53 +0000 (05:08 +0000)]
improve request initialization for test harness HTTP server

16 years agoDmitry Kurochkin's test harness HTTP server pipelining fix fot test 530
Yang Tse [Fri, 25 Jan 2008 05:07:04 +0000 (05:07 +0000)]
Dmitry Kurochkin's test harness HTTP server pipelining fix fot test 530

16 years agoand Igor Franchuk is his name!
Daniel Stenberg [Thu, 24 Jan 2008 17:17:18 +0000 (17:17 +0000)]
and Igor Franchuk is his name!

16 years agofixed link to latest native awk.
Gunter Knauf [Thu, 24 Jan 2008 15:39:51 +0000 (15:39 +0000)]
fixed link to latest native awk.

16 years agoupdated makefiles to use global copyright define.
Gunter Knauf [Thu, 24 Jan 2008 15:28:47 +0000 (15:28 +0000)]
updated makefiles to use global copyright define.

16 years agoupdated awk script to fetch copyright from header.
Gunter Knauf [Thu, 24 Jan 2008 15:27:06 +0000 (15:27 +0000)]
updated awk script to fetch copyright from header.

16 years agominor makefile tweaks.
Gunter Knauf [Thu, 24 Jan 2008 15:05:56 +0000 (15:05 +0000)]
minor makefile tweaks.

16 years agohappy new year
Gunter Knauf [Thu, 24 Jan 2008 14:15:49 +0000 (14:15 +0000)]
happy new year

16 years agouse more correctly named define.
Gunter Knauf [Thu, 24 Jan 2008 14:14:34 +0000 (14:14 +0000)]
use more correctly named define.

16 years agouse copyright define instead of hardcoded string.
Gunter Knauf [Thu, 24 Jan 2008 14:10:59 +0000 (14:10 +0000)]
use copyright define instead of hardcoded string.

16 years agoadded copyright define to curlver.h.
Gunter Knauf [Thu, 24 Jan 2008 14:05:56 +0000 (14:05 +0000)]
added copyright define to curlver.h.

16 years ago"Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and so
Daniel Stenberg [Wed, 23 Jan 2008 22:22:12 +0000 (22:22 +0000)]
"Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and so
did "SESS". Fixed now.

16 years agoDmitry Kurochkin's pipelining close-down segfault fix
Daniel Stenberg [Wed, 23 Jan 2008 12:22:04 +0000 (12:22 +0000)]
Dmitry Kurochkin's pipelining close-down segfault fix

16 years agoupdate openssl version
Yang Tse [Wed, 23 Jan 2008 07:27:40 +0000 (07:27 +0000)]
update openssl version

16 years agoSTDIN_FILENO, STDOUT_FILENO and STDERR_FILENO clone macros
Yang Tse [Wed, 23 Jan 2008 06:11:11 +0000 (06:11 +0000)]
STDIN_FILENO, STDOUT_FILENO and STDERR_FILENO clone macros

16 years agohappy new year
Gunter Knauf [Wed, 23 Jan 2008 02:12:13 +0000 (02:12 +0000)]
happy new year

16 years agoremoved inclusion of libcurl memory debug headers since this lib stub is a well proof...
Gunter Knauf [Wed, 23 Jan 2008 02:10:40 +0000 (02:10 +0000)]
removed inclusion of libcurl memory debug headers since this lib stub is a well proofed method suggested by Novell. This enables usage of the stub with language bindings.

16 years agowhen unable to initialize sftp session, also log failure reason
Yang Tse [Tue, 22 Jan 2008 17:26:42 +0000 (17:26 +0000)]
when unable to initialize sftp session, also log failure reason

16 years agocheck availability of poll.h header at configuration time, and include
Yang Tse [Tue, 22 Jan 2008 14:52:54 +0000 (14:52 +0000)]
check availability of poll.h header at configuration time, and include
it when sys/poll.h is unavailable

16 years agoupdate copyright year
Yang Tse [Tue, 22 Jan 2008 03:48:16 +0000 (03:48 +0000)]
update copyright year

16 years agoDmitry Kurochkin removed the cancelled state for pipelining, as we agreed
Daniel Stenberg [Mon, 21 Jan 2008 23:48:58 +0000 (23:48 +0000)]
Dmitry Kurochkin removed the cancelled state for pipelining, as we agreed
that it is bad anyway. Starting now, removing a handle that is in used in a
pipeline will break the pipeline - it'll be set back up again but still...

16 years agoDisable ldap support for cygwin builds, since it breaks whole build process.
Yang Tse [Mon, 21 Jan 2008 20:22:33 +0000 (20:22 +0000)]
Disable ldap support for cygwin builds, since it breaks whole build process.

16 years agoundo using internal *printf() clones for test #530
Yang Tse [Mon, 21 Jan 2008 05:35:08 +0000 (05:35 +0000)]
undo using internal *printf() clones for test #530

16 years agouse internal *printf() clones since snprintf() not available on all platforms
Yang Tse [Sun, 20 Jan 2008 22:53:56 +0000 (22:53 +0000)]
use internal *printf() clones since snprintf() not available on all platforms

16 years agoJudson provided an example, and the added mirror adds the count
Daniel Stenberg [Sun, 20 Jan 2008 11:29:30 +0000 (11:29 +0000)]
Judson provided an example, and the added mirror adds the count

16 years agoThis is a multi threaded application that uses a progress bar to show
Daniel Stenberg [Sun, 20 Jan 2008 11:12:11 +0000 (11:12 +0000)]
This is a multi threaded application that uses a progress bar to show
status.  It uses Gtk+ to make a smooth pulse. Written by Jud Bishop

16 years agohttp://curl.very-clever.com/ is a new mirror in Nuremberg, Germany
Daniel Stenberg [Sun, 20 Jan 2008 11:07:43 +0000 (11:07 +0000)]
curl.very-clever.com/ is a new mirror in Nuremberg, Germany

16 years agoAlso disable GSSAPIAuthentication for the test harness ssh client
Yang Tse [Sun, 20 Jan 2008 04:05:25 +0000 (04:05 +0000)]
Also disable GSSAPIAuthentication for the test harness ssh client

16 years agoadded a (sample) target for 64bit msvc builds
Daniel Stenberg [Sat, 19 Jan 2008 11:33:06 +0000 (11:33 +0000)]
added a (sample) target for 64bit msvc builds

16 years agorephrased the --socks5-hostname help output somewhat
Daniel Stenberg [Sat, 19 Jan 2008 10:30:15 +0000 (10:30 +0000)]
rephrased the --socks5-hostname help output somewhat

16 years agoDmitry Kurochkin fixed test case 530 (pipelining)
Daniel Stenberg [Sat, 19 Jan 2008 10:14:45 +0000 (10:14 +0000)]
Dmitry Kurochkin fixed test case 530 (pipelining)

16 years agoLau Hang Kin found and fixed a problem with the multi interface when doing
Daniel Stenberg [Fri, 18 Jan 2008 21:51:10 +0000 (21:51 +0000)]
Lau Hang Kin found and fixed a problem with the multi interface when doing
CONNECT over a proxy. curl_multi_fdset() didn't report back the socket
properly during that state, due to a missing case in the switch in the
multi_getsock() function.

16 years agofix failure to properly detect SSH and SOCKS servers start up on loaded systems
Yang Tse [Fri, 18 Jan 2008 09:18:59 +0000 (09:18 +0000)]
fix failure to properly detect SSH and SOCKS servers start up on loaded systems

16 years agoto actually allow really big HTTP POSTs curl's postfieldsize type is changed to
Yang Tse [Fri, 18 Jan 2008 05:58:00 +0000 (05:58 +0000)]
to actually allow really big HTTP POSTs curl's postfieldsize type is changed to
curl_off_t and CURLOPT_POSTFIELDSIZE_LARGE is used to pass value to libcurl

16 years agocurl-java 0.2.1
Daniel Stenberg [Thu, 17 Jan 2008 22:43:29 +0000 (22:43 +0000)]
curl-java 0.2.1

16 years agothe java binding is not really maintained
Daniel Stenberg [Thu, 17 Jan 2008 21:46:21 +0000 (21:46 +0000)]
the java binding is not really maintained

16 years agoDon't abort tests 518 and 537 when unable to raise the open-file soft limit
Yang Tse [Thu, 17 Jan 2008 18:57:50 +0000 (18:57 +0000)]
Don't abort tests 518 and 537 when unable to raise the open-file soft limit

16 years agofix compiler warning
Yang Tse [Thu, 17 Jan 2008 18:03:07 +0000 (18:03 +0000)]
fix compiler warning

16 years agoPut the comments in an XML-valid location.
Dan Fandrich [Thu, 17 Jan 2008 04:10:28 +0000 (04:10 +0000)]
Put the comments in an XML-valid location.

16 years agoupdated lib versions.
Gunter Knauf [Thu, 17 Jan 2008 01:25:46 +0000 (01:25 +0000)]
updated lib versions.

16 years agoupdated copyright for new year.
Gunter Knauf [Thu, 17 Jan 2008 01:20:03 +0000 (01:20 +0000)]
updated copyright for new year.

16 years agoAdded test 553. This test case and code is based on the bug recipe Joe Malicki
Daniel Stenberg [Wed, 16 Jan 2008 22:54:54 +0000 (22:54 +0000)]
Added test 553. This test case and code is based on the bug recipe Joe Malicki
provided for bug report #1871269, fixed on Jan 14 2008 before the 7.18.0
release.

16 years agoremove trailing comma too, even though I don't think it does any harm
Daniel Stenberg [Wed, 16 Jan 2008 22:09:51 +0000 (22:09 +0000)]
remove trailing comma too, even though I don't think it does any harm

16 years agoNathan Coulter's patch that makes runtests.pl respect the PATH when figuring
Daniel Stenberg [Wed, 16 Jan 2008 22:08:37 +0000 (22:08 +0000)]
Nathan Coulter's patch that makes runtests.pl respect the PATH when figuring
out what valgrind to run.

16 years agoDmitry Kurochkin's additional pipelining bugfix
Daniel Stenberg [Wed, 16 Jan 2008 21:33:52 +0000 (21:33 +0000)]
Dmitry Kurochkin's additional pipelining bugfix

16 years agofix handling of out of memory in the command line tool that afected
Yang Tse [Wed, 16 Jan 2008 21:01:30 +0000 (21:01 +0000)]
fix handling of out of memory in the command line tool that afected
data url encoded HTTP POSTs when reading it from a file.

16 years agoOS/400 update:
Patrick Monnerat [Wed, 16 Jan 2008 16:04:47 +0000 (16:04 +0000)]
OS/400 update:
New declarations in curl.h reported to curl.inc.in.
Copyrights extended to 2008.
SONAME handling introduced in build scripts.

16 years agoDmitry Kurochkin worked a lot on improving the HTTP Pipelining support that
Daniel Stenberg [Wed, 16 Jan 2008 12:24:00 +0000 (12:24 +0000)]
Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that
previously had a number of flaws, perhaps most notably when an application
fired up N transfers at once as then they wouldn't pipeline at all that
nicely as anyone would think... Test case 530 was also updated to take the
improved functionality into account.

16 years agoCalls to Curl_failf() are not supposed to provide a trailing newline as the
Daniel Stenberg [Tue, 15 Jan 2008 23:19:02 +0000 (23:19 +0000)]
Calls to Curl_failf() are not supposed to provide a trailing newline as the
function itself adds that. Fixed on 50 or something strings!

16 years agoWoops, partly revert my previous commit and do it slightly differently instead.
Daniel Stenberg [Tue, 15 Jan 2008 22:44:12 +0000 (22:44 +0000)]
Woops, partly revert my previous commit and do it slightly differently instead.
The signalling of that a global DNS cache is wanted is done by setting the
option but the setting of the internal variable that it is in use must not be
done until it finally actually gets used!

NOTE and WARNING: I noticed that you can't actually switch off the global dns
cache with CURLOPT_DNS_USE_GLOBAL_CACHE but you couldn't do that previously
either and the option is very clearly and loudly documented as DO NOTE USE so
I won't bother to fix this bug now.

16 years agoI made the torture test on test 530 go through. This was actually due to
Daniel Stenberg [Tue, 15 Jan 2008 22:15:55 +0000 (22:15 +0000)]
I made the torture test on test 530 go through. This was actually due to
silly code left from when we switched to let the multi handle "hold" the dns
cache when using the multi interface... Of course this only triggered when a
certain function call returned error at the correct moment.

16 years agoMichal Marek's improved .curlrc syntax description
Daniel Stenberg [Tue, 15 Jan 2008 08:45:22 +0000 (08:45 +0000)]
Michal Marek's improved .curlrc syntax description

16 years agoJoe Malicki filed bug report #1871269
Daniel Stenberg [Mon, 14 Jan 2008 22:02:14 +0000 (22:02 +0000)]
Joe Malicki filed bug report #1871269
(http://curl.haxx.se/bug/view.cgi?id=1871269) and we could fix his hang-
problem that occurred when doing a large HTTP POST request with the
response-body read from a callback.

16 years agofix compiler warning
Yang Tse [Mon, 14 Jan 2008 19:40:10 +0000 (19:40 +0000)]
fix compiler warning

16 years agostartnew() shouldn't return a positive pid as reported in the pidfile
Yang Tse [Mon, 14 Jan 2008 19:28:54 +0000 (19:28 +0000)]
startnew() shouldn't return a positive pid as reported in the pidfile
by the spawned server itself unless it is actually alive

16 years ago5.3 support FF3 sqlite cookie files
Daniel Stenberg [Mon, 14 Jan 2008 17:49:06 +0000 (17:49 +0000)]
5.3 support FF3 sqlite cookie files

16 years agoTrying GnuTLS and OpenSSL together fails to compile in not so
Gisle Vanem [Mon, 14 Jan 2008 16:51:32 +0000 (16:51 +0000)]
Trying GnuTLS and OpenSSL together fails to compile in not so
obvious ways. Give an explicit error.

16 years ago#115 is done
Yang Tse [Mon, 14 Jan 2008 01:53:17 +0000 (01:53 +0000)]
#115 is done

16 years agofix compiler warning
Yang Tse [Sun, 13 Jan 2008 04:39:32 +0000 (04:39 +0000)]
fix compiler warning

16 years agoadd client features part
Yang Tse [Sun, 13 Jan 2008 03:27:14 +0000 (03:27 +0000)]
add client features part

16 years agoI re-arranged the curl --help output. All the options are now sorted on
Daniel Stenberg [Sat, 12 Jan 2008 22:56:12 +0000 (22:56 +0000)]
I re-arranged the curl --help output. All the options are now sorted on
their long option names and all descriptions are one-liners.

16 years agoEric Landes provided the patch (edited by me) that introduces the
Daniel Stenberg [Sat, 12 Jan 2008 22:10:53 +0000 (22:10 +0000)]
Eric Landes provided the patch (edited by me) that introduces the
--keepalive-time to curl to set the keepalive probe interval. I also took
the opportunity to rename the recently added no-keep-alive option to
no-keepalive to keep a consistent naming and to avoid getting two dashes in
these option names. Eric also provided an update to the man page for the new
option.

16 years agoadded release dates for four very old releases
Daniel Stenberg [Sat, 12 Jan 2008 10:31:07 +0000 (10:31 +0000)]
added release dates for four very old releases

16 years agoRemove hardcoded verbosity
Yang Tse [Sat, 12 Jan 2008 04:32:03 +0000 (04:32 +0000)]
Remove hardcoded verbosity

16 years agoOoops
Yang Tse [Sat, 12 Jan 2008 00:12:16 +0000 (00:12 +0000)]
Ooops

16 years agoOoops
Yang Tse [Fri, 11 Jan 2008 21:59:05 +0000 (21:59 +0000)]
Ooops

16 years agonew year
Daniel Stenberg [Fri, 11 Jan 2008 21:23:57 +0000 (21:23 +0000)]
new year

16 years agoWhen verifying that test harness's SSH and SOCKS servers have been
Yang Tse [Fri, 11 Jan 2008 20:17:33 +0000 (20:17 +0000)]
When verifying that test harness's SSH and SOCKS servers have been
started check also that the process is actually alive, since they
could have died once the pidfile was written out

16 years agofix compiler warning
Yang Tse [Fri, 11 Jan 2008 17:35:10 +0000 (17:35 +0000)]
fix compiler warning

16 years agofix compiler warning
Yang Tse [Fri, 11 Jan 2008 16:49:35 +0000 (16:49 +0000)]
fix compiler warning

16 years ago"114 - Ranged downloads on file:// URLs" done
Daniel Stenberg [Fri, 11 Jan 2008 15:21:21 +0000 (15:21 +0000)]
"114 - Ranged downloads on file:// URLs" done

16 years agoDaniel Egger made CURLOPT_RANGE work on file:// URLs the very same way it
Daniel Stenberg [Fri, 11 Jan 2008 14:20:41 +0000 (14:20 +0000)]
Daniel Egger made CURLOPT_RANGE work on file:// URLs the very same way it
already worked for FTP:// URLs

16 years agoI made the curl tool switch from using CURLOPT_IOCTLFUNCTION to now use the
Daniel Stenberg [Fri, 11 Jan 2008 14:00:47 +0000 (14:00 +0000)]
I made the curl tool switch from using CURLOPT_IOCTLFUNCTION to now use the
spanking new CURLOPT_SEEKFUNCTION simply to take advantage of the improved
performance for the upload resume cases where you want to upload the last
few bytes of a very large file. To implement this decently, I had to switch
the client code for uploading from fopen()/fread() to plain open()/read() so
that we can use lseek() to do >32bit seeks (as fseek() doesn't allow that)
on systems that offer support for that.

16 years agoMichal Marek made curl-config --libs not include /usr/lib64 in the output
Daniel Stenberg [Thu, 10 Jan 2008 22:14:02 +0000 (22:14 +0000)]
Michal Marek made curl-config --libs not include /usr/lib64 in the output
(it already before skipped /usr/lib).  /usr/lib64 is the default library
directory on many 64bit systems and it's unlikely that anyone would use the
path privately on systems where it's not.

16 years agoTemporary change to help debugging SSH server verification failures
Yang Tse [Thu, 10 Jan 2008 16:19:14 +0000 (16:19 +0000)]
Temporary change to help debugging SSH server verification failures

16 years agoTwo more items done:
Daniel Stenberg [Thu, 10 Jan 2008 10:31:01 +0000 (10:31 +0000)]
Two more items done:

109 - curl_easy_pause
110 - seekfunction

16 years agoGeorg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allow
Daniel Stenberg [Thu, 10 Jan 2008 10:30:19 +0000 (10:30 +0000)]
Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allow
libcurl to seek in a given input stream. This is particularly important when
doing upload resumes when there's already a huge part of the file present
remotely. Before, and still if this callback isn't used, libcurl will read
and through away the entire file up to the point to where the resuming
begins (which of course can be a slow opereration depending on file size,
I/O bandwidth and more). This new function will also be preferred to get
used instead of the CURLOPT_IOCTLFUNCTION for seeking back in a stream when
doing multi-stage HTTP auth with POST/PUT.

16 years agoNikitinskit Dmitriy filed bug report #1868255
Daniel Stenberg [Thu, 10 Jan 2008 09:17:07 +0000 (09:17 +0000)]
Nikitinskit Dmitriy filed bug report #1868255
(http://curl.haxx.se/bug/view.cgi?id=1868255) with a patch. It identifies
and fixes a problem with parsing WWW-Authenticate: headers with additional
spaces in the line that the parser wasn't written to deal with.

16 years agocorrected comment
Daniel Stenberg [Thu, 10 Jan 2008 09:16:21 +0000 (09:16 +0000)]
corrected comment

16 years agofix compiler warning
Yang Tse [Wed, 9 Jan 2008 19:11:56 +0000 (19:11 +0000)]
fix compiler warning

16 years agoFix file Id
Yang Tse [Wed, 9 Jan 2008 01:11:59 +0000 (01:11 +0000)]
Fix file Id

16 years agoAdd /usr/freeware/sbin and /usr/freeware/libexec to the ssh binaries
Yang Tse [Wed, 9 Jan 2008 00:58:48 +0000 (00:58 +0000)]
Add /usr/freeware/sbin and /usr/freeware/libexec to the ssh binaries
locations search list.

16 years agoadded the --retry problems mention on the curl-library list today
Daniel Stenberg [Tue, 8 Jan 2008 22:15:19 +0000 (22:15 +0000)]
added the --retry problems mention on the curl-library list today

16 years agoPartially cleanup debugging messages in test harness, introduced for
Yang Tse [Tue, 8 Jan 2008 20:12:43 +0000 (20:12 +0000)]
Partially cleanup debugging messages in test harness, introduced for
new minimum SSH version support for SCP, SFTP and SOCKS tests.

Some verbosity which still remains, will go out before next release.

16 years agoRemove increased loglevel intended to debug autobuild's publickey
Yang Tse [Tue, 8 Jan 2008 19:18:25 +0000 (19:18 +0000)]
Remove increased loglevel intended to debug autobuild's publickey
authentication failures when using OpenSSH 2.9.9 or SunSSH.

Verified fact: Even when only using publickey authentication,
OpenSSH and SunSSH first validate the user, this implies that
if the user validation fails, 'invalid user', the publickey
authentication will not be allowed to complete.

16 years agoIntroducing curl_easy_pause() and new magic return codes for both the read
Daniel Stenberg [Tue, 8 Jan 2008 14:52:05 +0000 (14:52 +0000)]
Introducing curl_easy_pause() and new magic return codes for both the read
and the write callbacks that now can make a connection's reading and/or
writing get paused.

16 years agoremoved 113, both bugs #1850730 and #1854175 are fixed in CVS
Daniel Stenberg [Tue, 8 Jan 2008 11:11:20 +0000 (11:11 +0000)]
removed 113, both bugs #1850730 and #1854175 are fixed in CVS

16 years agoChange typecast due to http://cool.haxx.se/cvs.cgi/curl/include/curl/curl.h.diff...
Yang Tse [Tue, 8 Jan 2008 01:05:50 +0000 (01:05 +0000)]
Change typecast due to cool.haxx.se/cvs.cgi/curl/include/curl/curl.h.diff?r1=1.336&r2=1.337

16 years agoIncrease loglevel to debug autobuild's publickey authentication
Yang Tse [Tue, 8 Jan 2008 00:40:02 +0000 (00:40 +0000)]
Increase loglevel to debug autobuild's publickey authentication
failures when using OpenSSH 2.9.9 or SunSSH

16 years agoDisplay ssh server log and configuration upon socks server failure
Yang Tse [Tue, 8 Jan 2008 00:39:31 +0000 (00:39 +0000)]
Display ssh server log and configuration upon socks server failure

16 years agoFixed test description
Dan Fandrich [Mon, 7 Jan 2008 19:54:40 +0000 (19:54 +0000)]
Fixed test description

16 years agoILE RPG support update (from include/curl/curl.h)
Patrick Monnerat [Mon, 7 Jan 2008 16:32:49 +0000 (16:32 +0000)]
ILE RPG support update (from include/curl/curl.h)

16 years agoupdated URLs and moved down two issues to the new "less likely" section
Daniel Stenberg [Sun, 6 Jan 2008 23:22:06 +0000 (23:22 +0000)]
updated URLs and moved down two issues to the new "less likely" section

16 years agomore SOCKS5_HOSTNAME adjustments from Richard Atterer
Daniel Stenberg [Sun, 6 Jan 2008 21:41:38 +0000 (21:41 +0000)]
more SOCKS5_HOSTNAME adjustments from Richard Atterer