1. 28 Jul, 2016 3 commits
    • Mihai Moldovan's avatar
      nx-X11/programs/Xserver/hw/nxagent/Display.c: use new ReconnectTolerance… · bb9b50bf
      Mihai Moldovan authored
      nx-X11/programs/Xserver/hw/nxagent/Display.c: use new ReconnectTolerance nxagentOption value in nxagentCheckForDepthsCompatibility() and modify behavior based on this value.
      
      Recognized values:
        - Strict means that the number of old and new depths must
          match exactly and every old depth value must be
          available in the new depth array.
        - Safe means that the number of depths might diverge,
          but all former depth must also be included in the
          new depth array. This is recommended, because
          it allows clients with more depths to still
          connect, but not lose functionality.
        - Risky means that the new depths array is allowed to be
          smaller than the old depths array, but at least
          one depth value must be included in both.
          This is potentially unsafe.
        - Bypass or higher means that all of these checks are
          essentially deactivated. This is a very bad idea.
      
      Note that the default ReconnectTolerance value is still Strict.
      bb9b50bf
    • Mihai Moldovan's avatar
      nx-X11/programs/Xserver/hw/nxagent/Display.c: use new ReconnectTolerance… · 6effea54
      Mihai Moldovan authored
      nx-X11/programs/Xserver/hw/nxagent/Display.c: use new ReconnectTolerance nxagentOption in nxagentCheckForDefaultDepthCompatibility() and modify behavior based on this value.
      
      Recognized values:
        - Strict means that the old and new default depth values
          must match exactly.
        - Safe or Risky means that the default depth values
          might differ, but the new default depth value must be at
          least as high as the former default depth value. This is
          recommended, because it allows clients with a
          higher default depth value to still connect, but
          not lose functionality.
        - Bypass or higher means that all of these checks are
          essentially deactivated. This is probably a very
          bad idea.
      
      Note that the default ReconnectTolerance value is still Strict.
      6effea54
    • Mihai Moldovan's avatar
      {nx-X11/programs/Xserver/hw/nxagent/{Args.c,Options.{c,h}},nxcomp/{Loop,Misc}.cp… · 29be5cc0
      Mihai Moldovan authored
      {nx-X11/programs/Xserver/hw/nxagent/{Args.c,Options.{c,h}},nxcomp/{Loop,Misc}.cpp}: add tolerancechecks parameter as an nx/nx option and ReconnectTolerance as an nxagentOption.
      29be5cc0
  2. 27 Jul, 2016 1 commit
  3. 26 Jul, 2016 1 commit
  4. 06 Jul, 2016 4 commits
  5. 05 Jul, 2016 31 commits