621 Commits (8ee522a66e6d25aa1b89acb8a28c53cb63f781e5)

Author SHA1 Message Date
  Pierre Ossman 158e69d735 Don't shadow member variable 8 years ago
  Pierre Ossman e539cb857f Track statistics for CopyRect 8 years ago
  Pierre Ossman 9a153b0a7a Add keyboard debug log to servers 8 years ago
  Pierre Ossman 3c56d4f3c7 Fix infinite update caused by b64dbf2 9 years ago
  Pierre Ossman a9af1f1246 Fix some bad signed/unsigned mismatches 9 years ago
  Pierre Ossman b64dbf29ae Avoid losing updates on partial requests 9 years ago
  Pierre Ossman 671d2effa0 Clean up server rendered cursor logic 9 years ago
  Pierre Ossman 56f99d63df Change fillRect() to take a buffer instead of a pixel 9 years ago
  Pierre Ossman 333aa2f3fd Only include syslog logger on Unix systems 9 years ago
  Pierre Ossman 135906e4b2 Remove parameter "hasBeenSet" logic 9 years ago
  Michal Srb 9d93fb4c54 Remove hardcoded "Xvnc" in syslog logger. 9 years ago
  Michal Srb 33374a944f Add syslog logger. 9 years ago
  Michal Srb 2defd78d05 Expose log levels from LogWriter. 9 years ago
  Pierre Ossman ba6fbfe368 Give CharArray a printf style method to ease automatic allocation 9 years ago
  Pierre Ossman 9450b9c142 The PAM callback is slightly different on Solaris 9 years ago
  Pierre Ossman 7728be27d0 Add extra parentheses to avoid and/or priority ambiguity 9 years ago
  Pierre Ossman b1cd6ca8f0 Reorder class initialiser list to match what actually happens 9 years ago
  Pierre Ossman 615a0f58f1 Make Rect::area() signed, just like Rect::width()/height() 9 years ago
  Pierre Ossman fb450fba5d Fix mismatches between format string and arguments 9 years ago
  Pierre Ossman 64624342d9 Shorten stats from EncodeManager using SI/IEC prefixes 9 years ago
  Pierre Ossman 620dd952f2 A switch() needs to handle every value in an enum 9 years ago
  Pierre Ossman 28c1d54937 Switch to unsigned parameters for ExtendedDesktopSize handler 9 years ago
  Pierre Ossman 5c23b9ed7d Fix bad signed/unsigned comparisons 9 years ago
  Pierre Ossman a7bbe9c4a3 Make sure Exceptions do not use unsafe format strings 9 years ago
  Pierre Ossman eb95532f5c Remove unused variables 9 years ago
  Pierre Ossman 4daa7b1172 Default compression level should be interpreted as high 9 years ago
  Pierre Ossman eef5516854 Be more aggressive in finding solid rectangles 9 years ago
  Pierre Ossman 20dd2a92de Move encoder statistics into EncodeManager from SMsgWriter 9 years ago
  Pierre Ossman a43a3f4e0e Optimise fillRect() 9 years ago
  Pierre Ossman 0f2fbc05e4 rfb::Region uses the Xregion library 9 years ago
  Pierre Ossman f38e243746 No need for this array to be writeable 9 years ago
  Pierre Ossman 7069bdd76a Move reverse connection information into VNCSConnectionST 9 years ago
  Pierre Ossman f3b0ade08f These methods aren't critical so no need for them to be pure 9 years ago
  Pierre Ossman 0144c53353 Give subclasses the ability to overwrite the reader and writer 9 years ago
  Pierre Ossman b7acf86aa9 SConnection internals should be private, just like for CConnection 9 years ago
  Pierre Ossman 4e3e79dc7d Make the calls to va_list logging functions more explicit 9 years ago
  Pierre Ossman 27eb55e197 Add parameter to override GnuTLS priority 9 years ago
  Pierre Ossman 88c24edd8f Raise GnuTLS requirements to 3.x 9 years ago
  Pierre Ossman 9018af44da More debug logging for screen layout changes 9 years ago
  Pierre Ossman 5789572d97 Remove logging of each Timer firing 9 years ago
  Pierre Ossman f8e3b34c69 Restructure Xvnc/libvnc.so code to avoid C++ header hacks 9 years ago
  Pierre Ossman cc3179046e Allow LogWriter objects to be used with va_list argument 9 years ago
  Pierre Ossman 555815a4e3 Make sure attributes propagate through security wrappers 9 years ago
  Pierre Ossman e7be49b573 Limit access to non-shared mode 9 years ago
  Michal Srb 519784a1fb Update comment of VncAuthPasswdGetter::getVncAuthPasswd. 9 years ago
  Michal Srb b318b8f978 Add AccessSetDesktopSize right. 9 years ago
  Pierre Ossman 5e022ecc89 Revert "Use VncAuth as the default security type, ..." 9 years ago
  Pierre Ossman 71d6666398 Always log chosen security type 9 years ago
  Michal Srb 270a31cf17 VncAuth: Read and use readonly password. 9 years ago
  Michal Srb 8d1ee00bea Allow SSecurity to specify AccessRights for SConnection. 9 years ago