1. 09 Mar, 2017 2 commits
  2. 10 Jul, 2016 2 commits
  3. 30 Jun, 2016 8 commits
  4. 28 Jun, 2016 1 commit
  5. 26 Jun, 2016 1 commit
  6. 20 Feb, 2016 1 commit
  7. 28 Sep, 2015 1 commit
  8. 23 Sep, 2015 1 commit
  9. 22 Sep, 2015 1 commit
  10. 17 Jul, 2015 2 commits
  11. 04 Jul, 2015 5 commits
  12. 03 Jul, 2015 8 commits
  13. 29 Jun, 2015 1 commit
    • Mike DePaulo's avatar
      {nx-X11,nxproxy}: correct manpages: --help -> -help · 46de1b07
      Mike DePaulo authored
      xorg-server does not follow the convention of using 2 dashes.
      
      Note that --help does produce the help output. However, it
      produces this additional output after it:
      
      Error: Aborting session with 'Unrecognized option: --help'.
      Session: Aborting session at 'Sun Jun 28 01:35:35 2015'.
      Session: Session aborted at 'Sun Jun 28 01:35:35 2015'.
      
      It also causes a return code of 1 rather than 0.
      
      Therefore, we should instruct users to call -help instead.
      
      v2: backport to nx-libs 3.5.0.x (Mihai Moldovan)
      
      Affects:
        - 0009_nxagent_add-man-page.full.patch
        - 0009_nxproxy_add-man-page.full+lite.patch
        - 0209_x2goagent_add-man-page.full.patch
      46de1b07
  14. 23 Jun, 2015 1 commit
  15. 19 Jun, 2015 1 commit
  16. 16 Jun, 2015 1 commit
    • Vadim Troshchinskiy's avatar
      nxcomp: fix "negotiation in stage 10" error. · 37134814
      Vadim Troshchinskiy authored
      Problem fixed by adding a select() call to implement a timeout,
      and retrying writes if needed.
      
      v2: backport to nx-libs 3.5.0.x (Mihai Moldovan)
      
      Adds:
        - 0660_nxcomp_fix-negotiation-in-stage-10-error.full+lite.patch
      37134814
  17. 02 Jun, 2015 3 commits
    • Mihai Moldovan's avatar
      Security fixes: X.Org CVE-2014-8099: · 16df117e
      Mihai Moldovan authored
      v3: port to NXxvdisp.c rather than xvdisp.c (Mike DePaulo)
      v4: backport v3 to nx-libs 3.5.0.x (Mihai Moldovan)
      
      Changes:
        - 1026-Xv-unvalidated-lengths-in-XVideo-extension-swap.full.patch
      16df117e
    • Mihai Moldovan's avatar
      Security fixes: X.Org CVE-2015-3418: · e5ff9ace
      Mihai Moldovan authored
      v3: port to NXdispatch.c rather than dispatch.c (Mike DePaulo)
      v4: backport v3 to nx-libs 3.5.0.x (Mihai Moldovan)
      
      Changes:
        - 1210-CVE-2015-3418-dix-Allow-zero-height-PutImage-re.full.patch
      e5ff9ace
    • Mihai Moldovan's avatar
      Security fixes: X.Org CVE-2014-8092: · 125254d3
      Mihai Moldovan authored
      v3: port to NXdispatch.c rather than dispatch.c (Mike DePaulo)
      v4: backport v3 to nx-libs 3.5.0.x (Mihai Moldovan)
      
      Changes:
        - 1019-dix-integer-overflow-in-ProcPutImage-CVE-2014-8.full.patch
      125254d3