guacamole-spice-protocol/src/protocols/vnc
Michael Jumper 612c5eba20 GUACAMOLE-1263: Mark freed memory as freed prior to calling rfbClientCleanup().
Older versions of libvncclient did not free all memory within
rfbClientCleanup(), but this has been corrected as of their 0.9.12
release. As guacamole-server may well be built against older versions of
libvncclient, we can't simply remove the manual free() calls, but we
should be sure to set any memory that we free ourselves to NULL so that
rfbClientCleanup() does not attempt to free it again.
2021-01-15 11:46:16 -08:00
..
argv.c GUACAMOLE-221: Move VNC and RDP argv to new callback. 2020-09-17 21:12:33 -04:00
argv.h GUACAMOLE-221: Move VNC and RDP argv to new callback. 2020-09-17 21:12:33 -04:00
auth.c GUACAMOLE-1227: Build support for generic VNC credentials only if supported by libvncclient. 2020-12-02 22:55:16 -08:00
auth.h GUACAMOLE-1227: Build support for generic VNC credentials only if supported by libvncclient. 2020-12-02 22:55:16 -08:00
client.c GUACAMOLE-1263: Mark freed memory as freed prior to calling rfbClientCleanup(). 2021-01-15 11:46:16 -08:00
client.h GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
clipboard.c GUACAMOLE-381: Disable or ignore outbound clipboard transfers for VNC/RDP if "disable-copy" is set. 2019-02-19 11:45:30 -08:00
clipboard.h GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
cursor.c GUACAMOLE-169: Use proper namespace for internal common headers. 2017-01-23 23:26:26 -08:00
cursor.h GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
display.c GUACAMOLE-262: set VNC trueColour flag to 1 instead of 255 2017-04-03 09:28:22 -06:00
display.h GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
input.c GUACAMOLE-313: Add support for including key states within session recordings. 2018-01-26 16:42:14 -08:00
input.h GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
log.c GUACAMOLE-169: Use proper namespace for internal common headers. 2017-01-23 23:26:26 -08:00
log.h GUACAMOLE-169: Use proper namespace for internal common headers. 2017-01-23 23:26:26 -08:00
Makefile.am GUACAMOLE-221: Fix up style, comments, and variable names. 2020-09-15 14:48:15 -04:00
settings.c GUACAMOLE-1245: Add support for specifying Wake-on-LAN port. 2020-12-30 16:50:38 -05:00
settings.h GUACAMOLE-1245: Add support for specifying Wake-on-LAN port. 2020-12-30 16:50:38 -05:00
sftp.c GUACAMOLE-169: Move common-ssh headers to namespaced directory. 2017-02-27 14:28:23 -08:00
sftp.h GUACAMOLE-1: Relicense C files. 2016-03-28 20:39:19 -07:00
user.c GUACAMOLE-221: Clean up libguac, protocol changes, and documentation. 2020-09-20 14:41:29 -04:00
user.h GUACAMOLE-33: Restore guac_common_cursor_remove_user() (reverts commit af7968e). 2016-05-23 13:58:30 -07:00
vnc.c GUACAMOLE-1245: Add support for specifying Wake-on-LAN port. 2020-12-30 16:50:38 -05:00
vnc.h GUACAMOLE-221: Move VNC and RDP argv to new callback. 2020-09-17 21:12:33 -04:00