summaryrefslogtreecommitdiffstats
path: root/common/rfb
Commit message (Expand)AuthorAgeFilesLines
* Do not run libtool_create_control_file() on Windows. Windows does not like it.DRC2011-06-241-1/+3
* Detect and enable PAM authentication supportDRC2011-06-221-0/+6
* Building the Xvnc server requires libtool control files of rdr, rfb,Henrik Andersson2011-06-091-0/+2
* Accidentally calculated the pointer offset twice, resulting in segfaults.Pierre Ossman2011-06-081-1/+2
* Make sure we have a list of the multimedia keysyms defined by Xfree86.Pierre Ossman2011-05-202-2/+234
* Add a default constructor so that you can create empty Security objects.Pierre Ossman2011-05-162-0/+5
* Remove old declaration that never actually maps to an object.Pierre Ossman2011-05-161-1/+0
* [Security] vncviewer can send password without proper validation of X.509 certsAdam Tkac2011-05-101-2/+9
* Forgot to add the new PixelTransformer class to the autotools system.Pierre Ossman2011-03-081-7/+7
* Split out the pixel format conversion magic to its own class and makePierre Ossman2011-03-086-233/+427
* The Windows specific include path should only be used on Windows.Pierre Ossman2011-03-081-1/+2
* Make sure Windows specific code is only included in Windows builds.Pierre Ossman2011-03-081-1/+4
* Look for libjpeg in a more proper manner and don't just assume it's in aPierre Ossman2011-03-031-2/+2
* Remove the included libjpeg-turbo from the tree and rely completely on onePierre Ossman2011-03-022-7/+1
* Provide a simple helper class for basic colour map usage.Pierre Ossman2011-03-021-0/+16
* Catch when no host was specified a bit more gracefully.Pierre Ossman2011-03-021-0/+2
* Make it easier to read string parameters by providing an implicit conversionPierre Ossman2011-03-022-0/+5
* Use VncAuth as the default security type, since TLS causes a significant perf...DRC2011-02-211-1/+1
* [Bugfix] Improve r4300 - also honor server's sectype order for VeNCrypt subty...Adam Tkac2011-02-211-5/+5
* Make the VeNCrypt security type implicitDRC2011-02-213-2/+5
* [Bugfix] Honor server security type order instead of client's when negotiatin...Adam Tkac2011-02-211-14/+13
* [Bugfix] Remove "unused-but-set" variable from tightDecode.h.Adam Tkac2011-02-211-2/+1
* [Bugfix] Register GNUTLS debug routines only when we actually need them.Adam Tkac2011-02-183-17/+13
* [Bugfix] Fix wrong if() in the ScaledPixelBuffer::setSourceBuffer().Adam Tkac2011-02-141-1/+1
* [Bugfix] Improve compatibility with ancient GNUTLS implementations even more.Adam Tkac2011-02-091-0/+5
* [Development] os: add gnutls_x509_crt_print() implementation, older systemsAdam Tkac2011-02-091-10/+12
* [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