summaryrefslogtreecommitdiffstats
path: root/ui/vnc.c
Commit message (Expand)AuthorAgeFilesLines
...
* vnc: allow fall back to RAW encodingPeter Lieven2015-11-031-2/+18
* sockets: Convert to new qapi union layoutEric Blake2015-11-021-22/+22
* qapi: Unbox base membersEric Blake2015-11-021-11/+10Star
* vnc: Hoist allocation of VncBasicInfo to callersEric Blake2015-11-021-23/+34
* util: pull Buffer code out of VNC moduleDaniel P. Berrange2015-10-201-43/+0Star
* ui: convert VNC startup code to use SocketAddressDaniel P. Berrange2015-10-201-70/+90
* 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/+13Star
* 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/+12Star
* QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster2015-06-091-1/+1
* vnc: Tweak error when init failsCole Robinson2015-05-201-2/+1Star
* 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/+0Star
* 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/+2Star
* 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/+21Star
* 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/+2Star
* vnc: drop display+ws_display from VncDisplayGerd Hoffmann2015-03-121-31/+23Star
* 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/+0Star
* 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