1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-03 00:18:36 +00:00
krfb/TODO
Tim Jansen cb9f1c9c96 Added KCM option to disable SLP announcements
svn path=/trunk/kdenetwork/krfb/; revision=168752
2002-07-25 20:58:42 +00:00

22 lines
781 B
Plaintext

For 3.1:
- make sure that KMail supports vnc urls or use files
- write SLP service template for remote desktop protocols
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)
- 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.