From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39156 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3oRb-0000kX-1V for qemu-devel@nongnu.org; Thu, 07 Oct 2010 07:15:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3oRZ-0006Xa-K4 for qemu-devel@nongnu.org; Thu, 07 Oct 2010 07:15:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3oRZ-0006XR-B3 for qemu-devel@nongnu.org; Thu, 07 Oct 2010 07:15:25 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o97BFOfA006994 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 7 Oct 2010 07:15:24 -0400 From: Gerd Hoffmann Date: Thu, 7 Oct 2010 13:15:18 +0200 Message-Id: <1286450121-17153-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] vnc/spice: add monitor command to change password. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This patch series adds a new monitor command to set the password with optional expiry time for spice and vnc remote desktop connections. The patches are also available in the git repository at: git://anongit.freedesktop.org/spice/qemu passwd.1 Gerd Hoffmann (3): vnc: auth reject cleanup vnc: support password expire vnc/spice: add set_passwd monitor command. console.h | 2 +- hmp-commands.hx | 23 ++++++++++++++++++++ monitor.c | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++- ui/qemu-spice.h | 3 ++ ui/spice-core.c | 7 ++++++ ui/vnc.c | 43 +++++++++++++++++++++++--------------- ui/vnc.h | 1 + 7 files changed, 120 insertions(+), 20 deletions(-)