]> source.dussan.org Git - tigervnc.git/commitdiff
Revert "Use VncAuth as the default security type, ..." 67/head
authorPierre Ossman <ossman@cendio.se>
Tue, 11 Nov 2014 13:00:38 +0000 (14:00 +0100)
committerPierre Ossman <ossman@cendio.se>
Tue, 11 Nov 2014 13:00:38 +0000 (14:00 +0100)
This reverts commit 39d7dc043afcf6f94b9c16942765fdb9a6a3202e.

We should be secure by default, even if it might cause a performance
hit. Those who wish to make that trade off are more likely to notice
the lack of performance than others noticing the lack of security.

common/rfb/SecurityServer.cxx

index 5bd7b2c9fd416a65c12c272ad6d4be812d547c33..e0aee137d61f835cdda6bb6b6941ccf59ec3f68b 100644 (file)
@@ -43,7 +43,7 @@ StringParameter SecurityServer::secTypes
 #endif
  ")",
 #ifdef HAVE_GNUTLS
- "VncAuth,TLSVnc",
+ "TLSVnc,VncAuth",
 #else
  "VncAuth",
 #endif