summaryrefslogtreecommitdiffstats
path: root/ui/vnc.c
Commit message (Expand)AuthorAgeFilesLines
* ui: Clean up includesPeter Maydell2019-11-291-1/+1
* vnc: distiguish between ipv4/ipv6 omitted vs set to offDaniel P. Berrange2019-11-291-6/+12
* vnc: fix tls-creds error messageWolfgang Bumiller2019-11-291-1/+1
* vnc: clear vs->tlscreds after unparenting itWolfgang Bumiller2019-11-291-0/+1
* error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster2019-11-291-3/+1
* ui: convert VNC server to use QIOChannelWebsockDaniel P. Berrange2019-11-291-23/+4
* ui: convert VNC server to use QIOChannelTLSDaniel P. Berrange2019-11-291-64/+5
* ui: convert VNC server to use QIOChannelSocketDaniel P. Berrange2019-11-291-280/+294
* qapi: Change munging of CamelCase enum valuesEric Blake2019-11-291-2/+2
* qapi: Don't let implicit enum MAX member collideEric Blake2019-11-291-1/+1
* ui: vnc: avoid floating point exceptionPrasad J Pandit2015-12-031-3/+3
* vnc: fix segfaultGerd Hoffmann2015-11-261-0/+5
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20151116-1' into s...Peter Maydell2015-11-171-24/+68
|\
| * vnc: fix mismergeGerd Hoffmann2015-11-051-2/+0
| * vnc: only alloc server surface with clients connectedGerd Hoffmann2015-11-051-0/+12
| * vnc: use vnc_{width,height} in vnc_set_area_dirtyGerd Hoffmann2015-11-051-11/+10
| * vnc: factor out vnc_update_server_surfaceGerd Hoffmann2015-11-051-6/+15
| * vnc: add vnc_width+vnc_height helpersGerd Hoffmann2015-11-051-3/+13
| * vnc: zap dead codeGerd Hoffmann2015-11-051-4/+0
| * vnc: attach names to buffersGerd Hoffmann2015-11-051-0/+20
* | ui: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-11-061-2/+2
|/
* vnc: fix bug: vnc server can't start when 'to' is specifiedYang Hongyang2015-11-031-0/+2
* 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/+10
* 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/+0
* 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/+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
OpenPOWER on IntegriCloud