aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb
Commit message (Expand)AuthorAgeFilesLines
...
* [Development] Extend Security class to allow different default sectypes for s...Adam Tkac2010-08-124-8/+25
* [Bugfix] Return also "standard" security types (except VeNCrypt type) asAdam Tkac2010-08-121-1/+1
* [Bugfix] Check return codes from gnutls library every time.Adam Tkac2010-08-112-10/+25
* [Cleanup] Ensure all files use LF as newline control character, not CR+LF.Adam Tkac2010-08-119-797/+797
* [Bugfix] Extend encoding range checks to handle negative encodings well.Adam Tkac2010-07-212-3/+3
* [Development] Rename CSecurityTLSBase class to CSecurityTLS.Adam Tkac2010-07-214-22/+22
* [Development] Merge CSecurityTLS and CSecurityX509 classes into CSecurityTLSB...Adam Tkac2010-07-218-336/+137
* [Development] Rename SSecurityTLSBase source/class to SSecurityTLS.Adam Tkac2010-07-214-21/+21
* [Cleanup] Merge SSecurityTLS and SSecurityX509 classes into SSecurityTLSBase ...Adam Tkac2010-07-218-317/+115
* [Development] Implement VeNCrypt X509 subtypes on the client side.Adam Tkac2010-07-214-2/+195
* [Development] Implement X509 VeNCrypt subtypes on the server side.Adam Tkac2010-07-216-14/+158
* [Bugfix] Add "#error" directives to client-side TLS sources to avoid wrong us...Adam Tkac2010-07-214-11/+12
* [Development] Create VeNCrypt security types in Security class.Adam Tkac2010-07-208-78/+28
* [Development] Use SecurityType also as configuration for VeNCrypt.Adam Tkac2010-07-203-111/+15
* [Development] Pass Security instance to {C,S}SecurityVeNCrypt.Adam Tkac2010-07-205-6/+8
* [Development] Add more debug logging into {C,S}SecurityVeNCrypt.Adam Tkac2010-07-202-0/+10
* [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-202-23/+57
* [Development] Move VeNCrypt security subtypes into Security.h.Adam Tkac2010-07-202-9/+9
* Use {C,S}Security instead of {C,S}SecurityStack objects in VeNCrypt routines.Adam Tkac2010-07-204-8/+8
* [Development] Client now uses security types from -SecurityTypes parameter in...Adam Tkac2010-07-202-32/+23
* [Cleanup] Remove unused CConnection::setClientSecTypeOrder function.Adam Tkac2010-07-202-13/+2
* [Bugfix] Declare d3des.h functions inside `extern "C" {}` block.Adam Tkac2010-06-241-0/+8
* Not necessary to include windows.h if winsock2.h is already included. If bot...DRC2010-05-201-1/+0
* [Bugfix] Use AC_CHECK_LIB instead of pkgconfig, it is not available on OS X.Adam Tkac2010-05-131-1/+1
* [Bugfix] Compile VeNCrypt extension only when gnutls is enabled and available.Adam Tkac2010-04-2810-20/+67
* [Development] Implement VeNCrypt type support on client side. Currently onlyAdam Tkac2010-04-2316-30/+741
* [Development] Implement VeNCrypt security type on server side. Currently onlyAdam Tkac2010-04-2313-7/+967
* [Development] Use enhanced Security class by both UNIX and Windows viewers.Adam Tkac2010-04-233-17/+12
* [Development] Enhance Security class to be usable by viewer.Adam Tkac2010-04-233-5/+34
* [Development] Remove rfb/SSecurityFactoryStandard.h and rfb/SSecurityFactoryS...Adam Tkac2010-04-232-136/+0
* [Development] Replace SSecurityFactoryStandard class by simplier Security class.Adam Tkac2010-04-239-51/+30
* [Development] Implement Security class. This class will be used to createAdam Tkac2010-04-233-5/+93
* [Bugfix] Include Security.h instead of former secTypes.h in Security.cxx.Adam Tkac2010-04-231-1/+1
* [Development] Move all VncAuth code from SSecurityFactoryStandard class toAdam Tkac2010-04-234-64/+64
* Remove unneeded secTypeEncrypts() function.Adam Tkac2010-04-232-12/+0
* [Development] Define security types as rdr::U8 values.Adam Tkac2010-04-233-25/+26
* [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}.Adam Tkac2010-04-239-8/+8
* [Development] Add possibility to define viewer/server specific parameters viaAdam Tkac2010-04-232-24/+79
* iFix VPATH and out-of-tree builds (again)DRC2010-04-111-1/+1
* Fix VPATH and out-of-tree buildsDRC2010-02-141-1/+1
* Reverted the second part of 3971. I suspect that this code is actuallyPeter Åstrand2010-02-101-1/+1
* Eliminated two GCC warnings:Peter Åstrand2010-02-101-4/+3
* Eliminate GCC warning in ScaleFilters:Peter Åstrand2010-02-102-2/+2
* Eliminate GCC signed/unsigned warnings related to encodings: ThePeter Åstrand2010-02-1020-61/+61
* Eliminate another GCC signed/unsigned warning: Peter Åstrand2010-02-101-1/+1
* [Bugfix] Fix memory leak in Tight decoder.Adam Tkac2010-01-271-0/+2
* - use unix/configure.ac as top-level configure.ac baseAdam Tkac2009-09-043-7/+7
* Revert previous commit (r3889). Windows code has to be cleaned before thisAdam Tkac2009-09-0414-47/+47