summaryrefslogtreecommitdiffstats
path: root/ui/vnc.c
Commit message (Expand)AuthorAgeFilesLines
* ui: convert VNC server to use QCryptoTLSSessionDaniel P. Berrange2015-09-151-122/+218
* ui: fix return type for VNC I/O functions to be ssize_tDaniel P. Berrange2015-09-151-18/+18
* vnc: fix memory corruption (CVE-2015-5225)Gerd Hoffmann2015-08-261-5/+10
* vnc: fix memory leakGonglei2015-07-241-1/+4
* vnc: fix vnc client authenticationWolfgang Bumiller2015-07-141-1/+1
* ui: convert VNC to use generic cipher APIDaniel P. Berrange2015-07-081-11/+41
* ui: convert VNC websockets to use crypto APIsDaniel P. Berrange2015-07-081-54/+13
* crypto: move built-in D3DES implementation into crypto/Daniel P. Berrange2015-07-071-1/+1
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-0/+1
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-2/+2
* QemuOpts: Wean off qerror_report_err()Markus Armbruster2015-06-221-2/+2
* Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng2015-06-121-15/+12
* QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster2015-06-091-1/+1
* vnc: Tweak error when init failsCole Robinson2015-05-201-2/+1
* vnc: Don't assert if opening unix socket failsCole Robinson2015-05-201-0/+3
* ui: remove check for failure of qemu_acl_init()Daniel P. Berrange2015-05-201-8/+0
* Strip brackets from vnc hostJán Tomko2015-05-201-1/+8
* ui/vnc : remove 'struct' of 'typedef struct'Chih-Min Chao2015-04-301-1/+1
* ui: remove separate gnutls_session for websockets serverDaniel P. Berrange2015-03-181-16/+2
* ui: enforce TLS when using websockets serverDaniel P. Berrange2015-03-181-1/+1
* ui: fix setup of VNC websockets auth scheme with TLSDaniel P. Berrange2015-03-181-5/+50
* ui: split setup of VNC auth scheme into separate methodDaniel P. Berrange2015-03-181-62/+91
* ui: report error if user requests VNC option that is unsupportedDaniel P. Berrange2015-03-181-30/+21
* ui: replace printf() calls with VNC_DEBUGDaniel P. Berrange2015-03-181-6/+6
* vnc: Fix QMP change not to use funky error classMarkus Armbruster2015-03-171-1/+1
* vnc: fix segmentation fault when invalid vnc parameters are specifiedGonglei2015-03-121-1/+6
* vnc: avoid possible file handler leakGonglei2015-03-121-1/+1
* ui: fix regression in x509verify parameter for VNC serverDaniel P. Berrange2015-03-121-2/+7
* vnc: switch to inet_listen_optsGerd Hoffmann2015-03-121-34/+41
* vnc: remove dead codeGerd Hoffmann2015-03-121-7/+2
* vnc: drop display+ws_display from VncDisplayGerd Hoffmann2015-03-121-31/+23
* vnc: set id at parse time not init timeGerd Hoffmann2015-03-101-10/+12
* vnc: fix coverity warningGerd Hoffmann2015-02-161-0/+1
* ui/vnc: optimize full scanline updatesPeter Lieven2015-02-161-0/+6
* vnc: introduce an wrapper for auto assign vnc idGonglei2015-02-161-7/+15
* vnc: using bool type instead of int for QEMU_OPT_BOOLGonglei2015-02-161-5/+5
* vnc: correct missing property about vnc_displayGonglei2015-02-161-3/+23
* vnc: fix qemu crash when not configure vnc optionGonglei2015-02-161-0/+9
* vnc: g_realloc() can't fail, bury dead error handlingMarkus Armbruster2015-02-101-4/+0
* monitor: add vnc websocketsGerd Hoffmann2015-01-221-3/+12
* monitor: add query-vnc-servers commandGerd Hoffmann2015-01-221-0/+133
* vnc: factor out qmp_query_client_listGerd Hoffmann2015-01-221-15/+15
* vnc: track & limit connectionsGerd Hoffmann2015-01-221-3/+43
* vnc: allow binding servers to qemu consolesGerd Hoffmann2015-01-221-7/+43
* vnc: switch to QemuOpts, allow multiple serversGerd Hoffmann2015-01-221-101/+169
* vnc: add display id to acl namesGerd Hoffmann2015-01-221-2/+20
* vnc: remove unused DisplayState parameter, add id instead.Gerd Hoffmann2015-01-221-15/+14
* vnc: remove vnc_display globalGerd Hoffmann2015-01-221-22/+41
* ui/vnc: Support shared surface for most pixman formatsBenjamin Herrenschmidt2015-01-191-7/+8
OpenPOWER on IntegriCloud