summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2015-04-01CVE-2015-1779: limit size of HTTP headers from websockets clientsDaniel P. Berrange1-2/+8
2015-04-01CVE-2015-1779: incrementally decode websocket framesDaniel P. Berrange3-36/+80
2015-03-26gtk: do not call gtk_widget_get_window if drawing area is not initializedHervé Poussineau1-0/+12
2015-03-18ui: ensure VNC websockets server checks the ACL if requestedDaniel P. Berrange1-0/+10
2015-03-18ui: remove separate gnutls_session for websockets serverDaniel P. Berrange4-62/+33
2015-03-18ui: enforce TLS when using websockets serverDaniel P. Berrange3-26/+9
2015-03-18ui: fix setup of VNC websockets auth scheme with TLSDaniel P. Berrange2-5/+52
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. Berrange2-32/+23
2015-03-18ui: replace printf() calls with VNC_DEBUGDaniel P. Berrange1-6/+6
2015-03-18ui: remove unused 'wiremode' variable in VncState structDaniel P. Berrange4-11/+0
2015-03-17vnc: Fix QMP change not to use funky error classMarkus Armbruster1-1/+1
2015-03-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150312-2' into s...Peter Maydell1-3/+24
2015-03-12sdl: Fix crash when calling sdl_switch() with NULL surfaceBenjamin Herrenschmidt1-1/+2
2015-03-12sdl: Refresh debug statementsBenjamin Herrenschmidt1-2/+22
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/console: fix OVERFLOW_BEFORE_WIDENGonglei1-2/+2
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 Hoffmann3-35/+27
2015-03-10Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150310-1' into s...Peter Maydell2-12/+13
2015-03-10Fix crash when connecting to VNC through websocketJorge Acereda Maciá1-2/+1
2015-03-10vnc: set id at parse time not init timeGerd Hoffmann1-10/+12
2015-03-10qemu-char: add cyrillic characters 'numerosign' to VNC keysymsWang Xin1-0/+1
2015-03-10ui/vnc: Remove vnc_stop_worker_thread()Thomas Huth2-14/+0
2015-03-10ui: Removed unused functionsThomas Huth4-33/+0
2015-02-25Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...Peter Maydell1-1/+1
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster1-1/+1
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-22Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150122-1' into ...Peter Maydell2-3/+12
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 Hoffmann2-3/+46
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 Hoffmann2-22/+43
2015-01-22spice: fix coverity reported defect in display codeGerd Hoffmann1-3/+3
2015-01-22spice: add unix address supportMarc-André Lureau1-0/+9
2015-01-19ui/sdl2: Support shared surface for more pixman formatsGerd Hoffmann2-6/+20