summaryrefslogtreecommitdiffstats
path: root/common/rfb/Security.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove a lot of platform compatibilty stuffPierre Ossman2014-07-071-3/+0
* Use the correct matching free operation. Patch by Matthieu Lochegnies.Pierre Ossman2011-11-091-1/+1
* Add a default constructor so that you can create empty Security objects.Pierre Ossman2011-05-161-0/+4
* Make the VeNCrypt security type implicitDRC2011-02-211-0/+3
* [Development] Add Security::ToString methodAdam Tkac2011-02-011-0/+24
* [Development] Move Get{C,S}Security from Security class to separate classes.Adam Tkac2010-10-011-100/+2
* [Development] Implement *Plain security types on the server side and useAdam Tkac2010-09-021-0/+6
* [Development] Implement *Plain types on the client side.Adam Tkac2010-09-021-1/+9
* [Development] Set default security types as follows:Adam Tkac2010-08-121-2/+12
* [Development] Extend Security class to allow different default sectypes for s...Adam Tkac2010-08-121-4/+18
* [Bugfix] Return also "standard" security types (except VeNCrypt type) asAdam Tkac2010-08-121-1/+1
* [Development] Rename CSecurityTLSBase class to CSecurityTLS.Adam Tkac2010-07-211-5/+5
* [Development] Merge CSecurityTLS and CSecurityX509 classes into CSecurityTLSB...Adam Tkac2010-07-211-6/+5
* [Development] Rename SSecurityTLSBase source/class to SSecurityTLS.Adam Tkac2010-07-211-5/+5
* [Cleanup] Merge SSecurityTLS and SSecurityX509 classes into SSecurityTLSBase ...Adam Tkac2010-07-211-6/+5
* [Development] Implement VeNCrypt X509 subtypes on the client side.Adam Tkac2010-07-211-0/+7
* [Development] Implement X509 VeNCrypt subtypes on the server side.Adam Tkac2010-07-211-0/+5
* [Development] Create VeNCrypt security types in Security class.Adam Tkac2010-07-201-3/+17
* [Development] Pass Security instance to {C,S}SecurityVeNCrypt.Adam Tkac2010-07-201-2/+2
* [Development] Minor fixes in previous commit.Adam Tkac2010-07-201-6/+3
* [Development] Support VeNCrypt Security types in standard security type parser.Adam Tkac2010-07-201-0/+22
* [Development] Use U32 as internal SecurityType type.Adam Tkac2010-07-201-11/+35
* [Bugfix] Compile VeNCrypt extension only when gnutls is enabled and available.Adam Tkac2010-04-281-0/+12
* [Development] Implement VeNCrypt type support on client side. Currently onlyAdam Tkac2010-04-231-5/+9
* [Development] Implement VeNCrypt security type on server side. Currently onlyAdam Tkac2010-04-231-1/+5
* [Development] Use enhanced Security class by both UNIX and Windows viewers.Adam Tkac2010-04-231-1/+1
* [Development] Enhance Security class to be usable by viewer.Adam Tkac2010-04-231-4/+19
* [Development] Replace SSecurityFactoryStandard class by simplier Security class.Adam Tkac2010-04-231-2/+6
* [Development] Implement Security class. This class will be used to createAdam Tkac2010-04-231-0/+61
* [Bugfix] Include Security.h instead of former secTypes.h in Security.cxx.Adam Tkac2010-04-231-1/+1
* Remove unneeded secTypeEncrypts() function.Adam Tkac2010-04-231-11/+0
* [Development] Define security types as rdr::U8 values.Adam Tkac2010-04-231-6/+6
* [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}.Adam Tkac2010-04-231-0/+73