[pve-devel] r5418 - vncterm/pve2

svn-commits at proxmox.com svn-commits at proxmox.com
Mon Jan 24 09:49:41 CET 2011


Author: dietmar
Date: 2011-01-24 09:49:41 +0100 (Mon, 24 Jan 2011)
New Revision: 5418

Modified:
   vncterm/pve2/README
   vncterm/pve2/TODO
Log:


Modified: vncterm/pve2/README
===================================================================
--- vncterm/pve2/README	2011-01-24 08:42:29 UTC (rev 5417)
+++ vncterm/pve2/README	2011-01-24 08:49:41 UTC (rev 5418)
@@ -7,11 +7,14 @@
 	
 and xterm seems to be the best solution for that.
 
-Requires libs:
+some code is inspired by: qemu, VncCommand, xterm, linux kernel, ...
 
-libvncserver-dev, libvncauth-dev
+libvncserver
+============
 
-some code is inspired by: qemu, VncCommand, xterm, linux kernel, ...
+LibVNCServer does not suppurt TLS currently. So we staically link to a
+patched versions on that library instead of using the debian shared
+libraries.
 
 VNC Java Applet (for use in web based applications):
 ====================================================
@@ -26,8 +29,6 @@
 TODO:
 =====
 
-  * use SSL enable vncviewer (implement ssl in vncterm)
-
 Useful sources for terminal emulation:
 	
    xterm source: ctlseqs.txt

Modified: vncterm/pve2/TODO
===================================================================
--- vncterm/pve2/TODO	2011-01-24 08:42:29 UTC (rev 5417)
+++ vncterm/pve2/TODO	2011-01-24 08:49:41 UTC (rev 5418)
@@ -2,7 +2,7 @@
 TODO:
 	better command line parser - print usage infos
 	implement some kind of regression testing
- 	ssl support
+ 	cleanup the TLS patch and try to merge into upstream
 	scroll/history support?
 	more ESC sequences (see xterm source ctlseqs.txt)
 	disp_ctrl




More information about the pve-devel mailing list