1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 07:41:17 -07:00

Commit in the middle, hextiles or whatever broken

svn path=/trunk/kdenetwork/krfb/; revision=130106
This commit is contained in:
Tim Jansen
2002-01-06 00:36:20 +00:00
parent 5755630cda
commit 535748f4ea
5 changed files with 12 additions and 7 deletions

View File

@@ -1,5 +1,14 @@
2002-01-05 Tim Jansen <tim@tjansen.de>
* lib/rfbServer.cc (update): removed blocks, added more sophistacated
Hint handling in preparation for ZLib and Tight encodings
* lib/encodeRectangleHextile.cc: replaced cut&paste code with macros,
fixed one bug (in 8 bit encoding) while doing this
* lib/rfbServer.cc (update): fixed security bug that potentially
allows the client to read any the whole KRfb server memory
* krfb/rfbcontroller.cc: fixed crash after client disconnect while
krfb was writing

View File

@@ -1,6 +1,6 @@
#MIN_CONFIG
AM_INIT_AUTOMAKE(krfb,0.5.1)
AM_INIT_AUTOMAKE(krfb,0.6)
AC_CHECK_HEADER(X11/extensions/XTest.h,
[],

View File

@@ -1,6 +1,6 @@
Begin3
Title: KDE Desktop Sharing (KRfb)
Version: 0.5.1
Version: 0.6
Entered-date:
Description: KRfb is a RFB (VNC) server that allows sharing a local
X11 session.

View File

@@ -55,14 +55,10 @@ RFBConnection::RFBConnection(Display *_dpy,
createFramebuffer();
InitBlocks(32, 32);
sendFirstHandshake(connection);
}
RFBConnection::~RFBConnection() {
DeleteBlocks();
destroyFramebuffer();
delete bufferedConnection;

View File

@@ -2,7 +2,7 @@
rfbcontroller.cpp
-------------------
begin : Sun Dec 9 2001
copyright : (C) 2001 by Tim Jansen
copyright : (C) 2001-2002 by Tim Jansen
email : tim@tjansen.de
***************************************************************************/