1647 Commits (6948ead152f81b2d66ba0636b0f0604cdc3bc554)
 

Autor SHA1 Nachricht Datum
  Adam Tkac 6948ead152 [Bugfix] Check return codes from gnutls library every time. vor 14 Jahren
  Adam Tkac 5522d61b7a [Cleanup] Ensure all files use LF as newline control character, not CR+LF. vor 14 Jahren
  DRC bacbbaa697 Fix typo in SIMD dispatch routines which was causing 4:2:0 upsampling to be used instead of 4:2:2 when decompressing JPEG images using SSE2 code vor 14 Jahren
  DRC aab8ddd427 Sync with libjpeg-turbo 1.0.1 vor 14 Jahren
  DRC 365d8a59d4 Fix build with YASM vor 14 Jahren
  DRC d4dda31a53 Handle erroneous Huffman codes vor 14 Jahren
  Adam Tkac ea633a79bd [Bugfix] Extend encoding range checks to handle negative encodings well. vor 14 Jahren
  Adam Tkac 214c1a17ab [Bugfix] Fix memory leak in InputDevice::keyEvent function. vor 14 Jahren
  Adam Tkac 39c9d99e5d [Bugfix] vncserver: accept <+optname> option when specified as the first one. vor 14 Jahren
  Adam Tkac 3c5be39e92 [Development] Rename CSecurityTLSBase class to CSecurityTLS. vor 14 Jahren
  Adam Tkac 0e61c34932 [Development] Merge CSecurityTLS and CSecurityX509 classes into CSecurityTLSBase class. vor 14 Jahren
  Adam Tkac 21b61a5c03 [Development] Rename SSecurityTLSBase source/class to SSecurityTLS. vor 14 Jahren
  Adam Tkac f39671def2 [Cleanup] Merge SSecurityTLS and SSecurityX509 classes into SSecurityTLSBase class. vor 14 Jahren
  Adam Tkac f5f6a00dfb [Development] Implement VeNCrypt X509 subtypes on the client side. vor 14 Jahren
  Adam Tkac 5bf73fbb2a [Development] Implement X509 VeNCrypt subtypes on the server side. vor 14 Jahren
  Adam Tkac 4395823664 [Bugfix] Add "#error" directives to client-side TLS sources to avoid wrong usage. vor 14 Jahren
  Adam Tkac 707d361a50 [Development] Create VeNCrypt security types in Security class. vor 14 Jahren
  Adam Tkac 814fa8972e [Development] Use SecurityType also as configuration for VeNCrypt. vor 14 Jahren
  Adam Tkac a032593f99 [Development] Pass Security instance to {C,S}SecurityVeNCrypt. vor 14 Jahren
  Adam Tkac db062b6b51 [Development] Add more debug logging into {C,S}SecurityVeNCrypt. vor 14 Jahren
  Adam Tkac 957a5aea64 [Development] Minor fixes in previous commit. vor 14 Jahren
  Adam Tkac b3e60c6a1a [Development] Support VeNCrypt Security types in standard security type parser. vor 14 Jahren
  Adam Tkac 0c77e51de8 [Development] Use U32 as internal SecurityType type. vor 14 Jahren
  Adam Tkac 00b395a410 [Development] Move VeNCrypt security subtypes into Security.h. vor 14 Jahren
  Adam Tkac c86db213d7 Use {C,S}Security instead of {C,S}SecurityStack objects in VeNCrypt routines. vor 14 Jahren
  Adam Tkac 05a0cd6628 [Development] Client now uses security types from -SecurityTypes parameter instead of hardcoded list. vor 14 Jahren
  Adam Tkac 0c8194feb4 [Cleanup] Remove unused CConnection::setClientSecTypeOrder function. vor 14 Jahren
  Adam Tkac f515c00151 [Development] Add xserver19.patch. vor 14 Jahren
  Adam Tkac fe1d7d5341 [Development] Pass "serverClient" to QueryColors when compiling against X.Org 1.9.X. vor 14 Jahren
  Adam Tkac 02fd9a6cda [Development] Fetch root window pointer directly from pScreen if possible. vor 14 Jahren
  Adam Tkac 62094c76fc [Development] Improve privates handling in vncHooks to be compatible with X.Org 1.9.X. vor 14 Jahren
  Adam Tkac 590aa05d11 [Development] Enable compilation against X.Org 1.9.X source. vor 14 Jahren
  Adam Tkac e16e546c90 [Cleanup] Remove leftover code. vor 14 Jahren
  DRC c1afba7522 Reuse the getpasswd() function in filter mode so that the new line is stripped from the input vor 14 Jahren
  DRC 7f9ea27ec8 Add a filter mode option to vncpasswd vor 14 Jahren
  DRC 6452addd2b Include vncviewer man page in OS X package vor 14 Jahren
  DRC 896a96c2dd 64-bit support exists in OS X versions prior to 10.6 vor 14 Jahren
  DRC f1cd9cc843 Don't require GTK when building pixman module vor 14 Jahren
  Adam Tkac d9e813d003 [Doc] Include information about running "autoreconf -fiv" in the README file. vor 14 Jahren
  Adam Tkac 01345fc0ca winvnc: Declare the main() function as WinMain() vor 14 Jahren
  Adam Tkac 8fb6ac0e99 winvnc: Declare argv as "char**" instead of "const *char[]" vor 14 Jahren
  Adam Tkac e450dc442e [Bugfix] Include VNCServerWin32.h before QueryConnectDialog.h to ensure winsock2.h is included before windows.h. vor 14 Jahren
  Adam Tkac ae1ac9710b [Bugfix] Third parameter of GetLocaleInfo is LPTSTR. Also compute the 4th vor 14 Jahren
  Adam Tkac c0b557bbd3 [Bugfix] Declare d3des.h functions inside `extern "C" {}` block. vor 14 Jahren
  Adam Tkac de484c9b37 [Bugfix] Re-add zlib.dsp file which was accidentally removed in r4026. vor 14 Jahren
  DRC c875a0ddf5 Sync with libjpeg-turbo 1.0.0 vor 14 Jahren
  Pierre Ossman 560a824296 Extend the default keyboard table with the Windows keys so that they can vor 14 Jahren
  Pierre Ossman a1d10fc47a Map up the rest of the standard modifiers (if available). vor 14 Jahren
  Pierre Ossman 88e0c72057 Use a switch statement instead of a series of if:s for setting up the modmap vor 14 Jahren
  Pierre Ossman 6aa2de49cc Reinstate Caps Lock in the default keyboard map. It's not documented why vor 14 Jahren