Revision: 4189
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4189&view=rev
Author:   atkac
Date:     2010-11-11 11:47:11 +0000 (Thu, 11 Nov 2010)

Log Message:
-----------
[Development] java: Add VeNCrypt security types. (Martin Koegler)

Modified Paths:
--------------
    trunk/java/src/com/tigervnc/vncviewer/RfbProto.java

Modified: trunk/java/src/com/tigervnc/vncviewer/RfbProto.java
===================================================================
--- trunk/java/src/com/tigervnc/vncviewer/RfbProto.java 2010-11-11 11:29:55 UTC 
(rev 4188)
+++ trunk/java/src/com/tigervnc/vncviewer/RfbProto.java 2010-11-11 11:47:11 UTC 
(rev 4189)
@@ -47,10 +47,18 @@
 
   // 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


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

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Tigervnc-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to