Re: [Qemu-devel] [PATCH 1/3] Store VNC auth scheme per-client as well as per-server

2011-07-23 Thread Anthony Liguori
On 06/23/2011 07:31 AM, Daniel P. Berrange wrote: A future patch will introduce a situation where different clients may have different authentication schemes set. When a new client arrives, copy the 'auth' and 'subauth' fields from VncDisplay into the client's VncState, and use the latter in all

[Qemu-devel] [PATCH 1/3] Store VNC auth scheme per-client as well as per-server

2011-06-23 Thread Daniel P. Berrange
A future patch will introduce a situation where different clients may have different authentication schemes set. When a new client arrives, copy the 'auth' and 'subauth' fields from VncDisplay into the client's VncState, and use the latter in all authentication functions. * ui/vnc.h: Add 'auth' an