You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libtdevnc/libvncclient
newsoft 85a778c0e4 Check for MallocFrameBuffer() return value
If MallocFrameBuffer() returns FALSE, frame buffer pointer is left to
NULL. Subsequent writes into that buffer could lead to memory
corruption, or even arbitrary code execution.
12 years ago
..
Makefile.am LibVNCClient: Add H.264 encoding for framebuffer updates 13 years ago
corre.c API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_" 23 years ago
cursor.c libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclient 19 years ago
h264.c LibVNCClient: Add H.264 encoding for framebuffer updates 13 years ago
hextile.c signed vs unsigned warnings eliminated (gcc 4.0.1) 20 years ago
listen.c IPv6 support for LibVNCServer, part four: add copyright notices to files with non-trivial changes. 14 years ago
rfbproto.c Check for MallocFrameBuffer() return value 12 years ago
rre.c API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_" 23 years ago
sockets.c Tune the definitions needed when building with -ansi. 14 years ago
tight.c signed vs unsigned warnings eliminated (gcc 4.0.1) 20 years ago
tls.h Add anonymous TLS support in libvncclient 17 years ago
tls_gnutls.c LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specific functionality into tls_gnutls.c. 14 years ago
tls_none.c LibVNCClient: Fix build with no SSL/TLS library available. 14 years ago
tls_openssl.c Fix in milliseconds to struct timeval conversion 14 years ago
ultra.c Fix regression in Ultra encoding introduced by commit fe1ca16e9b. 15 years ago
vncviewer.c Check for MallocFrameBuffer() return value 12 years ago
zlib.c signed vs unsigned warnings eliminated (gcc 4.0.1) 20 years ago
zrle.c Fix (most) MinGW32 compiler warnings. 15 years ago