[ libssh2-Bugs-2731272 ] libssh2_userauth_publickey_fromfile crashed in windows XP

2009-06-08 Thread SourceForge.net
Bugs item #2731272, was opened at 2009-04-04 14:43 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=703942&aid=2731272&group_id=125852 Please note that this message will contain a full copy of the comment th

sftp client getting hanged at libssh2_read_

2009-06-08 Thread Kiran Kottani
Hi All, I am using sftp client which is getting hanged sometime at recv function. Probably it is waiting for some control/data message from SSHD server. Please let me know If any of u experienced the same/similar problem and found the solution for that. I wanted to know in what scenarios SSHD serv

RE: sftp client getting hanged at libssh2_read_

2009-06-08 Thread Mononen Jussi
> I am using sftp client which is getting hanged sometime at > recv function. > Probably it is waiting for some control/data message from > SSHD server. > Please let me know If any of u experienced the same/similar > problem and found the solution for that. > I wanted to know in what scenario

[ libssh2-Bugs-2800519 ] libssh2 library is not thread safe

2009-06-08 Thread SourceForge.net
Bugs item #2800519, was opened at 2009-06-03 15:55 Message generated for change (Comment added) made by bagder You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=703942&aid=2800519&group_id=125852 Please note that this message will contain a full copy of the comment th

Re: sftp client getting hanged at libssh2_read_

2009-06-08 Thread Daniel Stenberg
On Mon, 8 Jun 2009, Kiran Kottani wrote: > I am using sftp client which is getting hanged sometime at recv function. Is this libssh2 1.1 or later? > Probably it is waiting for some control/data message from SSHD server. It should never block in recv() no matter what it would wait for... --

Re: sftp client getting hanged at libssh2_read_

2009-06-08 Thread Kiran Kottani
I am using the version libssh2-0.14.. In the function libssh2_blocking_read() bloking is enabled.. Its a bit older version, currently i am looking for a patch to fix this bug... Upgrading to latest version will be my last option.. Regards Kiran __

Re: sftp client getting hanged at libssh2_read_

2009-06-08 Thread Alexander Lamaison
2009/6/8 Kiran Kottani : > > I am using the version libssh2-0.14.. > In the function libssh2_blocking_read() bloking is enabled.. > Its a bit older version, currently i am looking for a patch to fix this > bug... This version is prehistoric and there simply aren't going to be any patches for it.

Re: get off sourceforge?

2009-06-08 Thread Alexander Lamaison
2009/6/6 Daniel Stenberg : > Peter, you were playing with trac install for libssh2 to take care of bug > reports, how's the status there? Something we should/could switch to? > > We were also discussing moving the mailing list(s) to something that doesn't > pollute each outgoing mail with 5 lines o

Re: sftp client getting hanged at libssh2_read_

2009-06-08 Thread Daniel Stenberg
On Mon, 8 Jun 2009, Kiran Kottani wrote: > I am using the version libssh2-0.14.. In the function > libssh2_blocking_read() bloking is enabled.. Its a bit older version, > currently i am looking for a patch to fix this bug... > > Upgrading to latest version will be my last option.. Why? 1.1 shou

knownhost.c hostline() fix

2009-06-08 Thread Ben Kibbey
This fixes hostname parsing when only one part is given in the host portion: diff --git a/src/knownhost.c b/src/knownhost.c index 7e608b7..f2cdf56 100644 --- a/src/knownhost.c +++ b/src/knownhost.c @@ -394,6 +394,7 @@ static int hostline(LIBSSH2_KNOWNHOSTS *hosts, const char *

libssh2_channel_read returns no data from a libssh2_channel_exec after an sftp session

2009-06-08 Thread Phillip Wu
Hi, I call libssh2_channel_exec with the 'date' command and a subsequent call to libssh2_channel_read returns the output of the 'date' command as expected. However if I add a sftp session prior to the libssh2_channel_exec with the 'date' command then the libssh2_channel_read returns no d