Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-14 | five current issues we should deal with somehow before the next release | Daniel Stenberg | |
2008-02-13 | Updated some out-of-date information. | Dan Fandrich | |
2008-02-13 | make this test disabled properly when built with yassl | Daniel Stenberg | |
2008-02-13 | verifyserver() actually returns the pid of the unsecure http and ftp servers | Yang Tse | |
when verifying the https and ftps servers | |||
2008-02-12 | On heavily loaded systems any test server start up can take longer than the | Yang Tse | |
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. | |||
2008-02-12 | fix grammatical issues | Yang Tse | |
2008-02-11 | Yang Tse pointed out a few remaining quirks from my timeout refactoring from | Daniel Stenberg | |
Feb 7 that didn't abort properly on timeouts. These are actually old problems but now they should be fixed. | |||
2008-02-11 | shell startup scripts and possible influence in scp/sftp/socks tests | Yang Tse | |
2008-02-11 | Disable test due to keyword before disabling due to bad server. | Dan Fandrich | |
2008-02-11 | open pipe to openssl commandline instead of writing into temp file. | Gunter Knauf | |
2008-02-11 | Fixed unused variable warning. | Dan Fandrich | |
2008-02-11 | added strict to make sure all vars are properly defined; | Gunter Knauf | |
added -t switch to make text info of CAs optional; added -q switch to be really quiet. | |||
2008-02-11 | Additional SunSSH 1.1 ssh server options | Yang Tse | |
2008-02-10 | Bug report #1888932 (http://curl.haxx.se/bug/view.cgi?id=1888932) points | Yang Tse | |
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. | |||
2008-02-10 | Verify only once test harness sftp server connectivity and functionality. | Yang Tse | |
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. | |||
2008-02-10 | removed 'mv' call and changed to use new backup feature of mk-ca-bundle.pl. | Gunter Knauf | |
2008-02-10 | added -b switch to provide a backup functionality for existing ca-bundle.crt ↵ | Gunter Knauf | |
file. | |||
2008-02-09 | fixed another wrong var in error message. | Gunter Knauf | |
2008-02-09 | make use of mv's backup feature so that calling the ca-bundle target more ↵ | Gunter Knauf | |
than once will never fail; ignore error which can occure if for whatever reason there's no orignial ca-bundle.crt to rename. | |||
2008-02-09 | fixed wrong var in error message. | Gunter Knauf | |
2008-02-09 | Fixed some XML parsing problems. | Dan Fandrich | |
2008-02-09 | Added key words to all SSL-using tests so they can be skipped if necessary. | Dan Fandrich | |
Removed a few unnecessary requires SSL statements. | |||
2008-02-09 | Fixed test to use HTTPS as documented. | Dan Fandrich | |
2008-02-08 | - Mike Hommey filed and fixed bug report #1889856 | Daniel Stenberg | |
(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. | |||
2008-02-08 | fixed a typo. | Gunter Knauf | |
2008-02-08 | Missed checking in these test data files. | Dan Fandrich | |
2008-02-08 | Get rid of sftp subsystem additional parameters, they aren't widely supported | Yang Tse | |
2008-02-08 | To verify that the sftp server is actually running, responsive and that | Yang Tse | |
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. | |||
2008-02-08 | and mention make ca-bundle in the 1.11 faq entry as well | Daniel Stenberg | |
2008-02-08 | for step 5, mention that we can now generate an own version locally if wanted | Daniel Stenberg | |
instead of downloading it from the curl site | |||
2008-02-08 | Günter Knauf added lib/mk-ca-bundle.pl which gets the Firefox ca bundle and | Daniel Stenberg | |
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. | |||
2008-02-08 | oops, we make the copyright year ranges the simple style | Daniel Stenberg | |
2008-02-08 | provide the ca-bundle target the same way as the Makefile.dist does it so that | Daniel Stenberg | |
it works the same way for configure-based platforms as for non-configure ones | |||
2008-02-08 | include mk-ca-bundle.pl in the tarballs | Daniel Stenberg | |
2008-02-08 | added ca-bundle target to main makefile; | Gunter Knauf | |
for now this does rename the existing ca-bundle.crt to ca-bundle.crt.old; maybe we can remove this once we are 100% sure that the new script works properly, and just overwrite the shipping one? | |||
2008-02-08 | use argument to specify output filename if present. | Gunter Knauf | |
2008-02-08 | fixed regex to fetch certdata.txt version since it was replaced by CVS (argh!) | Gunter Knauf | |
added a switch to display certdata.txt version header. | |||
2008-02-08 | Added tests 1022 and 1023 to validate output of curl-config --version and | Dan Fandrich | |
--vernum | |||
2008-02-08 | added Perl script to create a fresh ca-bundle.crt. | Gunter Knauf | |
2008-02-07 | - Refactored a lot of timeout code into a few functions in an attempt to make | Daniel Stenberg | |
them all use the same (hopefully correct) logic to make it less error-prone and easier to introduce library-wide where it should be used. | |||
2008-02-07 | ca-bundle.crt documentational updates that more clearly describe the bundle | Daniel Stenberg | |
ca-bundle.crt file as outdated and in need for replacement by anyone who wants to verify modern peers as the one we have is from year 2000! | |||
2008-02-06 | Fix problem in strdup replacement when dealing with absolutely huge strings. | Yang Tse | |
2008-02-06 | Don't try to compare more than strlen chars | Yang Tse | |
2008-02-06 | Use a long int data type to handle getpid() result | Yang Tse | |
2008-02-05 | Fix buffer size specification. | Yang Tse | |
Improve handling of boundary conditions for huge requests. | |||
2008-02-05 | Minor variable type cleanups. | Yang Tse | |
Disable "swsbounce" mode when the received request isn't for the same test and part number. | |||
2008-02-05 | proper initialization of httprequest, no longer zeroing out twice | Yang Tse | |
the whole 150000+ bytes struct, and also removing an equally big additional buffer for pipelining treatment. | |||
2008-02-04 | fixed entry symbols when linked with posix prelude. | Gunter Knauf | |
2008-02-04 | added makefile flag to link with NLM POSIX semantics. | Gunter Knauf | |
2008-02-03 | - Dmitry Kurochkin cleaned up the pipelining code and removed the need for and | Daniel Stenberg | |
use of the "is_in_pipeline" struct field. |