Revision: 4304
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4304&view=rev
Author:   dcommander
Date:     2011-02-21 13:50:17 +0000 (Mon, 21 Feb 2011)

Log Message:
-----------
Use VncAuth as the default security type, since TLS causes a significant 
performance hit on some systems

Modified Paths:
--------------
    trunk/common/rfb/SecurityServer.cxx

Modified: trunk/common/rfb/SecurityServer.cxx
===================================================================
--- trunk/common/rfb/SecurityServer.cxx 2011-02-21 13:43:44 UTC (rev 4303)
+++ trunk/common/rfb/SecurityServer.cxx 2011-02-21 13:50:17 UTC (rev 4304)
@@ -39,7 +39,7 @@
 ("SecurityTypes",
  "Specify which security scheme to use (None, VncAuth)",
 #ifdef HAVE_GNUTLS
- "TLSVnc,VncAuth",
+ "VncAuth,TLSVnc",
 #else
  "VncAuth",
 #endif


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Tigervnc-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to