Re: [Qemu-devel] [Patch] handle VNC v3.7 clients correctly

2007-10-28 Thread Daniel P. Berrange
On Sun, Oct 28, 2007 at 04:20:36PM +0200, Dan Kenigsberg wrote: > According to http://www.realvnc.com/docs/rfbproto.pdf section 6.2.1, > when handling older clients, SecurityResult should not be sent. Yep, good catch - thanks for finding this bug of mine. Regards, Dan. -- |=- Red Hat, Engineerin

[Qemu-devel] [Patch] handle VNC v3.7 clients correctly

2007-10-28 Thread Dan Kenigsberg
According to http://www.realvnc.com/docs/rfbproto.pdf section 6.2.1, when handling older clients, SecurityResult should not be sent. diff --git a/vnc.c b/vnc.c index 72c8d1c..8ae671a 100644 --- a/vnc.c +++ b/vnc.c @@ -1775,7 +1775,10 @@ static int protocol_client_auth(VncState *vs, char *data, si