From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: [PATCH 0/4] Add support for XML-RPC over SSH (take two) Date: Wed, 14 Jun 2006 14:28:23 -0500 Message-ID: <44906357.90107@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel Cc: Ewan Mellor List-Id: xen-devel@lists.xenproject.org This series is a repost of the previous series taking into account Ewan's feedback wrt error reporting. Additionally, to make things a bit saner, I changed the ssh invocation from being always done in the ctor to being done on demand. This means that xm commands like help won't actually require a password if the ssh transport is being used. I've also included the HTTP/1.1 Keep-Alive patch as it's required for this patch set. Regards, Anthony Liguori