Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-18 | Fixed an infinite loop when given an invalid SFTP quote command. | Dan Fandrich | |
2008-03-18 | Added test 626 to reproduce an infinite loop when given an invalid | Dan Fandrich | |
SFTP quote command reported by Vincent Le Normand, but left it disabled. | |||
2008-03-06 | Added tests 616 and 617 to see how SFTP and SCP cope with zero-length | Dan Fandrich | |
files, as questioned by Mike Protts. SFTP does for me but SCP doesn't so test 617 is disabled for now. | |||
2007-10-25 | Fixed a TFTP memory leak. Enabled test 2003 to verify this. | Daniel Stenberg | |
2007-10-24 | Fixed the test TFTP server to support the >10000 test number notation | Dan Fandrich | |
Added test cases 2002 and 2003 (the latter disabled for now) | |||
2007-10-24 | enable 2000 and 2001 | Daniel Stenberg | |
2007-10-24 | Added test cases 2000 and 2001 which test multiple protocols using the | Dan Fandrich | |
same easy handle Fixed the filecheck: make target to work outside the source tree | |||
2007-10-04 | I enabled test 1009 and made the --local-port use a wide range to reduce the | Daniel Stenberg | |
risk of failures. | |||
2007-10-04 | Kim Rinnewitz reported that --local-port didn't work with TFTP transfers. | Daniel Stenberg | |
This happened because the tftp code always uncondionally did a bind() without caring if one already had been done and then it failed. I wrote a test case (1009) to verify this, but it is a bit error-prone since it will have to pick a fixed local port number and since the tests are run on so many different hosts in different situations I add it in disabled state. | |||
2007-09-24 | Immanuel Gregoire fixed KNOWN_BUGS #44: --ftp-method nocwd did not handle | Daniel Stenberg | |
URLs ending with a slash properly (it should list the contents of that directory). Test case 351 brought back and also test 1010 was added. | |||
2007-06-18 | Test listing of root dir with the three ftp-methods. KNOWN_BUGS #44 make me | Daniel Stenberg | |
disable test 351 by default by I add the test case anyway to make it easier to work on this problem in the future. | |||
2007-04-05 | Enabled the ssh tests 600-609. | Dan Fandrich | |
2007-04-04 | Whoops--didn't mean to enable the ssh tests quite yet. | Dan Fandrich | |
2007-04-04 | Added more SSH tests (left disabled for now). | Dan Fandrich | |
2007-04-01 | Added scp and sftp nonexistent file retrieval tests, but leave them | Dan Fandrich | |
disabled for now. | |||
2007-03-31 | Disable the SSH tests until the libssh2 bugs that causes test hangs | Dan Fandrich | |
are sorted out. | |||
2006-09-30 | Support for FTP third party transfers is now dropped | Daniel Stenberg | |
2006-09-13 | added CVS id and clarified the comment lines | Daniel Stenberg | |
2006-09-13 | Added a generic way to disable test cases when "all" is run, and added the | Daniel Stenberg | |
FTP 3rd party transfers to that file for now until I have them sorted out. |