qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/8] Misc fixes for VNC
@ 2015-03-17 13:42 Daniel P. Berrange
  2015-03-17 13:42 ` [Qemu-devel] [PATCH v2 1/8] ui: remove unused 'wiremode' variable in VncState struct Daniel P. Berrange
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Daniel P. Berrange @ 2015-03-17 13:42 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

This is a small series of fixes for the VNC server. The primary focus
was on fixing the handling of TLS + auth in the websockets server so
that it can actually be used in real world scenarios. These prepare
the way for work I'm doing to refactor TLS handling into a module
that is reusable across QEMU.

Changed in v2:

 - Improve error reporting when VNC feature is disabled at build time
 - Move VNC auth scheme setup into separate method
 - Split the 3rd patch up into 4 pieces

Daniel P. Berrange (8):
  ui: remove unused 'wiremode' variable in VncState struct
  ui: replace printf() calls with VNC_DEBUG
  ui: report error if user requests VNC option that is unsupported
  ui: split setup of VNC auth scheme into separate method
  ui: fix setup of VNC websockets auth scheme with TLS
  ui: enforce TLS when using websockets server
  ui: remove separate gnutls_session for websockets server
  ui: ensure VNC websockets server checks the ACL if requested

 ui/vnc-auth-vencrypt.c |   1 -
 ui/vnc-tls.c           |  72 +++++--------
 ui/vnc-tls.h           |   7 --
 ui/vnc-ws.c            |  46 ++++----
 ui/vnc-ws.h            |   2 +-
 ui/vnc.c               | 287 +++++++++++++++++++++++++++++--------------------
 ui/vnc.h               |   9 +-
 7 files changed, 222 insertions(+), 202 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-03-17 13:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-17 13:42 [Qemu-devel] [PATCH v2 0/8] Misc fixes for VNC Daniel P. Berrange
2015-03-17 13:42 ` [Qemu-devel] [PATCH v2 1/8] ui: remove unused 'wiremode' variable in VncState struct Daniel P. Berrange
2015-03-17 13:42 ` [Qemu-devel] [PATCH v2 2/8] ui: replace printf() calls with VNC_DEBUG Daniel P. Berrange
2015-03-17 13:42 ` [Qemu-devel] [PATCH v2 3/8] ui: report error if user requests VNC option that is unsupported Daniel P. Berrange
2015-03-17 13:42 ` [Qemu-devel] [PATCH v2 4/8] ui: split setup of VNC auth scheme into separate method Daniel P. Berrange
2015-03-17 13:42 ` [Qemu-devel] [PATCH v2 5/8] ui: fix setup of VNC websockets auth scheme with TLS Daniel P. Berrange
2015-03-17 13:42 ` [Qemu-devel] [PATCH v2 6/8] ui: enforce TLS when using websockets server Daniel P. Berrange
2015-03-17 13:42 ` [Qemu-devel] [PATCH v2 7/8] ui: remove separate gnutls_session for " Daniel P. Berrange
2015-03-17 13:43 ` [Qemu-devel] [PATCH v2 8/8] ui: ensure VNC websockets server checks the ACL if requested Daniel P. Berrange

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).