1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 07:41:17 -07:00
Files
krfb/TODO
Tim Jansen 9ad9d64ca6 Move KServiceRegistry members into private class
svn path=/trunk/kdenetwork/krfb/; revision=171547
2002-08-12 11:26:39 +00:00

24 lines
824 B
Plaintext

For 3.1:
- remove krfb from all user-visible places
- write SLP service template for remote desktop protocols
(documentation)
For 3.2:
- enhance RFB with SASL authentication (Kerberos)
- encrypted connections (using SASL and/or SSL/TLS)
Todo (unscheduled features):
- NAT traversal support if I can find an acceptable implementation
(probably using TURN, as soon as there is a server and newer spec for that)
- split krfb into 2 separate programs (server and invitation)
- soundex support in SLP attributes
- look into adding an extension to xfree to improve speed (get noticed of
screen updates)
- cut & paste support
Known bugs/problems:
- the IP address sent in invitation may be wrong on multi-homed machines,
and it is always incorrect behind a NAT. Right now it is not possible
to solve these problems.