Re: [libssh2] [ libssh2-Bugs-1772505 ] Visual Studio project filesare corrupt

2007-09-24 Thread junk
Guenter, > definitely yes. WinZip does always convert lf to crlf by default while > WinRar doesnt; > you have to set that explicitely in WinRar's config. using WinRar 3.30, i can't find where to configure that. Is it a feature of a later release ? Immanuel --

[libssh2] bug in example/simple/sftp.c

2007-09-24 Thread junk
hello, line 150 prevents example/simple/sftp.c from running as it is supposed to. userauthlist = libssh2_userauth_list(session, username, sizeof(username)); it should be userauthlist = libssh2_userauth_list(session, username, strlen(username)); Immanuel Gregoire

Re: [libssh2] bug in example/simple/sftp.c

2007-09-24 Thread Daniel Stenberg
On Mon, 24 Sep 2007, [EMAIL PROTECTED] wrote: > line 150 prevents example/simple/sftp.c from running as it is supposed to. > userauthlist = libssh2_userauth_list(session, username, strlen(username)); Thanks a lot, fixed now! --

[libssh2] bugfix for non-blocking under WIN32

2007-09-24 Thread junk
Hello, this patch fixes the mistaken possible failures when using non-blocking under WIN32. Kind regards Immanuel Grégoire transport.c.patch Description: Binary data - This SF.net email is sponsored by: Microsoft Defy all c

Re: [libssh2] bugfix for non-blocking under WIN32

2007-09-24 Thread Daniel Stenberg
On Mon, 24 Sep 2007, [EMAIL PROTECTED] wrote: > this patch fixes the mistaken possible failures when using non-blocking > under WIN32. Thank you thank you thank you! Patch committed! - This SF.net email is sponsored by: Mi

[libssh2] (no subject)

2007-09-24 Thread junk
hello, this one should prevent subsequent SFTP calls (using different connections) from using the same SSHPROTO values (eg for user and password). Immanuel ssh.c.patch Description: Binary data - This SF.net email is sponsor

Re: [libssh2] (no subject)

2007-09-24 Thread Daniel Stenberg
On Mon, 24 Sep 2007, [EMAIL PROTECTED] wrote: > this one should prevent subsequent SFTP calls (using different connections) > from using the same SSHPROTO values (eg for user and password). ... only now you posted the patch to the wrong mailing list! ;-)