From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXdix-0005vf-KE for qemu-devel@nongnu.org; Thu, 12 Feb 2009 10:43:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXdiw-0005vP-Oa for qemu-devel@nongnu.org; Thu, 12 Feb 2009 10:43:34 -0500 Received: from [199.232.76.173] (port=33313 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXdiw-0005vB-Ac for qemu-devel@nongnu.org; Thu, 12 Feb 2009 10:43:34 -0500 Received: from mx1.redhat.com ([66.187.233.31]:33057) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LXdiv-0003bm-NJ for qemu-devel@nongnu.org; Thu, 12 Feb 2009 10:43:34 -0500 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n1CFhXjl013055 for ; Thu, 12 Feb 2009 10:43:33 -0500 Received: from file.fab.redhat.com (file.fab.redhat.com [10.33.63.6]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n1CFhZ7f022741 for ; Thu, 12 Feb 2009 10:43:35 -0500 Received: from file.fab.redhat.com (localhost.localdomain [127.0.0.1]) by file.fab.redhat.com (8.13.1/8.13.1) with ESMTP id n1CFhWxl023997 for ; Thu, 12 Feb 2009 15:43:32 GMT Received: (from berrange@localhost) by file.fab.redhat.com (8.13.1/8.13.1/Submit) id n1CFhWNk023993 for qemu-devel@nongnu.org; Thu, 12 Feb 2009 15:43:32 GMT Date: Thu, 12 Feb 2009 15:43:32 +0000 From: "Daniel P. Berrange" Subject: Re: [Qemu-devel] PATCH: 0/7: Support SASL authentication in VNC server Message-ID: <20090212154332.GX9894@redhat.com> References: <20090212145302.GO9894@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090212145302.GO9894@redhat.com> Reply-To: "Daniel P. Berrange" , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Thu, Feb 12, 2009 at 02:53:02PM +0000, Daniel P. Berrange wrote: > The combined diffstat for all 7 patches about to follow, is > > .hgignore | 16 > Makefile | 27 + > Makefile.target | 5 > b/acl.c | 264 ++++++++++++ > b/acl.h | 71 +++ > b/keymaps.h | 60 ++ > b/qemu.sasl | 34 + > b/vnc-auth-sasl.c | 640 +++++++++++++++++++++++++++++ > b/vnc-auth-sasl.h | 76 +++ > b/vnc-auth-vencrypt.c | 175 +++++++ > b/vnc-auth-vencrypt.h | 33 + > b/vnc-tls.c | 456 ++++++++++++++++++++ > b/vnc-tls.h | 76 +++ > configure | 34 + > curses.c | 3 > curses_keys.h | 9 > keymaps.c | 45 -- > monitor.c | 80 +++ > qemu-doc.texi | 109 ++++ > sdl.c | 3 > sdl_keysym.h | 7 > vl.c | 12 > vnc.c | 1100 ++++++++++++++++++-------------------------------- > vnc.h | 215 +++++++++ > vnc_keysym.h | 5 > 25 files changed, 2795 insertions(+), 760 deletions(-) FYI, the patches in this series are all diffed against the following SVN changeset: r6617 | aliguori | 2009-02-11 21:00:43 +0000 (Wed, 11 Feb 2009) | 8 lines KVM: cpuid function 2: store all values (Amit Shah) And also assume my TLS bugfix from earlier today is applied http://lists.gnu.org/archive/html/qemu-devel/2009-02/msg00820.html Regards, Daniel -- |: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :| |: http://libvirt.org -o- http://virt-manager.org -o- http://ovirt.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|