[prev in list] [next in list] [prev in thread] [next in thread] 

List:       tigervnc-devel
Subject:    [Tigervnc-devel] [PATCH 01/10] Add VeNCrypt security types
From:       Martin Koegler <mkoegler () auto ! tuwien ! ac ! at>
Date:       2010-11-07 16:50:52
Message-ID: 1289148661-24512-2-git-send-email-mkoegler () auto ! tuwien ! ac ! at
[Download RAW message or body]

Signed-off-by: Martin Koegler <mkoegler@auto.tuwien.ac.at>
---
 java/src/com/tigervnc/vncviewer/RfbProto.java |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/java/src/com/tigervnc/vncviewer/RfbProto.java \
b/java/src/com/tigervnc/vncviewer/RfbProto.java index 22cc113..dc7aa2e 100644
--- a/java/src/com/tigervnc/vncviewer/RfbProto.java
+++ b/java/src/com/tigervnc/vncviewer/RfbProto.java
@@ -47,10 +47,18 @@ class RfbProto {
 
   // Security types
   final static int
-    SecTypeInvalid = 0,
-    SecTypeNone    = 1,
-    SecTypeVncAuth = 2,
-    SecTypeTight   = 16;
+    SecTypeInvalid   = 0,
+    SecTypeNone      = 1,
+    SecTypeVncAuth   = 2,
+    SecTypeTight     = 16,
+    SecTypeVeNCrypt  = 19,
+    SecTypePlain     = 256,
+    SecTypeTLSNone   = 257,
+    SecTypeTLSVnc    = 258,
+    SecTypeTLSPlain  = 259,
+    SecTypeX509None  = 260,
+    SecTypeX509Vnc   = 261,
+    SecTypeX509Plain = 262;
 
   // Supported tunneling types
   final static int
-- 
1.5.6.5


------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic