diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-11-11 14:00:38 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-11-11 14:00:38 +0100 |
commit | 5e022ecc890fd9c17f07ff5c7f8c0227861dd18b (patch) | |
tree | e4823bf65cfc37343ef3a103dfe0512bdda39672 /common/rfb | |
parent | bad31c2fb8503554b28966e8d40715e269088ba0 (diff) | |
download | tigervnc-5e022ecc890fd9c17f07ff5c7f8c0227861dd18b.tar.gz tigervnc-5e022ecc890fd9c17f07ff5c7f8c0227861dd18b.zip |
Revert "Use VncAuth as the default security type, ..."
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.
Diffstat (limited to 'common/rfb')
-rw-r--r-- | common/rfb/SecurityServer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/SecurityServer.cxx b/common/rfb/SecurityServer.cxx index 5bd7b2c9..e0aee137 100644 --- a/common/rfb/SecurityServer.cxx +++ b/common/rfb/SecurityServer.cxx @@ -43,7 +43,7 @@ StringParameter SecurityServer::secTypes #endif ")", #ifdef HAVE_GNUTLS - "VncAuth,TLSVnc", + "TLSVnc,VncAuth", #else "VncAuth", #endif |