aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb
Commit message (Expand)AuthorAgeFilesLines
...
* [Bugfix] client: improve server certificate verification code.Adam Tkac2011-02-091-119/+162
* [Bugfix] Call gnutls_bye only when handshake is completed.Adam Tkac2011-02-092-6/+6
* Oops. Checked in some debugging code.DRC2011-02-091-1/+0
* Oops. Need to wait until after gnutls.h is included before checking the valu...DRC2011-02-091-11/+10
* Attempt to restore compatibility with older GnuTLS versionsDRC2011-02-081-2/+15
* Remove old Visual C++ project files (use CMake to build with Visual C++)DRC2011-02-081-712/+0
* libjpeg-turbo produces about the same image quality with the fast integer DCT...DRC2011-02-081-0/+2
* [Bugfix] Use bitwise NOT instead of logical NOT when working withAdam Tkac2011-02-071-2/+2
* [Bugfix] Print empty string by default when paths for X.509 certs don't exist.Adam Tkac2011-02-071-2/+4
* [Bugfix] Append ".pem" suffix to saved certificates.Adam Tkac2011-02-071-6/+6
* [Development] Rename function "gethomedir" to "getvnchomedir" and rewrite it inAdam Tkac2011-02-071-18/+13
* [Development] Add Security::ToString methodAdam Tkac2011-02-012-0/+27
* [Development] Allow to set security types directly in the Security classAdam Tkac2011-02-011-0/+2
* [Development] Add possibility to build Windows programs with GNUTLS via cmake.Adam Tkac2011-01-191-2/+18
* [Bugfix] CSecurityTLS.cxx: include os/print.h to get correct snprintf definit...Adam Tkac2011-01-191-0/+1
* [Bugfix] Don't include unistd.h and don't call access() on Windows.Adam Tkac2011-01-191-0/+7
* [Bugfix] Use free() instead of gnutls_free() on Windows.Adam Tkac2011-01-191-0/+18
* Add extra check for bad copy rects and try to handle it gracefully instead ofPierre Ossman2010-12-211-8/+31
* [Development] Add "Security" options dialog for Windows viewer.Adam Tkac2010-12-081-2/+2
* [Bugfix] Improve fix for #3112731.Adam Tkac2010-12-011-1/+1
* [Bugfix] Don't operate on erased iterator (ID 3112731).Adam Tkac2010-11-221-2/+3
* [Development] Remove support for the "Tight" security type from C++ code.Adam Tkac2010-11-1810-604/+3
* [Development] client: Add dialog window to accept/save invalid X509Adam Tkac2010-11-185-8/+137
* [Development] Add generic UserMsgBox class. (Guillaume Destuynder)Adam Tkac2010-11-182-3/+43
* [Development] Allow changing the default value of string parameters. (Martin ...Adam Tkac2010-11-112-0/+7
* [Development] Implement PasswordValidator class on Windows (Martin Koegler)Adam Tkac2010-11-025-0/+98
* CMake build system for WindowsDRC2010-10-272-0/+72
* Converting a integer shift to a byte offset of course depends on endiannessPierre Ossman2010-10-131-6/+18
* [Development] Move Get{C,S}Security from Security class to separate classes.Adam Tkac2010-10-0115-127/+269
* [Cleanup] Remove obsolete comment in Security class.Adam Tkac2010-09-301-4/+0
* Use proper methods for pixel conversion in the cursor code as it previouslyPierre Ossman2010-09-301-6/+3
* The tight decoder is really working on pixel buffers, not Pixel arrays. ThisPierre Ossman2010-09-301-21/+18
* Revert commit 3784 as it was incorrect. A "Pixel" is always expected to be inPierre Ossman2010-09-302-10/+1
* [Bugfix] Include rfb/Security.h in the source tarball.Adam Tkac2010-09-201-3/+3
* [Development] Add missing PAM sources (fixes commit r4128).Adam Tkac2010-09-074-0/+221
* [Development] Implement *Plain security types on the server side and useAdam Tkac2010-09-024-34/+57
* [Development] Implement *Plain types on the client side.Adam Tkac2010-09-024-3/+89
* [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-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