Re: Problem with simple echo server

2017-05-18 Thread Andreas Schneider
On Monday, 15 May 2017 01:27:07 CEST Juan Carlos Sanchez wrote: > Hi > > libssh version 0.7.5 (VS2015 x64) > > I have tried to create a simple echo server, > > this is my SSH channel data callback: > > static int data_function(ssh_session session, ssh_channel channel, void > *data, uint32_t len

Re: permissions other with libssh 0.7.3

2017-05-18 Thread Andreas Schneider
On Tuesday, 16 May 2017 14:49:44 CEST Stéphane Lemoine wrote: > Hi, I have put permissions S_IRWXU | S_IRWXO to sftp_mkdir and sftp_open to > create directories and files within, and all my permissions on the > directories and files are r_x for others with libssh 0.7.3 instead of rwx > if I use lib

Re: Bug in partial key authentication?

2017-05-18 Thread Andreas Schneider
On Wednesday, 17 May 2017 22:14:53 CEST Jason Curl wrote: > Hello, > > I'm working on using libssh on Windows with .NET. I've compiled master using > MSYS64 and it works quite well (based on the current HEAD on master). > > I get a hang (in an arguably invalid situation), but as it's a hang and >

Re: Possible error in Docs on Authentication

2017-05-18 Thread Andreas Schneider
On Wednesday, 17 May 2017 22:29:09 CEST Jason Curl wrote: > Hi, > > I've noticed a very small detail on this page: > > http://api.libssh.org/master/libssh_tutor_authentication.html > > int test_several_auth_methods(ssh_session session) > { > int method, rc; > rc = ssh_userauth_none(session,