| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
Attributes GH PR #31: https://github.com/ArcticaProject/nx-libs/pull/31
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Update nxcomp/LICENSE.
* Add nxcomp/README.on-retroactive-DXPC-license, giving a
short overview of the flow of discussions
* Add "modified or unmodified" to the license information
printed out to stdout in nxcomp/Misc.cpp
* Fix copyright year (2006->2003) for Gian Filippo Pinzari
(and move him to the GPL-2 section).
* Add the complete .mbox file of Debian bug #748565.
|
|\ \
| |/
|/| |
XRender CVE fixes for nxagent (X.Org CVE-2014-8100)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
v2: backport to nx-libs 3.6.x (Mike DePaulo)
v3: port to NXrender.c rather than render.c (Mike DePaulo)
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Conflicts:
render/render.c
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Otherwise we may be reading outside of the client request.
v2: backport to nx-libs 3.6.x (Mike DePaulo)
v3: port to NXrender.c rather than render.c (Mike DePaulo)
Signed-off-by: Julien Cristau <jcristau@debian.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Conflicts:
render/render.c
|
|\ \
| | |
| | |
| | | |
Attributes GH PR #21: https://github.com/ArcticaProject/nx-libs/pull/21
|
| | |
| | |
| | |
| | | |
hardware driver.
|
| | |
| | |
| | |
| | | |
shared library.
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | | |
Attributes GH PR #34: https://github.com/ArcticaProject/nx-libs/pull/34
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
This patch is some code fixes to allow developer debuging by using TEST macros in the NX code
|
| |/ /
| | |
| | |
| | | |
Particularly the following macros have been tested -DTEST -DDEBUG -DDUMP -DFLUSH -DTOKEN -DSPLIT -DPING -DMIXED -DMATCH -DTIME
|
|\ \ \
| | | |
| | | | |
This patch allows to cleanup the nxcomp resources to allow for a seco…
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
connection inside the same process, instead of a new process as is the nxproxy case.
This involves creating a new API call
void NXTransCleanupForReconnect(void);
which basically cleans up the global state for the connection but does not exit the process.
Background
==========
This is needed for the IOS platform, where the nxproxy model of forking does not work.
Also NX handles most of the errors with an "exit" call which in IOS cannot be easily handled.
|
| | | |
|
| | | |
|
| | | |
|
| |/
|/| |
|
|\ \
| | |
| | |
| | | |
Attributes GH PR #18: https://github.com/ArcticaProject/nx-libs/pull/18
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
shared library. (Fixes ArcticaProject/nx-libs#6, X2GoBTS#826).
|
| | | |
|
| | | |
|
| | | |
|
|\| |
| | |
| | | |
dix: Allow zero-height PutImage requests (fix for X.Org's CVE-2015-3418).
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The length checking code validates PutImage height and byte width by
making sure that byte-width >= INT32_MAX / height. If height is zero,
this generates a divide by zero exception. Allow zero height requests
explicitly, bypassing the INT32_MAX check.
Fix for regression introduced by fix for CVE-2014-8092.
v2: backports to nx-libs 3.6.x (Mike Gabriel)
Signed-off-by: Keith Packard <keithp@keithp.com>
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
delete known files. Fixes RPM build failures.
|
|\ \
| | |
| | |
| | |
| | | |
ArcticaProject/PR-ionic/libXinerama_symlink_to_libnx-xinerama1
debian/libnx-xinerama1.*: also create libXinerama symlink in libnx-xinerama1.postinst (and remove in libxinerama1.prerm).
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
prerm.)
Due to the nx-x11-common package being a noarch/allarch package,
creating the symlink in nx-libs' Makefile will lead to the symlink
referencing the "default" architecture dpkg uses for building
noarch/allarch packages.
Incidentally, this worked fine for Debian, as amd64 seems to be the
default architecture. On Ubuntu, however, the default architecture up to
Vivid (15.04) was i386. For those builds, the symlink pointed to the 32
bit library of libNX_Xinerama.so.1 -- essentially breaking this feature.
Move the symlink creation to the arch-sensitive libnx-xinerama1 package.
The postinst and prerm scriptlets will work fine, unless someone
installs the i386 package version *after* the amd64 version. Given that
we already create symlinks to libNX_X11 and friends using that method,
no new regression is introduced. Strictly speaking that's a bug, but
we'll hopefully clean that up later...
|
|\ \
| | |
| | |
| | |
| | |
| | | |
arctica-3.6.x
Attributes GH PR #17: https://github.com/ArcticaProject/nx-libs/pull/17
|
| | | |
|
|/ /
| |
| |
| | |
work on patches / pull requests.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Worked out fine so far, because the next line was empty, but this can
easily change...
|
| |
| |
| |
| | |
Prevents random characters as being treated as part of a variable name.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Fixes potential bugs, including one triggered by an unquoted hash within
the command line. BASH accepts this. Other shells do not (i.e., treat
everything following the hash character as a comment.)
|
| |
| |
| |
| | |
'XShmQueryVersion', 'XShmDetach', 'XShmCreateImage', 'XShmAttach', and 'XShmGetImage'.
|