Re: [libvirt] [PATCH RFCv2 2/5] libssh2_transport: add ssh context support to virNetSocket

2012-01-18 Thread Michal Privoznik
On 04.01.2012 00:47, Peter Krempa wrote: This patch enables virNetSocket to be used as an ssh client when properly configured. Fucntion virNetSocketNewConnectLibSSH() is added, that takes all needed parameters and creates a libssh2 session context and performs steps needed to open the

[libvirt] [PATCH RFCv2 2/5] libssh2_transport: add ssh context support to virNetSocket

2012-01-03 Thread Peter Krempa
This patch enables virNetSocket to be used as an ssh client when properly configured. Fucntion virNetSocketNewConnectLibSSH() is added, that takes all needed parameters and creates a libssh2 session context and performs steps needed to open the connection. * src/libvirt_private.syms: Export the