1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-03 08:28:35 +00:00
Go to file
Aaron J. Seigo 2c39f61d4d on old and broken implementations of net/if.h, IF_NAMESIZE is called
IFNAMSIZ. this addresses this issue on those systems that don't have
IF_NAMESIZE. at least, it works here and enables it to compile
properly ;-)

i don't think this should be a configure check, and according to my 10
minutes of research on the 'net this seems to be the primary breakage
(in other words, i couldn't find any other variations on this brokennes
besides IFNAMSIZ)

svn path=/trunk/kdenetwork/krfb/; revision=199955
2003-01-14 22:13:18 +00:00
doc CVS_SILENT: Changing DTD 2002-12-10 18:25:13 +00:00
kcm_krfb CVS_SILENT made messages 2002-11-19 12:02:56 +00:00
kinetd make setExpirationTimer a slot, fixes the failing connect... 2003-01-08 00:53:37 +00:00
krfb CVS_SILENT 2003-01-09 13:16:54 +00:00
libvncserver don't interepret format strings here 2003-01-12 13:13:33 +00:00
srvloc on old and broken implementations of net/if.h, IF_NAMESIZE is called 2003-01-14 22:13:18 +00:00
AUTHORS added dcop stuff from greiser 2002-02-14 23:20:39 +00:00
configure.in.in Fixup getifaddrs() detection for BSD, and use the results properly. 2003-01-13 13:31:52 +00:00
DCOP-INTERFACE update dcop interface 2002-04-18 19:43:38 +00:00
Makefile.am Removed some outdated docs 2002-08-01 19:10:31 +00:00
NOTES Clean README and friends... 2002-07-26 14:34:42 +00:00
README Clean README and friends... 2002-07-26 14:34:42 +00:00
TODO replace KInetAddress with KInetInterface 2002-12-28 00:30:31 +00:00

KDE Desktop Sharing (krfb)
==========================

KDE Desktop Sharing (krfb)  is a small server for the RFB protocol, better 
known as VNC. Unlike most other Unix/Linux RFB servers, KRfb allows you to
share your X11 session instead of creating a new X11 session. 
It was originally based on x0rfbserver 
(ttp://www.hexonet.de/software/x0rfbserver/), but there is not much code of
x0rfbserver left. Since version 0.6 it uses libvncserver 
(http://libvncserver.sf.net) as backend.


Guide to documentation:
TODO - things to be done
INSTALL - Very short installation instructions
NOTES - reasons for various decisions
DCOP-INTERFACE - short documentation of the DCOP interface