diff options
| author | Vic Lee <llyzs@163.com> | 2009-10-07 11:01:55 +0800 | 
|---|---|---|
| committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2009-11-02 16:10:59 +0100 | 
| commit | 29990f0090754c722653aafd3fc6800cebc1584c (patch) | |
| tree | 891066286999828e6170cddde6bc8bdaaae98496 /rfb/rfbproto.h | |
| parent | 95ae56c83110c35bce9752d18975b6edcd8088b9 (diff) | |
| download | libtdevnc-29990f00.tar.gz libtdevnc-29990f00.zip | |
Add MSLogon security type
Signed-off-by: Vic Lee <llyzs@163.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'rfb/rfbproto.h')
| -rw-r--r-- | rfb/rfbproto.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h index 06ab579..b6f201c 100644 --- a/rfb/rfbproto.h +++ b/rfb/rfbproto.h @@ -265,6 +265,7 @@ typedef char rfbProtocolVersionMsg[13];	/* allow extra byte for null */  #define rfbUltra 17  #define rfbTLS 18  #define rfbVeNCrypt 19 +#define rfbMSLogon 0xfffffffa  #define rfbVeNCryptPlain 256  #define rfbVeNCryptTLSNone 257 | 
