aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-14Remove duplicate code that was left in as part of 1.35. This codeJames Housley
2007-06-14Make our own definitions of the POLL* defiens and the pollfd struct only getDaniel Stenberg
2007-06-14BUG FIX: When reading a directory listing that contains symlinksJames Housley
2007-06-13Tom Regner provided a patch and worked together with James Housley, so nowDaniel Stenberg
2007-06-13Rich Rauenzahn filed bug report #1733119Daniel Stenberg
2007-06-13Restore functionality mistakenly removed in the previous commitJames Housley
2007-06-13Update documentation to reflect SFTP's ability to create directories onJames Housley
2007-06-13libssh2_session_free() returns void. Fix "#endif".Gisle Vanem
2007-06-13Commit Tom Regner's code for SFTP create missing directories. This patchJames Housley
2007-06-13Add a define to protect the state machine from older versions of libssh2,James Housley
2007-06-12With lots of help from Rich Rauenza(?) in bug #1733119, we introduce a fairlyDaniel Stenberg
2007-06-12* Updates for the latest version of libssh2, specificallyJames Housley
2007-06-12While connect and transfer works fine in non-blocking mode for the testJames Housley
2007-06-12mention James current work on sshDaniel Stenberg
2007-06-12Prevent the state machine from getting stuck in SSH_AUTH_HOST_INITJames Housley
2007-06-12Convert Curl_ssh_connect() to run in a state machine forJames Housley
2007-06-12remove unused field in the state structDaniel Stenberg
2007-06-11Wait longer for servers to start up since the ssh server needs to generateDan Fandrich
2007-06-11We do not use RSA keys in the test suite.Dan Fandrich
2007-06-11restore the correct timeout time that my previous commit brokeDaniel Stenberg
2007-06-11Properly wait for the c-ares resolve to complete, hopefully the cure forDaniel Stenberg
2007-06-11Daniel Black's clarfication about the NTLM supportDaniel Stenberg
2007-06-11constify 'hostname' in init_thread_sync_data(). Simply clearGisle Vanem
2007-06-11Squelsh some warnings for libssh older than 0.1.5.Gisle Vanem
2007-06-08Fixed the test harness so that it actually kills the ssh being used asDan Fandrich
2007-06-08Improved compatibility with perl 5.0 on the 'open' calls.Dan Fandrich
2007-06-08Incorporated Daniel Black's test706 and test707 SOCKS test cases.Dan Fandrich
2007-06-08Improved compatibility with perl 5.0 on the 'open' calls.Dan Fandrich
2007-06-08Curl_scp_done() needs to call libssh2_channel_free() to prevent aJames Housley
2007-06-08Fix to work with the latest CVS version of libssh2James Housley
2007-06-08start working on 1.4.1Daniel Stenberg
2007-06-081.4.0 prepsDaniel Stenberg
2007-06-07Changed the opens to work on older versions of perl.Dan Fandrich
2007-06-07Fixed a compiler warning on uClibc.Dan Fandrich
2007-06-07bug #1720605, There seems to be a problem when connecting to the Microsoft te...Daniel Stenberg
2007-06-07Daniel S (6 June 2007)Daniel Stenberg
2007-06-07Renamed the sshd log file to sshd.log.Dan Fandrich
2007-06-07Cleaned up SOCKS tests. Use a magic port number instead of killserverDan Fandrich
2007-06-07Fixed some problems in starting SSH for use in SOCKS.Dan Fandrich
2007-06-06make -s/--silent properly toggle as it is documentedDaniel Stenberg
2007-06-05the revertDaniel Stenberg
2007-06-05added 703: a socks5 version of 702Daniel Stenberg
2007-06-05Daniel Black's test suite fixes and initial test cases for SOCKS4/5 usingDaniel Stenberg
2007-06-05if we read zero bytes from the proxy, the connection is broken and we needDaniel Stenberg
2007-06-05mark connect failures as non-connected when ConnectPlease() fails, like whenDaniel Stenberg
2007-06-04Revered Ashish Sharma's multiple entries patch, as it caused memory madnessDaniel Stenberg
2007-06-04minor edit since getting an ID seems pointless when failure happensDaniel Stenberg
2007-06-04fix the bad bad bad mess this caused on name resolves returning more thanDaniel Stenberg
2007-06-02Brad Spencer found and fixed three flaws in the code, found with the newDaniel Stenberg
2007-06-02Brad House fixed VS2005 compiler warnings due to time_t being 64bit.Daniel Stenberg