LIBSSH2 and X11 forwarding.

2009-05-25 Thread Olivier Hervieu
Hi folks, Attach to this mail, you will find an exemple showing how to makes X11 forwarding works with libssh2. This exemple allocates a shell where you can request X ressources. The usage is : x11 ip_address account_name account_password It remains a proof of concept, the main loop is quiet

[ libssh2-Bugs-2787839 ] Warnings when compiling under MSVC2008

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

Re: libssh2 with git

2009-05-25 Thread Daniel Stenberg
On Mon, 25 May 2009, Tor Arntsen wrote: > So presumably you have your own cloned repo which you work in (just as the > rest of us), where you commit, and then push? Exactly. > In that case, there's a nice trick - if you after a commit find that a > comment should be fixed or there's some other

Re: libssh2 with git

2009-05-25 Thread Tor Arntsen
On Mon, May 25, 2009 at 11:50, Daniel Stenberg wrote: > On Mon, 25 May 2009, Tor Arntsen wrote: > >>> So you checkout from here   => git://git.stuge.se/libssh2.git >> >> Hi, for my own curiosity (mostly - because it'll have an impact on the >> 'allow push' discussion too), is this repo a 'bare' (o

Re: libssh2 with git

2009-05-25 Thread Peter Stuge
Tor Arntsen wrote: > > So you checkout from here   => git://git.stuge.se/libssh2.git > > is this repo a 'bare' (or 'naked') repo? Yep. //Peter -- Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is

Re: libssh2 with git

2009-05-25 Thread Daniel Stenberg
On Mon, 25 May 2009, Tor Arntsen wrote: So you checkout from here   => git://git.stuge.se/libssh2.git Hi, for my own curiosity (mostly - because it'll have an impact on the 'allow push' discussion too), is this repo a 'bare' (or 'naked') repo? Or is it the one you're working directly in? Or

Re: libssh2 with git

2009-05-25 Thread Tor Arntsen
On Wed, May 20, 2009 at 14:44, Daniel Stenberg wrote: > Hey > > I've switched to git for my libssh2 development, kindly setup and handled by > Peter Stuge for our pleasure. > > So you checkout from here   => git://git.stuge.se/libssh2.git [...] Hi, for my own curiosity (mostly - because it'll hav

Re: more than one sftp handle in a single session?

2009-05-25 Thread Daniel Stenberg
On Sun, 24 May 2009, Peter Stuge wrote: >> Would you say we should limit the amount of allowed SFTP handles to exactly >> 1 on a "session", or should we allow any amount? > > Any amount, SFTP is just a subsystem running in a channel. Right, I think I just made the little necessary changes for th

Re: libssh2 - Shell command not being acted upon

2009-05-25 Thread Daniel Stenberg
On Mon, 25 May 2009, Phillip Wu wrote: > I have started using libssh2. Welcome to our merry little corner of the universe! > I have used ssh2.c example from the download bundle. I'd suggest you take a look at ssh2_exec.c instead, which has been added recently. It shows what sounds to be pretty