- Feb 16, 2008
-
-
Guenter Knauf authored
removed unsused ldap module dependency since the module didnt autounload from protected address space.
-
- Feb 15, 2008
-
-
Daniel Stenberg authored
verification is requested. Previously it would even return failure if gnutls failed to get the server cert even though no verification was asked for. - Fix my Curl_timeleft() leftover mistake in the gnutls code
-
Daniel Stenberg authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
http request and then you'd reuse the handle and replace the Accept: header, as then libcurl would send two Accept: headers!
-
Guenter Knauf authored
-
Guenter Knauf authored
moved info block up before help block so that it can also be displayed before help option; trial to add a version number.
-
- Feb 14, 2008
-
-
Guenter Knauf authored
-
Daniel Stenberg authored
-
- Feb 13, 2008
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Yang Tse authored
when verifying the https and ftps servers
-
- Feb 12, 2008
-
-
Yang Tse authored
timeout passed to startnew, when this happens startnew completes without being able to read the pidfile and consequently returns a zero pid2. To fix the above posibility the server pid is recovered from the verification stage which will actually return the server pid when verification is valid.
-
Yang Tse authored
-
- Feb 11, 2008
-
-
Daniel Stenberg authored
Feb 7 that didn't abort properly on timeouts. These are actually old problems but now they should be fixed.
-
Yang Tse authored
-
Dan Fandrich authored
-
Guenter Knauf authored
-
Dan Fandrich authored
-
Guenter Knauf authored
added -t switch to make text info of CAs optional; added -q switch to be really quiet.
-
Yang Tse authored
-
- Feb 10, 2008
-
-
http://curl.haxx.se/bug/view.cgi?id=1888932Yang Tse authored
out and provides test program that demonstrates that libcurl might not set error description message for error CURLE_COULDNT_RESOLVE_HOST for Windows threaded name resolver builds. Fixed now.
-
Yang Tse authored
Make sure that the sftp client tool uses the ssh client binary that we have used to generate the configuration files, otherwise sftp might be using one located in the preferred path compiled into sftp.
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Feb 09, 2008
-
-
Guenter Knauf authored
-
Guenter Knauf authored
make use of mv's backup feature so that calling the ca-bundle target more than once will never fail; ignore error which can occure if for whatever reason there's no orignial ca-bundle.crt to rename.
-
Guenter Knauf authored
-
Dan Fandrich authored
-
Dan Fandrich authored
Removed a few unnecessary requires SSL statements.
-
Dan Fandrich authored
-
- Feb 08, 2008
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1889856): When using the gnutls ssl layer, cleaning-up and reinitializing curl ends up with https requests failing with "ASN1 parser: Element was not found" errors. Obviously a regression added in 7.16.3.
-
Guenter Knauf authored
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
all curl's tests generated configuration and key files are fine, a real connection is established to the test harness sftp server authenticating and running a simple sftp remote pwd command. The verification is done using OpenSSH's or SunSSH's sftp client tool with a configuration file with the same options as the test harness socks server with the exception that dynamic forwarding is not used for sftp.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
instead of downloading it from the curl site
-
Daniel Stenberg authored
creates a suitable ca-bundle.crt file in PEM format for use with curl. The recommended way to run it is to use 'make ca-bundle' in the build tree root.
-