Re: [libvirt] [PATCH v3 4/6] remote: expose a new libssh transport

2016-11-02 Thread Pino Toscano
On Tuesday, 1 November 2016 13:40:01 CET Peter Krempa wrote: > On Wed, Oct 19, 2016 at 14:40:37 +0200, Pino Toscano wrote: > > Implement in virtNetClient and VirNetSocket the needed functions to > > expose a new libssh transport, providing all the options that the > > libssh2 transport supports. >

Re: [libvirt] [PATCH v3 4/6] remote: expose a new libssh transport

2016-11-01 Thread Peter Krempa
On Wed, Oct 19, 2016 at 14:40:37 +0200, Pino Toscano wrote: > Implement in virtNetClient and VirNetSocket the needed functions to > expose a new libssh transport, providing all the options that the > libssh2 transport supports. > --- > docs/remote.html.in| 35 ++--- > src/remote/remot

[libvirt] [PATCH v3 4/6] remote: expose a new libssh transport

2016-10-19 Thread Pino Toscano
Implement in virtNetClient and VirNetSocket the needed functions to expose a new libssh transport, providing all the options that the libssh2 transport supports. --- docs/remote.html.in| 35 ++--- src/remote/remote_driver.c | 41 +++ src/rpc/virnetclient.c | 118 +