summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated some out-of-date information.Dan Fandrich2008-02-131-5/+4
* make this test disabled properly when built with yasslDaniel Stenberg2008-02-131-1/+4
* verifyserver() actually returns the pid of the unsecure http and ftp serversYang Tse2008-02-131-2/+2
* On heavily loaded systems any test server start up can take longer than theYang Tse2008-02-121-21/+31
* fix grammatical issuesYang Tse2008-02-121-6/+4
* Yang Tse pointed out a few remaining quirks from my timeout refactoring fromDaniel Stenberg2008-02-114-9/+43
* shell startup scripts and possible influence in scp/sftp/socks testsYang Tse2008-02-111-0/+13
* Disable test due to keyword before disabling due to bad server.Dan Fandrich2008-02-111-4/+4
* open pipe to openssl commandline instead of writing into temp file.Gunter Knauf2008-02-111-6/+3
* Fixed unused variable warning.Dan Fandrich2008-02-111-3/+2
* added strict to make sure all vars are properly defined;Gunter Knauf2008-02-111-29/+38
* Additional SunSSH 1.1 ssh server optionsYang Tse2008-02-111-0/+16
* Bug report #1888932 (http://curl.haxx.se/bug/view.cgi?id=1888932) pointsYang Tse2008-02-103-1/+12
* Verify only once test harness sftp server connectivity and functionality.Yang Tse2008-02-101-4/+9
* removed 'mv' call and changed to use new backup feature of mk-ca-bundle.pl.Gunter Knauf2008-02-102-4/+2
* added -b switch to provide a backup functionality for existing ca-bundle.crt ...Gunter Knauf2008-02-101-2/+11
* fixed another wrong var in error message.Gunter Knauf2008-02-091-1/+1
* make use of mv's backup feature so that calling the ca-bundle target more tha...Gunter Knauf2008-02-092-2/+2
* fixed wrong var in error message.Gunter Knauf2008-02-091-1/+1
* Fixed some XML parsing problems.Dan Fandrich2008-02-094-15/+17
* Added key words to all SSL-using tests so they can be skipped if necessary.Dan Fandrich2008-02-0915-11/+100
* Fixed test to use HTTPS as documented.Dan Fandrich2008-02-091-4/+12
* - Mike Hommey filed and fixed bug report #1889856Daniel Stenberg2008-02-083-2/+12
* fixed a typo.Gunter Knauf2008-02-081-1/+1
* Missed checking in these test data files.Dan Fandrich2008-02-082-0/+74
* Get rid of sftp subsystem additional parameters, they aren't widely supportedYang Tse2008-02-081-1/+1
* To verify that the sftp server is actually running, responsive and thatYang Tse2008-02-085-11/+175
* and mention make ca-bundle in the 1.11 faq entry as wellDaniel Stenberg2008-02-081-6/+7
* for step 5, mention that we can now generate an own version locally if wantedDaniel Stenberg2008-02-081-2/+3
* Günter Knauf added lib/mk-ca-bundle.pl which gets the Firefox ca bundle andDaniel Stenberg2008-02-082-0/+6
* oops, we make the copyright year ranges the simple styleDaniel Stenberg2008-02-081-1/+1
* provide the ca-bundle target the same way as the Makefile.dist does it so thatDaniel Stenberg2008-02-081-1/+6
* include mk-ca-bundle.pl in the tarballsDaniel Stenberg2008-02-081-2/+2
* added ca-bundle target to main makefile;Gunter Knauf2008-02-081-3/+10
* use argument to specify output filename if present.Gunter Knauf2008-02-081-3/+3
* fixed regex to fetch certdata.txt version since it was replaced by CVS (argh!)Gunter Knauf2008-02-081-3/+6
* Added tests 1022 and 1023 to validate output of curl-config --version andDan Fandrich2008-02-085-4/+54
* added Perl script to create a fresh ca-bundle.crt.Gunter Knauf2008-02-081-0/+162
* - Refactored a lot of timeout code into a few functions in an attempt to makeDaniel Stenberg2008-02-0710-181/+123
* ca-bundle.crt documentational updates that more clearly describe the bundleDaniel Stenberg2008-02-072-12/+63
* Fix problem in strdup replacement when dealing with absolutely huge strings.Yang Tse2008-02-063-2/+11
* Don't try to compare more than strlen charsYang Tse2008-02-061-1/+1
* Use a long int data type to handle getpid() resultYang Tse2008-02-063-8/+15
* Fix buffer size specification.Yang Tse2008-02-051-6/+14
* Minor variable type cleanups.Yang Tse2008-02-051-16/+20
* proper initialization of httprequest, no longer zeroing out twiceYang Tse2008-02-051-21/+24
* fixed entry symbols when linked with posix prelude.Gunter Knauf2008-02-042-0/+10
* added makefile flag to link with NLM POSIX semantics.Gunter Knauf2008-02-042-1/+29
* - Dmitry Kurochkin cleaned up the pipelining code and removed the need for andDaniel Stenberg2008-02-034-50/+33
* threaded-ssl.c is a little example that does multi-threaded downloads fromDaniel Stenberg2008-02-032-1/+125