aboutsummaryrefslogtreecommitdiff
path: root/ui/vnc-auth-sasl.c
AgeCommit message (Expand)Author
2016-02-04ui: Clean up includesPeter Maydell
2015-12-18ui: convert VNC server to use QIOChannelSocketDaniel P. Berrange
2015-09-15ui: convert VNC server to use QCryptoTLSSessionDaniel P. Berrange
2015-06-12Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng
2015-03-12vnc: drop display+ws_display from VncDisplayGerd Hoffmann
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno
2012-10-05cleanup useless return sentenceAmos Kong
2012-10-05ui/vnc: simplify and avoid strncpyJim Meyering
2012-03-19vnc: Fix packed boolean struct membersStefan Weil
2011-11-10ui/vnc: Convert sasl.mechlist to g_malloc() & friendsMarkus Armbruster
2011-11-01ui/vnc: Fix use of free() instead of g_free()Stefan Weil
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-23Remove unused USES_X509_AUTH macro from VNC sasl codeDaniel P. Berrange
2011-07-23Store VNC auth scheme per-client as well as per-serverDaniel P. Berrange
2011-01-12vnc-auth-sasl: fix a memory leakBlue Swirl
2010-07-26ui: move all ui components in ui/Corentin Chary