summaryrefslogtreecommitdiff
path: root/ui/vnc-auth-vencrypt.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-06qio: non-default context for TLS handshakePeter Xu1-0/+1
2017-10-04ui: Always remove an old VNC channel watch before adding a new oneBrandon Carpenter1-0/+3
2017-09-29ui: add tracing of VNC authentication processDaniel P. Berrange1-12/+9
2017-09-29ui: add tracing of VNC operations related to QIOChannelDaniel P. Berrange1-0/+2
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange1-3/+4
2016-10-27vnc: set name for all I/O channels createdDaniel P. Berrange1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-04ui: Clean up includesPeter Maydell1-0/+1
2015-12-18ui: convert VNC server to use QIOChannelTLSDaniel P. Berrange1-76/+30
2015-12-18ui: convert VNC server to use QIOChannelSocketDaniel P. Berrange1-5/+22
2015-09-15ui: convert VNC server to use QCryptoTLSSessionDaniel P. Berrange1-35/+45
2015-06-12Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng1-1/+1
2015-04-30ui/vnc : remove 'struct' of 'typedef struct'Chih-Min Chao1-2/+2
2015-04-30ui/vnc : fix coding styleChih-Min Chao1-2/+4
2015-03-18ui: remove unused 'wiremode' variable in VncState structDaniel P. Berrange1-1/+0
2013-08-22aio / timers: Untangle include filesAlex Bligh1-1/+1
2012-07-28Avoid returning voidBlue Swirl1-1/+2
2011-07-23Store VNC auth scheme per-client as well as per-serverDaniel P. Berrange1-9/+9
2010-07-26ui: move all ui components in ui/Corentin Chary1-0/+175