Commit c15b6165 authored by runge's avatar runge

tightvnc-filetransfer/rfbtightserver.c: enabled fix

for tight security type for RFB 3.8 (debian bug 517422.)
parent a795da8d
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) ...@@ -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).
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment