summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrunge <runge@karlrunge.com>2009-05-21 10:32:18 -0400
committerrunge <runge@karlrunge.com>2009-05-21 10:32:18 -0400
commit804335f9d296440bb708ca844f5d89b58b50b0c6 (patch)
treea59c3c06a829b0a80c5d276d587369e01e92a5fb /ChangeLog
parent2cd48332e02d9c81f67b2d718ad1feed5b0a808e (diff)
downloadlibtdevnc-804335f9d296440bb708ca844f5d89b58b50b0c6.tar.gz
libtdevnc-804335f9d296440bb708ca844f5d89b58b50b0c6.zip
Thread safety for zrle, zlib, tight.
Proposed tight security type fix for debian bug 517422.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99a2a20..4a797fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2009-05-21 Karl Runge <runge@karlrunge.com>
+ * configure.ac: check for __thread.
+ * libvncserver/main.c, libvncserver/rfbserver.c: various
+ thread safe corrections including sendMutex guard.
+ * libvncserver/zrle.c, libvncserver/zrleencodetemplate.c:
+ thread safety via per-client buffers.
+ * libvncserver/tight.c, libvncserver/zlib.c: thread safety
+ corrections via thread local storage using __thread.
+ * rfb/rfb.h: new members for threaded usage.
+ * tightvnc-filetransfer/rfbtightserver.c: fix (currently disabled)
+ for tight security type for RFB 3.8 (debian bug 517422.)
+ NEEDS AUDIT.
+
2009-03-12 Johannes E. Schindelin <Johannes.Schindelin@gmx.de>
* client_examples/SDLvncviewer.c: support mouse wheel operations