From owner-freebsd-virtualization@freebsd.org Wed Jun 29 20:21:12 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11250B85BD2 for ; Wed, 29 Jun 2016 20:21:12 +0000 (UTC) (envelope-from fabian.freyer@physik.tu-berlin.de) Received: from mail.tu-berlin.de (mail.tu-berlin.de [130.149.7.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB972282C for ; Wed, 29 Jun 2016 20:21:11 +0000 (UTC) (envelope-from fabian.freyer@physik.tu-berlin.de) X-tubIT-Incoming-IP: 130.149.50.25 Received: from mail.physik-pool.tu-berlin.de ([130.149.50.25] helo=mail.physik.tu-berlin.de) by mail.tu-berlin.de (exim-4.84_2/mailfrontend-6) with esmtp id 1bILyv-0000up-3M; Wed, 29 Jun 2016 22:21:10 +0200 Received: from [130.149.50.251] (aufsichtskiste.physik-pool.tu-berlin.de [130.149.50.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.physik.tu-berlin.de (Postfix) with ESMTPSA id 1457160D9; Wed, 29 Jun 2016 20:21:01 +0000 (UTC) Subject: Re: bhyve graphics support To: freebsd-virtualization@freebsd.org, Roman Bogorodskiy References: <442c6d8f-2b64-c88b-382a-cf73eb6f7404@freebsd.org> From: Fabian Freyer Message-ID: Date: Wed, 29 Jun 2016 22:21:00 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.1.0 MIME-Version: 1.0 In-Reply-To: <442c6d8f-2b64-c88b-382a-cf73eb6f7404@freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2016 20:21:12 -0000 Hi everybody, I've added some code to support VNC Authentication (as much as a 16-byte DES challenge response could be seen as Authentication) as per https://tools.ietf.org/html/rfc6143#page-10. It's my first time working with this reviews thing - I'm a bit unsure how to set the diff to be based off the projects/ instead of head/, so if I still need to change something, I would. https://reviews.freebsd.org/D7029 It's been tested to work with TightVNC Viewer version 1.3.9. Not sure about other ones - the RFC is a bit unclear here and there. Fabian Freyer