aboutsummaryrefslogtreecommitdiff
path: root/ui/vnc.c
AgeCommit message (Expand)Author
2015-10-20util: pull Buffer code out of VNC moduleDaniel P. Berrange
2015-10-20ui: convert VNC startup code to use SocketAddressDaniel P. Berrange
2015-09-15ui: convert VNC server to use QCryptoTLSSessionDaniel P. Berrange
2015-09-15ui: fix return type for VNC I/O functions to be ssize_tDaniel P. Berrange
2015-08-26vnc: fix memory corruption (CVE-2015-5225)Gerd Hoffmann
2015-07-24vnc: fix memory leakGonglei
2015-07-14vnc: fix vnc client authenticationWolfgang Bumiller
2015-07-08ui: convert VNC to use generic cipher APIDaniel P. Berrange
2015-07-08ui: convert VNC websockets to use crypto APIsDaniel P. Berrange
2015-07-07crypto: move built-in D3DES implementation into crypto/Daniel P. Berrange
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster
2015-06-12Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng
2015-06-09QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster
2015-05-20vnc: Tweak error when init failsCole Robinson
2015-05-20vnc: Don't assert if opening unix socket failsCole Robinson
2015-05-20ui: remove check for failure of qemu_acl_init()Daniel P. Berrange
2015-05-20Strip brackets from vnc hostJán Tomko
2015-04-30ui/vnc : remove 'struct' of 'typedef struct'Chih-Min Chao
2015-03-18ui: remove separate gnutls_session for websockets serverDaniel P. Berrange
2015-03-18ui: enforce TLS when using websockets serverDaniel P. Berrange
2015-03-18ui: fix setup of VNC websockets auth scheme with TLSDaniel P. Berrange
2015-03-18ui: split setup of VNC auth scheme into separate methodDaniel P. Berrange
2015-03-18ui: report error if user requests VNC option that is unsupportedDaniel P. Berrange
2015-03-18ui: replace printf() calls with VNC_DEBUGDaniel P. Berrange
2015-03-17vnc: Fix QMP change not to use funky error classMarkus Armbruster
2015-03-12vnc: fix segmentation fault when invalid vnc parameters are specifiedGonglei
2015-03-12vnc: avoid possible file handler leakGonglei
2015-03-12ui: fix regression in x509verify parameter for VNC serverDaniel P. Berrange
2015-03-12vnc: switch to inet_listen_optsGerd Hoffmann
2015-03-12vnc: remove dead codeGerd Hoffmann
2015-03-12vnc: drop display+ws_display from VncDisplayGerd Hoffmann
2015-03-10vnc: set id at parse time not init timeGerd Hoffmann
2015-02-16vnc: fix coverity warningGerd Hoffmann
2015-02-16ui/vnc: optimize full scanline updatesPeter Lieven
2015-02-16vnc: introduce an wrapper for auto assign vnc idGonglei
2015-02-16vnc: using bool type instead of int for QEMU_OPT_BOOLGonglei
2015-02-16vnc: correct missing property about vnc_displayGonglei
2015-02-16vnc: fix qemu crash when not configure vnc optionGonglei
2015-02-10vnc: g_realloc() can't fail, bury dead error handlingMarkus Armbruster
2015-01-22monitor: add vnc websocketsGerd Hoffmann
2015-01-22monitor: add query-vnc-servers commandGerd Hoffmann
2015-01-22vnc: factor out qmp_query_client_listGerd Hoffmann
2015-01-22vnc: track & limit connectionsGerd Hoffmann
2015-01-22vnc: allow binding servers to qemu consolesGerd Hoffmann
2015-01-22vnc: switch to QemuOpts, allow multiple serversGerd Hoffmann
2015-01-22vnc: add display id to acl namesGerd Hoffmann
2015-01-22vnc: remove unused DisplayState parameter, add id instead.Gerd Hoffmann