summaryrefslogtreecommitdiff
path: root/ui/vnc.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-24vnc: fix memory leakGonglei1-1/+4
2015-07-14vnc: fix vnc client authenticationWolfgang Bumiller1-1/+1
2015-07-08ui: convert VNC to use generic cipher APIDaniel P. Berrange1-11/+41
2015-07-08ui: convert VNC websockets to use crypto APIsDaniel P. Berrange1-54/+13
2015-07-07crypto: move built-in D3DES implementation into crypto/Daniel P. Berrange1-1/+1
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-0/+1
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-2/+2
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster1-2/+2
2015-06-12Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng1-15/+12
2015-06-09QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster1-1/+1
2015-05-20vnc: Tweak error when init failsCole Robinson1-2/+1
2015-05-20vnc: Don't assert if opening unix socket failsCole Robinson1-0/+3
2015-05-20ui: remove check for failure of qemu_acl_init()Daniel P. Berrange1-8/+0
2015-05-20Strip brackets from vnc hostJán Tomko1-1/+8
2015-04-30ui/vnc : remove 'struct' of 'typedef struct'Chih-Min Chao1-1/+1
2015-03-18ui: remove separate gnutls_session for websockets serverDaniel P. Berrange1-16/+2
2015-03-18ui: enforce TLS when using websockets serverDaniel P. Berrange1-1/+1
2015-03-18ui: fix setup of VNC websockets auth scheme with TLSDaniel P. Berrange1-5/+50
2015-03-18ui: split setup of VNC auth scheme into separate methodDaniel P. Berrange1-62/+91
2015-03-18ui: report error if user requests VNC option that is unsupportedDaniel P. Berrange1-30/+21
2015-03-18ui: replace printf() calls with VNC_DEBUGDaniel P. Berrange1-6/+6
2015-03-17vnc: Fix QMP change not to use funky error classMarkus Armbruster1-1/+1
2015-03-12vnc: fix segmentation fault when invalid vnc parameters are specifiedGonglei1-1/+6
2015-03-12vnc: avoid possible file handler leakGonglei1-1/+1
2015-03-12ui: fix regression in x509verify parameter for VNC serverDaniel P. Berrange1-2/+7
2015-03-12vnc: switch to inet_listen_optsGerd Hoffmann1-34/+41
2015-03-12vnc: remove dead codeGerd Hoffmann1-7/+2
2015-03-12vnc: drop display+ws_display from VncDisplayGerd Hoffmann1-31/+23
2015-03-10vnc: set id at parse time not init timeGerd Hoffmann1-10/+12
2015-02-16vnc: fix coverity warningGerd Hoffmann1-0/+1
2015-02-16ui/vnc: optimize full scanline updatesPeter Lieven1-0/+6
2015-02-16vnc: introduce an wrapper for auto assign vnc idGonglei1-7/+15
2015-02-16vnc: using bool type instead of int for QEMU_OPT_BOOLGonglei1-5/+5
2015-02-16vnc: correct missing property about vnc_displayGonglei1-3/+23
2015-02-16vnc: fix qemu crash when not configure vnc optionGonglei1-0/+9
2015-02-10vnc: g_realloc() can't fail, bury dead error handlingMarkus Armbruster1-4/+0
2015-01-22monitor: add vnc websocketsGerd Hoffmann1-3/+12
2015-01-22monitor: add query-vnc-servers commandGerd Hoffmann1-0/+133
2015-01-22vnc: factor out qmp_query_client_listGerd Hoffmann1-15/+15
2015-01-22vnc: track & limit connectionsGerd Hoffmann1-3/+43
2015-01-22vnc: allow binding servers to qemu consolesGerd Hoffmann1-7/+43
2015-01-22vnc: switch to QemuOpts, allow multiple serversGerd Hoffmann1-101/+169
2015-01-22vnc: add display id to acl namesGerd Hoffmann1-2/+20
2015-01-22vnc: remove unused DisplayState parameter, add id instead.Gerd Hoffmann1-15/+14
2015-01-22vnc: remove vnc_display globalGerd Hoffmann1-22/+41
2015-01-19ui/vnc: Support shared surface for most pixman formatsBenjamin Herrenschmidt1-7/+8
2014-10-28vnc: return directly if no vnc client connectedChenLiang1-5/+5
2014-10-28vnc: sanitize bits_per_pixel from the clientPetr Matousek1-0/+10
2014-09-17ui/vnc: set TCP_NODELAYPeter Lieven1-0/+1