- 15 Mar, 2018 2 commits
-
-
Mihai Moldovan authored
nx-X11/programs/Xserver/hw/nxagent/Screen.c: do not try to set a NULL mode if the output was disconnected before. Fixes: ArcticaProject/nx-libs#677
-
Mihai Moldovan authored
nx-X11/programs/Xserver/hw/nxagent/Screen.c: initialize pointers to NULL to avoid referencing random data.
-
- 07 Mar, 2018 9 commits
-
-
Mike Gabriel authored
-
Mihai Moldovan authored
Attributes GH PR #672: https://github.com/ArcticaProject/nx-libs/pull/672
-
Nathan Kidd authored
commit cad5a1050b7184d828aef9c1dd151c3ab649d37e Author: Nathan Kidd <nkidd@opentext.com> Date: Fri Jan 9 09:57:23 2015 -0500 Unvalidated lengths v2: Add overflow check and remove unnecessary check (Julien Cristau) This addresses: CVE-2017-12184 in XINERAMA CVE-2017-12185 in MIT-SCREEN-SAVER CVE-2017-12186 in X-Resource CVE-2017-12187 in RENDER Reviewed-by:
Jeremy Huddleston Sequoia <jeremyhu@apple.com> Reviewed-by:
Julien Cristau <jcristau@debian.org> Signed-off-by:
Nathan Kidd <nkidd@opentext.com> Signed-off-by:
Julien Cristau <jcristau@debian.org> Backported-to-NX-by:
Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
-
Mihai Moldovan authored
-
Ulrich Sibiller authored
Attributes GH PR #670: https://github.com/ArcticaProject/nx-libs/pull/670
-
Mike Gabriel authored
Xserver/hw/nxagent/Screen.c: Drop commented out code. Functionality now implemented in intersect_bb() function.
-
Mike Gabriel authored
If the agent window is moved around on screen, it can happen that it is moved into an invisible area of the real Xserver, we calls this "beyond the bounding box". . If the agent window is partially beyond the bounding box, we don't want Xinerama to re-adjust the RandR parameters inside the agent. Near the bounding box, the session shall stay intact. . This means, desktop env wise, the desktop session control elements can be moved (with the agent window) into the invisible areas of the real Xserver and moved out again without RandR events arriving inside the agent session. Fixes ArcticaProject/nx-libs#662.
-
Mihai Moldovan authored
nxcomp{,shad}/configure.ac: replace versionating non-portable sed construct with hopefully more portable awk construct.
-
Mihai Moldovan authored
Keeping it enabled leads to nxagent consuming 100% of CPU resources after some time. Older code used three different timers for each DPMS mode (standby, suspend, off), with each timer checking that the elapsed idle time is strictly less than the DPMS mode timeout value. Newer code started merging DPMS and ScreenSaver timers into a single one, with checking DPMS modes and timeouts in a fall-through fashion. The code expects that, if a timeout is reached, the mode is set accordingly, so that the old timeout is disregarded next time. Since we stub out DPMSSetMode() in nxagent, this doesn't happen. In this case, the old DPMS timeout will be checked the next time around and we will be calculating DPMS_MODE_TIMEOUT - IDLE_TIME. If IDLE_TIME is bigger than DPMS_MODE_TIMEOUT, we run into problems with unsigned integers. What happens next will be *another* overflow once DoTimers() is executed and from that function SetTimers(), which will add the current timestamp to the timeout value. Later functions subtract the current timestamp again (which will be even higher since some time elapsed) and underflow the value again. It looks like this leads to consistent firing of the timer - something we do not want to have. For new, disable DPMS support in nxagent. We do not execute it on actual hardware that could change DPMS modes. At a later time, implementing a DPMS timeout/mode passthrough to the connected X server/display might be beneficial. Fixes: ArcticaProject/nx-libs#671
-
- 06 Mar, 2018 1 commit
-
-
Mihai Moldovan authored
-
- 02 Mar, 2018 1 commit
-
-
Mihai Moldovan authored
-
- 01 Mar, 2018 6 commits
-
-
Mike Gabriel authored
Attributes GH PR #624: https://github.com/ArcticaProject/nx-libs/pull/624
-
Mario Trangoni authored
-
Mario Trangoni authored
-
Mario Trangoni authored
-
Mario Trangoni authored
-
Simon Matter authored
hw/nxagent/Screen.c: Settle down with 96 DPI as the default resolution, if nothing better can be detected. Fixes ArcticaProject/nx-libs#668.
-
- 28 Feb, 2018 4 commits
-
-
Mike Gabriel authored
-
Mihai Moldovan authored
Attributes GH PR #667: https://github.com/ArcticaProject/nx-libs/pull/667
-
Ulrich Sibiller authored
is used nowhere anyway
-
Ulrich Sibiller authored
make them appear in the nx section. Also separate the nx section from the other options by an extra emtpy line.
-
- 27 Feb, 2018 17 commits
-
-
Mihai Moldovan authored
Attributes GH PR #648: https://github.com/ArcticaProject/nx-libs/pull/648
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
In XORG-7_1 xkbconfig.c had been dropped. We must keep this file because it is used by hw/nxagent/Keyboard.c to load the xkb configuration file. Maybe we should move the relevant code to there or drop xkb configuration file support from nxagent.
-
Mike Gabriel authored
Revert "nx-libs.spec: Starting with Fedora 28 / RHEL 8, SunRPC support is being split out into a separate libraries (libtirpc)." This reverts commit 9f93e96e.
-
Mike Gabriel authored
nx-libs.spec: Starting with Fedora 28 / RHEL 8, SunRPC support is being split out into a separate libraries (libtirpc). Fixes ArcticaProject/nx-libs#665.
-
Mihai Moldovan authored
Attributes GH PR #522: https://github.com/ArcticaProject/nx-libs/pull/522
-
Mike Gabriel authored
nxagent: Also provide auto DPI feature via nx/nx option 'autodpi', taking only effect on session startups.
-
Simon Matter authored
-
Mike Gabriel authored
Fixes ArcticaProject/nx-libs#617.
-
Mihai Moldovan authored
{nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1,nxproxy/man/nxproxy.1}: magicpixel takes a boolean argument for now.
-
Mihai Moldovan authored
Fixes: ArcticaProject/nx-libs#664
-
Mike Gabriel authored
nxcomp/src/Loop.cpp: Make know the agent option 'keyconv' to nxcomp and tolerate it as a valid option. Fixes ArcticaProject/nx-libs#630.
-
Mihai Moldovan authored
-
Mihai Moldovan authored
Attributes GH PR #651: https://github.com/ArcticaProject/nx-libs/pull/651
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Mihai Moldovan authored
Backported from X.org: commit 39ce5f1544029412f4060f3e89ce1d87222ef42b Author: Adam Jackson <ajax@nwnk.net> Date: Fri Jan 6 17:05:26 2006 +0000 Remove unused X11R4 DDX compatibility function miClipNotify. Backported-to-NX-by:
Mihai Moldovan <ionic@ionic.de>
-