aboutsummaryrefslogtreecommitdiff
path: root/ui/vnc.c
AgeCommit message (Expand)Author
2012-09-25Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connectOrit Wasserman
2012-08-13net: inet_connect(), inet_connect_opts(): add in_progress argumentLuiz Capitulino
2012-08-03vnc: disable VNC password authentication (security type 2) when in FIPS modePaul Moore
2012-07-28Avoid returning voidBlue Swirl
2012-06-27Remove support for non-threaded VNC serverDaniel P. Berrange
2012-05-30vnc: fix segfault in vnc_display_pw_expire()Gerd Hoffmann
2012-05-10sockets: use error class to pass listen errorAmos Kong
2012-05-10sockets: change inet_connect() to support nonblock socketAmos Kong
2012-03-14vnc: Limit r/w access to size of allocated memoryStefan Weil
2012-03-14vnc: don't mess up with iohandlers in the vnc threadCorentin Chary
2012-03-12implement vnc_dpy_setdataGerd Hoffmann
2012-02-17vnc: Don't demote authentication scheme when changing password/disabling loginDaniel P. Berrange
2012-02-10vnc: lift modifier keys on client disconnect.Gerd Hoffmann
2012-02-10vnc: implement shared flag handling.Gerd Hoffmann
2012-02-10vnc: fix ctrl key in vnc terminal emulationGerd Hoffmann
2012-02-10Fix vnc memory corruption with width = 1400Gerd Hoffmann
2012-01-18vnc: Simplify vnc_display_password()Luiz Capitulino
2012-01-13vnc: fix no-lock-key-sync strncmp() lengthStefan Hajnoczi
2011-12-06fix typo: delete redundant semicolonDong Xu Wang
2011-12-02fix spelling in ui sub directoryDong Xu Wang
2011-11-01ui/vnc: Fix use of free() instead of g_free()Stefan Weil
2011-10-27qapi: Convert query-vncLuiz Capitulino
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-25Wrap recv to avoid warningsBlue Swirl
2011-07-23notifier: Pass data argument to callbackJan Kiszka
2011-07-23Introduce a 'client_add' monitor command accepting an open FDDaniel P. Berrange
2011-07-23Store VNC auth scheme per-client as well as per-serverDaniel P. Berrange
2011-03-22vnc: fix build error from VNC_DIRTY_WORDSAnthony Liguori
2011-03-22fix vnc regressionWen Congyang
2011-03-22Make VNC support optionalJes Sorensen
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini
2011-03-15win32: implement missing timersubBlue Swirl
2011-03-10vnc: Fix stack corruption and other bitmap related bugsStefan Weil
2011-02-23vnc: Fix fatal crash with vnc reverse modeStefan Weil
2011-02-23vnc: add a non-adaptive optionCorentin Chary
2011-02-23vnc: don't try to send bigger updates that client heightCorentin Chary
2011-02-23vnc: use the new generic bitmap functionsCorentin Chary
2011-02-23vnc: fix lossy rect refreshingCorentin Chary
2011-02-23vnc: Add ZRLE and ZYWRLE encodings.Corentin Chary
2011-02-23vnc: refresh lossy rect after a given timeoutCorentin Chary
2011-02-23vnc: add a way to get the update frequency for a given regionCorentin Chary
2011-02-23vnc: don't set the quality if lossy encoding are disabledCorentin Chary
2011-02-01Merge remote branch 'spice/usb.5' into stagingAnthony Liguori
2011-02-01vnc: Fix password expiration through 'change vnc ""' (v2)Anthony Liguori
2011-01-24vnc: fix numlock+capslock trackingGerd Hoffmann
2010-12-09vnc: support password expireGerd Hoffmann
2010-12-09vnc: auth reject cleanupGerd Hoffmann
2010-10-13vnc: avoid write only variablesBlue Swirl
2010-08-22vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write()Yoshiaki Tamura
2010-07-26vnc: add missing lock for vnc_cursor_define()Corentin Chary