Tim Jansen
1ce0b71bf2
Fix the last fix.. now you should be even able to connect..
...
svn path=/trunk/kdenetwork/krfb/; revision=236027
2003-07-07 22:01:34 +00:00
Tim Jansen
13a8f82c13
Fix handling of portscans... now krfb should not hang.
...
svn path=/trunk/kdenetwork/krfb/; revision=236018
2003-07-07 21:25:01 +00:00
Helge Deller
0377ab52af
cleanups
...
svn path=/trunk/kdenetwork/krfb/; revision=233649
2003-06-25 07:03:04 +00:00
Tim Jansen
310c3364b7
54873: get rid of socklen_t which is not available on Solaris 2.6
...
svn path=/trunk/kdenetwork/krfb/; revision=215972
2003-03-24 12:38:17 +00:00
Tim Jansen
aa8a6aa2d1
Fix behaviour for clients that support soft cursor and rich cursor encodings (like krdc will soon): soft cursor has the higher priority
...
svn path=/trunk/kdenetwork/krfb/; revision=204221
2003-02-01 19:35:40 +00:00
Tim Jansen
60f6e1f35e
Extend VNC protocol to let the client enable/disable the background.
...
svn path=/trunk/kdenetwork/krfb/; revision=202747
2003-01-25 17:31:36 +00:00
Dirk Mueller
339ffe8ecf
don't interepret format strings here
...
svn path=/trunk/kdenetwork/krfb/; revision=199228
2003-01-12 13:13:33 +00:00
Waldo Bastian
5d33286f42
string fixes
...
svn path=/trunk/kdenetwork/krfb/; revision=194096
2002-12-15 16:07:18 +00:00
Tim Jansen
12a0b19492
Remove read timeouts. In order to be still able to detect disconnected clients, send empty framebuffer requests every 10s if there is nothing else to send. Hopefully this solves tieout problems with windows vnc clients.
...
svn path=/trunk/kdenetwork/krfb/; revision=193264
2002-12-10 23:25:50 +00:00
Andy Fawcett
7b7b0a22b1
_BYTE_ORDER and _LITTLE_ENDIAN are defined in machine/endian.h now, so make
...
the defines in rfb.h dependent on them not already being defined.
Dirk, can you move the release tag on this one please?
CCMAIL: mueller@kde.org
svn path=/trunk/kdenetwork/krfb/; revision=190068
2002-11-22 07:04:59 +00:00
Tim Jansen
8b74e8bf11
Corrected the documentation of krfb/krdc's RFB extension. Updated TODO file.
...
svn path=/trunk/kdenetwork/krfb/; revision=186422
2002-10-29 19:26:08 +00:00
Thomas Leitner
9fef33af0f
tru64 fix
...
svn path=/trunk/kdenetwork/krfb/; revision=180556
2002-09-26 19:01:41 +00:00
Tim Jansen
a1d3f86a99
Fix: softcursor looked like trash when serverFormat != clientFormat (this fixes the BGR233 cursor issue as well)
...
svn path=/trunk/kdenetwork/krfb/; revision=163173
2002-06-25 21:40:51 +00:00
Tim Jansen
9f44b0dfee
Added support for Softcursor protocol extension
...
svn path=/trunk/kdenetwork/krfb/; revision=162994
2002-06-24 22:23:45 +00:00
Tim Jansen
b19703fd74
Ported fix from original libvncserver
...
svn path=/trunk/kdenetwork/krfb/; revision=161231
2002-06-15 19:10:56 +00:00
Reza Arbab
eb54690a76
AIX compile fixes.
...
svn path=/trunk/kdenetwork/krfb/; revision=160336
2002-06-11 14:20:47 +00:00
Stephan Kulow
c025021fba
some corrections and some changes to work with other automake versions :)
...
svn path=/trunk/kdenetwork/krfb/; revision=155894
2002-05-16 21:43:18 +00:00
Tim Jansen
8d2687fad3
sync with libvncserver cvs: solaris fixes, sync with TightVNC 1.2.3, memory leaks fixed
...
svn path=/trunk/kdenetwork/krfb/; revision=153790
2002-05-04 18:27:17 +00:00
Tim Jansen
ceed5e4971
Compile fixes for solaris, thanks to Rune Kristian Viken <runevi@student.matnat.uio.no>
...
svn path=/trunk/kdenetwork/krfb/; revision=153362
2002-05-02 17:24:30 +00:00
Tim Jansen
596a62c61c
Fix: password timeout was 20s, is now 120s
...
svn path=/trunk/kdenetwork/krfb/; revision=152981
2002-04-30 18:25:51 +00:00
Adriaan de Groot
ebf4ef6779
Avoid a compiler warning, but it seems like a tremendously bad idea to be redefining a basic type such as X's Bool anyway
...
svn path=/trunk/kdenetwork/krfb/; revision=151694
2002-04-24 18:48:23 +00:00
Tim Jansen
68cbeffdf0
Remove obsolete files
...
svn path=/trunk/kdenetwork/krfb/; revision=150342
2002-04-18 19:50:00 +00:00
Tim Jansen
0c1a47c74d
Fix: select does not return when the fd (TCP connection) has been shutdown(2). Decreased maximum timeout for ReadExact's select to 5 seconds by splitting the client timeout into many 5 sec periods, like WriteExact already did. This fixes problems that krfb/kinetd did not accept new connections for 20 seconds after a forced disconnect. Now krfb/kinetd will accept connections after 5 secs which should be keep everyone happy.
...
svn path=/trunk/kdenetwork/krfb/; revision=149884
2002-04-16 20:28:36 +00:00
Tim Jansen
1ef6160d10
Fix:
...
krfb crashed sometimes when the user tried to close a connection. Better
locking in libvncserver and an explicit rfbCloseConnection() invocation
before calling quit() should prevent this.
svn path=/trunk/kdenetwork/krfb/; revision=149689
2002-04-15 22:54:48 +00:00
Dirk Mueller
9459f2b7c5
fix makefile madness
...
svn path=/trunk/kdenetwork/krfb/; revision=148687
2002-04-11 08:42:38 +00:00
Tim Jansen
694553ccff
Remove most compiler warnings
...
svn path=/trunk/kdenetwork/krfb/; revision=148029
2002-04-08 23:43:08 +00:00
Tim Jansen
6f0c4515ab
removed warning, shutdown connection explicitly
...
svn path=/trunk/kdenetwork/krfb/; revision=147625
2002-04-07 12:59:29 +00:00
Tim Jansen
ef7fdad0a0
invitation mode working
...
svn path=/trunk/kdenetwork/krfb/; revision=146122
2002-03-31 02:02:05 +00:00
Tim Jansen
f344093250
kinetd working
...
svn path=/trunk/kdenetwork/krfb/; revision=143744
2002-03-19 00:03:39 +00:00
Tim Jansen
788b31b6c6
kcm module, multithread inetd, new uis for invitations
...
svn path=/trunk/kdenetwork/krfb/; revision=142276
2002-03-10 23:22:25 +00:00
Tim Jansen
0ac27d82b8
0.6 is out
...
svn path=/trunk/kdenetwork/krfb/; revision=137076
2002-02-18 00:22:47 +00:00
Tim Jansen
617167cae5
preparation for 0.6.0; knotify commit (not working yet)
...
svn path=/trunk/kdenetwork/krfb/; revision=136908
2002-02-17 00:33:31 +00:00
Tim Jansen
c5f8d389b8
last commit before autoport
...
svn path=/trunk/kdenetwork/krfb/; revision=136868
2002-02-16 18:40:45 +00:00
Tim Jansen
2fe9b7aa13
commit with deadlock probs
...
svn path=/trunk/kdenetwork/krfb/; revision=136246
2002-02-12 23:00:33 +00:00
Tim Jansen
3dab9b4e65
working, but buggy
...
svn path=/trunk/kdenetwork/krfb/; revision=135649
2002-02-09 20:12:57 +00:00
Tim Jansen
76f5c120ef
still not working
...
svn path=/trunk/kdenetwork/krfb/; revision=135295
2002-02-04 22:54:01 +00:00