tightvnc-filetransfer/rfbtightserver.c: enabled fix

for tight security type for RFB 3.8 (debian bug 517422.)
pull/1/head
runge 15 years ago
parent a795da8d7b
commit c15b6165ab

@ -1,3 +1,9 @@
2010-01-02 Karl Runge <runge@karlrunge.com>
* tightvnc-filetransfer/rfbtightserver.c: enabled fix
for tight security type for RFB 3.8 (debian bug 517422.)
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517422
http://sourceforge.net/tracker/?func=detail&aid=2647349&group_id=32584&atid=405858
2009-05-21 Karl Runge <runge@karlrunge.com> 2009-05-21 Karl Runge <runge@karlrunge.com>
* configure.ac: check for __thread. * configure.ac: check for __thread.
* libvncserver/main.c, libvncserver/rfbserver.c: various * libvncserver/main.c, libvncserver/rfbserver.c: various

@ -92,6 +92,12 @@ rfbVncAuthSendChallenge(rfbClientPtr cl)
return; \ return; \
} \ } \
} }
/*
Enabled by runge on 2009/01/02
*/
#define USE_SECTYPE_TIGHT_FOR_RFB_3_8
/* /*
* Read client's preferred authentication type (protocol 3.7t). * Read client's preferred authentication type (protocol 3.7t).
*/ */

Loading…
Cancel
Save