1. 660f108 Make it easier to read string parameters by providing an implicit conversion by Pierre Ossman · 15 years ago
  2. 39d7dc0 Use VncAuth as the default security type, since TLS causes a significant performance hit on some systems by DRC · 15 years ago
  3. ccb9245 [Bugfix] Improve r4300 - also honor server's sectype order for VeNCrypt subtypes. by Adam Tkac · 15 years ago
  4. 674bf06 Make the VeNCrypt security type implicit by DRC · 15 years ago
  5. 7cb47d6 [Bugfix] Honor server security type order instead of client's when negotiating security type. by Adam Tkac · 15 years ago
  6. bc9bb15 [Bugfix] Remove "unused-but-set" variable from tightDecode.h. by Adam Tkac · 15 years ago
  7. 348269d [Bugfix] Register GNUTLS debug routines only when we actually need them. by Adam Tkac · 15 years ago
  8. f04cd0e [Bugfix] Fix wrong if() in the ScaledPixelBuffer::setSourceBuffer(). by Adam Tkac · 15 years ago
  9. b486423 [Bugfix] Improve compatibility with ancient GNUTLS implementations even more. by Adam Tkac · 15 years ago
  10. 68481c1 [Development] os: add gnutls_x509_crt_print() implementation, older systems by Adam Tkac · 15 years ago
  11. e32573a [Bugfix] client: improve server certificate verification code. by Adam Tkac · 15 years ago
  12. 44cdb13 [Bugfix] Call gnutls_bye only when handshake is completed. by Adam Tkac · 15 years ago
  13. 32020bf Oops. Checked in some debugging code. by DRC · 15 years ago
  14. b7ab54f Oops. Need to wait until after gnutls.h is included before checking the value of GNUTLS_VERSION_NUMBER by DRC · 15 years ago
  15. ff1e1ff Attempt to restore compatibility with older GnuTLS versions by DRC · 15 years ago
  16. 8dde266 Remove old Visual C++ project files (use CMake to build with Visual C++) by DRC · 15 years ago
  17. 27198ce libjpeg-turbo produces about the same image quality with the fast integer DCT if the JPEG quality is <= 95, and it's a lot faster. Slow integer DCT is retained for quality >= 96, because fast integer degrades at those quality levels. by DRC · 15 years ago
  18. 8e98506 [Bugfix] Use bitwise NOT instead of logical NOT when working with by Adam Tkac · 15 years ago
  19. f16a421 [Bugfix] Print empty string by default when paths for X.509 certs don't exist. by Adam Tkac · 15 years ago
  20. 437b0c2 [Bugfix] Append ".pem" suffix to saved certificates. by Adam Tkac · 15 years ago
  21. af08172 [Development] Rename function "gethomedir" to "getvnchomedir" and rewrite it in by Adam Tkac · 15 years ago
  22. a9a7b4b [Development] Add Security::ToString method by Adam Tkac · 15 years ago
  23. 98bf0e9 [Development] Allow to set security types directly in the Security class by Adam Tkac · 15 years ago
  24. 125bd25 [Development] Add possibility to build Windows programs with GNUTLS via cmake. by Adam Tkac · 15 years ago
  25. 179d2b1 [Bugfix] CSecurityTLS.cxx: include os/print.h to get correct snprintf definition. by Adam Tkac · 15 years ago
  26. c4674db [Bugfix] Don't include unistd.h and don't call access() on Windows. by Adam Tkac · 15 years ago
  27. 5d4c6ac [Bugfix] Use free() instead of gnutls_free() on Windows. by Adam Tkac · 15 years ago
  28. 45de20d Add extra check for bad copy rects and try to handle it gracefully instead of by Pierre Ossman · 15 years ago
  29. d3b4dea [Development] Add "Security" options dialog for Windows viewer. by Adam Tkac · 15 years ago
  30. e9e338c [Bugfix] Improve fix for #3112731. by Adam Tkac · 15 years ago
  31. 684ca1d [Bugfix] Don't operate on erased iterator (ID 3112731). by Adam Tkac · 15 years ago
  32. 3d0af20 [Development] Remove support for the "Tight" security type from C++ code. by Adam Tkac · 15 years ago
  33. 27b2f77 [Development] client: Add dialog window to accept/save invalid X509 by Adam Tkac · 15 years ago
  34. 779dbb0 [Development] Add generic UserMsgBox class. (Guillaume Destuynder) by Adam Tkac · 15 years ago
  35. 3c7f8e1 [Development] Allow changing the default value of string parameters. (Martin Koegler) by Adam Tkac · 15 years ago
  36. 69df376 [Development] Implement PasswordValidator class on Windows (Martin Koegler) by Adam Tkac · 15 years ago
  37. 180c016 CMake build system for Windows by DRC · 15 years ago
  38. f61db64 Converting a integer shift to a byte offset of course depends on endianness by Pierre Ossman · 15 years ago
  39. bfd66c1 [Development] Move Get{C,S}Security from Security class to separate classes. by Adam Tkac · 15 years ago
  40. 4d82c6a [Cleanup] Remove obsolete comment in Security class. by Adam Tkac · 15 years ago
  41. 01cf573 Use proper methods for pixel conversion in the cursor code as it previously by Pierre Ossman · 15 years ago
  42. 7c4efd7 The tight decoder is really working on pixel buffers, not Pixel arrays. This by Pierre Ossman · 15 years ago
  43. 025e660 Revert commit 3784 as it was incorrect. A "Pixel" is always expected to be in by Pierre Ossman · 15 years ago
  44. 93e5a12 [Bugfix] Include rfb/Security.h in the source tarball. by Adam Tkac · 15 years ago
  45. a0d90c9 [Development] Add missing PAM sources (fixes commit r4128). by Adam Tkac · 15 years ago
  46. 520fc41 [Development] Implement *Plain security types on the server side and use by Adam Tkac · 15 years ago
  47. 8c04838 [Development] Implement *Plain types on the client side. by Adam Tkac · 15 years ago
  48. 80fb7ef [Development] Set default security types as follows: by Adam Tkac · 15 years ago
  49. fb99315 [Development] Extend Security class to allow different default sectypes for server/viewer. by Adam Tkac · 15 years ago
  50. 95e2fe8 [Bugfix] Return also "standard" security types (except VeNCrypt type) as by Adam Tkac · 15 years ago
  51. 6948ead [Bugfix] Check return codes from gnutls library every time. by Adam Tkac · 15 years ago
  52. 5522d61 [Cleanup] Ensure all files use LF as newline control character, not CR+LF. by Adam Tkac · 15 years ago
  53. ea633a7 [Bugfix] Extend encoding range checks to handle negative encodings well. by Adam Tkac · 15 years ago
  54. 3c5be39 [Development] Rename CSecurityTLSBase class to CSecurityTLS. by Adam Tkac · 15 years ago
  55. 0e61c34 [Development] Merge CSecurityTLS and CSecurityX509 classes into CSecurityTLSBase class. by Adam Tkac · 15 years ago
  56. 21b61a5 [Development] Rename SSecurityTLSBase source/class to SSecurityTLS. by Adam Tkac · 15 years ago
  57. f39671d [Cleanup] Merge SSecurityTLS and SSecurityX509 classes into SSecurityTLSBase class. by Adam Tkac · 15 years ago
  58. f5f6a00 [Development] Implement VeNCrypt X509 subtypes on the client side. by Adam Tkac · 15 years ago
  59. 5bf73fb [Development] Implement X509 VeNCrypt subtypes on the server side. by Adam Tkac · 15 years ago
  60. 4395823 [Bugfix] Add "#error" directives to client-side TLS sources to avoid wrong usage. by Adam Tkac · 15 years ago
  61. 707d361 [Development] Create VeNCrypt security types in Security class. by Adam Tkac · 15 years ago
  62. 814fa89 [Development] Use SecurityType also as configuration for VeNCrypt. by Adam Tkac · 15 years ago
  63. a032593 [Development] Pass Security instance to {C,S}SecurityVeNCrypt. by Adam Tkac · 15 years ago
  64. db062b6 [Development] Add more debug logging into {C,S}SecurityVeNCrypt. by Adam Tkac · 15 years ago
  65. 957a5ae [Development] Minor fixes in previous commit. by Adam Tkac · 15 years ago
  66. b3e60c6 [Development] Support VeNCrypt Security types in standard security type parser. by Adam Tkac · 15 years ago
  67. 0c77e51 [Development] Use U32 as internal SecurityType type. by Adam Tkac · 15 years ago
  68. 00b395a [Development] Move VeNCrypt security subtypes into Security.h. by Adam Tkac · 15 years ago
  69. c86db21 Use {C,S}Security instead of {C,S}SecurityStack objects in VeNCrypt routines. by Adam Tkac · 15 years ago
  70. 05a0cd6 [Development] Client now uses security types from -SecurityTypes parameter instead of hardcoded list. by Adam Tkac · 15 years ago
  71. 0c8194f [Cleanup] Remove unused CConnection::setClientSecTypeOrder function. by Adam Tkac · 15 years ago
  72. c0b557b [Bugfix] Declare d3des.h functions inside `extern "C" {}` block. by Adam Tkac · 15 years ago
  73. 0a60801 Not necessary to include windows.h if winsock2.h is already included. If both are included, then winsock2.h must be included first. by DRC · 15 years ago
  74. fee65d5 [Bugfix] Use AC_CHECK_LIB instead of pkgconfig, it is not available on OS X. by Adam Tkac · 15 years ago
  75. df79970 [Bugfix] Compile VeNCrypt extension only when gnutls is enabled and available. by Adam Tkac · 15 years ago
  76. b10489b [Development] Implement VeNCrypt type support on client side. Currently only by Adam Tkac · 15 years ago
  77. dfe19cf [Development] Implement VeNCrypt security type on server side. Currently only by Adam Tkac · 15 years ago
  78. f324dc4 [Development] Use enhanced Security class by both UNIX and Windows viewers. by Adam Tkac · 15 years ago
  79. c210e8a [Development] Enhance Security class to be usable by viewer. by Adam Tkac · 15 years ago
  80. ece313a [Development] Remove rfb/SSecurityFactoryStandard.h and rfb/SSecurityFactoryStandard.cxx. by Adam Tkac · 15 years ago
  81. a6578bf [Development] Replace SSecurityFactoryStandard class by simplier Security class. by Adam Tkac · 15 years ago
  82. 1d15e2d [Development] Implement Security class. This class will be used to create by Adam Tkac · 15 years ago
  83. b6eb399 [Bugfix] Include Security.h instead of former secTypes.h in Security.cxx. by Adam Tkac · 15 years ago
  84. 162ac35 [Development] Move all VncAuth code from SSecurityFactoryStandard class to by Adam Tkac · 15 years ago
  85. 9c28a7b Remove unneeded secTypeEncrypts() function. by Adam Tkac · 15 years ago
  86. 94d88c1 [Development] Define security types as rdr::U8 values. by Adam Tkac · 15 years ago
  87. 5a0caed [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}. by Adam Tkac · 15 years ago
  88. c58b3d1 [Development] Add possibility to define viewer/server specific parameters via by Adam Tkac · 15 years ago
  89. 752acc7 iFix VPATH and out-of-tree builds (again) by DRC · 15 years ago
  90. 09e2ff1 Fix VPATH and out-of-tree builds by DRC · 16 years ago
  91. 29aba9e Reverted the second part of 3971. I suspect that this code is actually by Peter Åstrand · 16 years ago
  92. ffeeb26 Eliminated two GCC warnings: by Peter Åstrand · 16 years ago
  93. f1037f4 Eliminate GCC warning in ScaleFilters: by Peter Åstrand · 16 years ago
  94. 98fe98c Eliminate GCC signed/unsigned warnings related to encodings: The by Peter Åstrand · 16 years ago
  95. 618c170 Eliminate another GCC signed/unsigned warning: by Peter Åstrand · 16 years ago
  96. 43d6823 [Bugfix] Fix memory leak in Tight decoder. by Adam Tkac · 16 years ago
  97. 8aee1a8 - use unix/configure.ac as top-level configure.ac base by Adam Tkac · 16 years ago
  98. d36b626 Revert previous commit (r3889). Windows code has to be cleaned before this by Adam Tkac · 16 years ago
  99. 97abe8a Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free() by Adam Tkac · 16 years ago
  100. c184d95 Declare virtual methods with empty body as pure virtual methods in rfb::CMsgHandler by Adam Tkac · 16 years ago