| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [Development] Extend Security class to allow different default sectypes for s... | Adam Tkac | 2010-08-12 | 4 | -8/+25 |
* | [Bugfix] Return also "standard" security types (except VeNCrypt type) as | Adam Tkac | 2010-08-12 | 1 | -1/+1 |
* | [Bugfix] Check return codes from gnutls library every time. | Adam Tkac | 2010-08-11 | 2 | -10/+25 |
* | [Cleanup] Ensure all files use LF as newline control character, not CR+LF. | Adam Tkac | 2010-08-11 | 9 | -797/+797 |
* | [Bugfix] Extend encoding range checks to handle negative encodings well. | Adam Tkac | 2010-07-21 | 2 | -3/+3 |
* | [Development] Rename CSecurityTLSBase class to CSecurityTLS. | Adam Tkac | 2010-07-21 | 4 | -22/+22 |
* | [Development] Merge CSecurityTLS and CSecurityX509 classes into CSecurityTLSB... | Adam Tkac | 2010-07-21 | 8 | -336/+137 |
* | [Development] Rename SSecurityTLSBase source/class to SSecurityTLS. | Adam Tkac | 2010-07-21 | 4 | -21/+21 |
* | [Cleanup] Merge SSecurityTLS and SSecurityX509 classes into SSecurityTLSBase ... | Adam Tkac | 2010-07-21 | 8 | -317/+115 |
* | [Development] Implement VeNCrypt X509 subtypes on the client side. | Adam Tkac | 2010-07-21 | 4 | -2/+195 |
* | [Development] Implement X509 VeNCrypt subtypes on the server side. | Adam Tkac | 2010-07-21 | 6 | -14/+158 |
* | [Bugfix] Add "#error" directives to client-side TLS sources to avoid wrong us... | Adam Tkac | 2010-07-21 | 4 | -11/+12 |
* | [Development] Create VeNCrypt security types in Security class. | Adam Tkac | 2010-07-20 | 8 | -78/+28 |
* | [Development] Use SecurityType also as configuration for VeNCrypt. | Adam Tkac | 2010-07-20 | 3 | -111/+15 |
* | [Development] Pass Security instance to {C,S}SecurityVeNCrypt. | Adam Tkac | 2010-07-20 | 5 | -6/+8 |
* | [Development] Add more debug logging into {C,S}SecurityVeNCrypt. | Adam Tkac | 2010-07-20 | 2 | -0/+10 |
* | [Development] Minor fixes in previous commit. | Adam Tkac | 2010-07-20 | 1 | -6/+3 |
* | [Development] Support VeNCrypt Security types in standard security type parser. | Adam Tkac | 2010-07-20 | 1 | -0/+22 |
* | [Development] Use U32 as internal SecurityType type. | Adam Tkac | 2010-07-20 | 2 | -23/+57 |
* | [Development] Move VeNCrypt security subtypes into Security.h. | Adam Tkac | 2010-07-20 | 2 | -9/+9 |
* | Use {C,S}Security instead of {C,S}SecurityStack objects in VeNCrypt routines. | Adam Tkac | 2010-07-20 | 4 | -8/+8 |
* | [Development] Client now uses security types from -SecurityTypes parameter in... | Adam Tkac | 2010-07-20 | 2 | -32/+23 |
* | [Cleanup] Remove unused CConnection::setClientSecTypeOrder function. | Adam Tkac | 2010-07-20 | 2 | -13/+2 |
* | [Bugfix] Declare d3des.h functions inside `extern "C" {}` block. | Adam Tkac | 2010-06-24 | 1 | -0/+8 |
* | Not necessary to include windows.h if winsock2.h is already included. If bot... | DRC | 2010-05-20 | 1 | -1/+0 |
* | [Bugfix] Use AC_CHECK_LIB instead of pkgconfig, it is not available on OS X. | Adam Tkac | 2010-05-13 | 1 | -1/+1 |
* | [Bugfix] Compile VeNCrypt extension only when gnutls is enabled and available. | Adam Tkac | 2010-04-28 | 10 | -20/+67 |
* | [Development] Implement VeNCrypt type support on client side. Currently only | Adam Tkac | 2010-04-23 | 16 | -30/+741 |
* | [Development] Implement VeNCrypt security type on server side. Currently only | Adam Tkac | 2010-04-23 | 13 | -7/+967 |
* | [Development] Use enhanced Security class by both UNIX and Windows viewers. | Adam Tkac | 2010-04-23 | 3 | -17/+12 |
* | [Development] Enhance Security class to be usable by viewer. | Adam Tkac | 2010-04-23 | 3 | -5/+34 |
* | [Development] Remove rfb/SSecurityFactoryStandard.h and rfb/SSecurityFactoryS... | Adam Tkac | 2010-04-23 | 2 | -136/+0 |
* | [Development] Replace SSecurityFactoryStandard class by simplier Security class. | Adam Tkac | 2010-04-23 | 9 | -51/+30 |
* | [Development] Implement Security class. This class will be used to create | Adam Tkac | 2010-04-23 | 3 | -5/+93 |
* | [Bugfix] Include Security.h instead of former secTypes.h in Security.cxx. | Adam Tkac | 2010-04-23 | 1 | -1/+1 |
* | [Development] Move all VncAuth code from SSecurityFactoryStandard class to | Adam Tkac | 2010-04-23 | 4 | -64/+64 |
* | Remove unneeded secTypeEncrypts() function. | Adam Tkac | 2010-04-23 | 2 | -12/+0 |
* | [Development] Define security types as rdr::U8 values. | Adam Tkac | 2010-04-23 | 3 | -25/+26 |
* | [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}. | Adam Tkac | 2010-04-23 | 9 | -8/+8 |
* | [Development] Add possibility to define viewer/server specific parameters via | Adam Tkac | 2010-04-23 | 2 | -24/+79 |
* | iFix VPATH and out-of-tree builds (again) | DRC | 2010-04-11 | 1 | -1/+1 |
* | Fix VPATH and out-of-tree builds | DRC | 2010-02-14 | 1 | -1/+1 |
* | Reverted the second part of 3971. I suspect that this code is actually | Peter Åstrand | 2010-02-10 | 1 | -1/+1 |
* | Eliminated two GCC warnings: | Peter Åstrand | 2010-02-10 | 1 | -4/+3 |
* | Eliminate GCC warning in ScaleFilters: | Peter Åstrand | 2010-02-10 | 2 | -2/+2 |
* | Eliminate GCC signed/unsigned warnings related to encodings: The | Peter Åstrand | 2010-02-10 | 20 | -61/+61 |
* | Eliminate another GCC signed/unsigned warning: | Peter Åstrand | 2010-02-10 | 1 | -1/+1 |
* | [Bugfix] Fix memory leak in Tight decoder. | Adam Tkac | 2010-01-27 | 1 | -0/+2 |
* | - use unix/configure.ac as top-level configure.ac base | Adam Tkac | 2009-09-04 | 3 | -7/+7 |
* | Revert previous commit (r3889). Windows code has to be cleaned before this | Adam Tkac | 2009-09-04 | 14 | -47/+47 |