From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNlCp-0005SW-Ef for qemu-devel@nongnu.org; Tue, 17 Feb 2015 11:41:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNlCj-0006Ay-AC for qemu-devel@nongnu.org; Tue, 17 Feb 2015 11:41:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNlCj-0006Ad-2Z for qemu-devel@nongnu.org; Tue, 17 Feb 2015 11:40:57 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1HGetkG014523 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 17 Feb 2015 11:40:56 -0500 From: Michal Privoznik Date: Tue, 17 Feb 2015 17:40:44 +0100 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 0/3] SPICE/VNC: Allow ticketing on the fly List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: armbru@redhat.com, kraxel@redhat.com Currently, if the ticketing (password) is not set at the command line, there's no way how to set it afterwards. Or vice versa - disable previously set password. I think it's worth allowing users to do that. The use case may be a teacher, who wants to share a graphical session with students, but has to set up the environment firstly. So he starts with a password, and then remove it and let students in. Michal Privoznik (3): qapi-schema: Make @password in set_password optional spice: Implement set_password without password vnc: Implement set_password without password hmp-commands.hx | 2 +- hmp.c | 3 ++- qapi-schema.json | 8 +++++--- qmp-commands.hx | 2 +- qmp.c | 6 +++++- ui/spice-core.c | 15 +++++++++++++-- ui/vnc.c | 18 ++++++++++++++---- ui/vnc.h | 1 + 8 files changed, 42 insertions(+), 13 deletions(-) -- 2.0.5