Re: [libvirt] [PATCH RFCv2 3/5] libssh2_transport: Add libssh2 session support to net client code

2012-01-18 Thread Michal Privoznik
On 04.01.2012 00:47, Peter Krempa wrote: This patch adds a glue layer to enable using libssh2 code with the network client code. As in the original client implementation, shell code is sent to the server to detect correct options for netcat. *src/rpc/virnetclient.c:

[libvirt] [PATCH RFCv2 3/5] libssh2_transport: Add libssh2 session support to net client code

2012-01-03 Thread Peter Krempa
This patch adds a glue layer to enable using libssh2 code with the network client code. As in the original client implementation, shell code is sent to the server to detect correct options for netcat. *src/rpc/virnetclient.c: *src/rpc/virnetclient.h: Add function to handle connection to a