index
:
nx-libs
3.5.0.x
3.6.x
3713346f
feature/nxcomp-bigreq-support
master
nx-X11
nxagent
nxcomp
nxcompext
nxcompshad
nxproxy
pr/DXPC-re-license-retroactively
pr/Xext-cve-fixes
pr/dix-cve-fixes
pr/drop-bin-wrappers
pr/extend_manpage
pr/fix_xkb_crash
pr/gnu-hurd-i386-support
pr/hw-driver-cleanup
pr/libxfont-cleanup
pr/render-cleanup
pr/render-cve-fixes
pr/render-misc-patches
pr/various9
release-builds/3.6.x
update-workflows
upgrade-libX11
NXv3 (redistributed)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nx-X11
/
programs
/
Xserver
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid use-after-free in dix/dixfonts.c: doImageText() [CVE-2013-4396] from xo...
Mike DePaulo
2015-05-30
1
-0
/
+5
*
Merge pull request #36 from ArcticaProject/pr/render-cve-fixes
Mike Gabriel
2015-05-26
1
-2
/
+18
|
\
|
*
render: unvalidated lengths in Render extn. swapped procs [CVE-2014-8100 2/2]
pr/render-cve-fixes
Alan Coopersmith
2015-05-24
1
-1
/
+16
|
*
render: check request size before reading it [CVE-2014-8100 1/2]
Julien Cristau
2015-05-24
1
-1
/
+2
*
|
hw/nxagent clean-up: Drop NXrandr.{c|h} client lib copy-of-code from nxagent ...
Mike Gabriel
2015-05-20
4
-1033
/
+3
*
|
library clean-up: Don't build libNX_Xrandr anymore. Use system's libXrandr sh...
Mike Gabriel
2015-05-20
3
-4
/
+4
|
/
*
library clean-up: Don't build libNX_Xdamage anymore. Use system's libXdamage ...
Mike Gabriel
2015-05-01
1
-2
/
+2
*
dix: Allow zero-height PutImage requests (fix for X.Org's CVE-2015-3418).
Keith Packard
2015-05-01
1
-1
/
+1
*
imake cleanup: Drop references to X11 build-logic that is not present in nx-X11.
Mike Gabriel
2015-04-28
3
-586
/
+7
*
library clean-up: Don't build libNX_Xdmcp anymore. Use system's libXdmcp shar...
Mike Gabriel
2015-04-22
1
-4
/
+4
*
library clean-up: Don't build and link libXfont.a anymore. Use system's libXf...
pr/libxfont-cleanup
Mike Gabriel
2015-04-22
19
-76
/
+38
*
imake cleanup (nx-X11/programs/Xserver/Imakefile): Drop build rules for XF86S...
Mike Gabriel
2015-04-17
1
-286
/
+2
*
NXAGENT_UPGRADE code cleanup:
Mike Gabriel
2015-04-16
51
-38857
/
+6098
*
imake cleanup: nx-X11/programs/Xserver/Imakefile (drop non-provided Xserver v...
Mike Gabriel
2015-04-05
1
-286
/
+1
*
imake cleanup: Drop all references to XprtServer and BuildXprint*.
Mike Gabriel
2015-04-04
10
-2944
/
+8
*
imake cleanup: Drop all references to XdmxServer and BuildXdmx*.
Mike Gabriel
2015-04-04
4
-1209
/
+1
*
imake cleanup: Drop all references to XVirtualFramebufferServer.
Mike Gabriel
2015-04-04
2
-45
/
+3
*
imake cleanup: Drop all references to XNestServer.
Mike Gabriel
2015-04-04
2
-45
/
+3
*
imake cleanup: Drop all references to XWinServer.
Mike Gabriel
2015-04-04
1
-97
/
+2
*
nx-X11: add more NULL guards to TEST and DEBUG sections of Render.c.
Mihai Moldovan
2015-03-29
1
-65
/
+90
*
nx-X11: fix typo in previous commit.
Mihai Moldovan
2015-03-29
1
-1
/
+1
*
nx-X11: handle source pictures (those without a Drawable surface) gracefully.
Mihai Moldovan
2015-03-29
4
-20
/
+89
*
nx-X11/**: Drop non-imake Makefile* files.
Mike Gabriel
2015-03-04
2
-726
/
+0
*
library clean-up: Don't build libNX_Xpm anymore. Use system's libXpm shared l...
Mike Gabriel
2015-03-03
2
-2
/
+2
*
xkb: Check strings length against request size
Olivier Fourdan
2015-02-17
1
-25
/
+41
*
xkb: Don't swap XkbSetGeometry data in the input buffer
Olivier Fourdan
2015-02-17
1
-16
/
+19
*
include: introduce byte counting functions.
Peter Hutterer
2015-02-17
1
-0
/
+30
*
Coverity #844, #845, #846: Fix memory leaks.
Daniel Stone
2015-02-17
1
-3
/
+19
*
Make nxagent process aware of its current NX'ish version.
Mike Gabriel
2015-02-17
2
-3
/
+9
*
nx-X11/programs/Xserver/hw/nxagent/: Drop unused VERSION file.
Mike Gabriel
2015-02-16
1
-1
/
+0
*
dix: integer overflow in GetHosts() [CVE-2014-8092 2/4]
Alan Coopersmith
2015-02-16
1
-0
/
+6
*
Revert "dix: integer overflow in GetHosts() [CVE-2014-8092 2/4]"
Mihai Moldovan
2015-02-16
1
-6
/
+0
*
glx: Pass remaining request length into ->varsize (v2) [CVE-2014-8098 8/8] (V3)
Adam Jackson
2015-02-14
4
-107
/
+121
*
glx: Length checking for RenderLarge requests (v2) [CVE-2014-8098 3/8] (v3)
Adam Jackson
2015-02-14
2
-46
/
+71
*
glx: Length checking for non-generated single requests (v2) [CVE-2014-8098 7/8]
Adam Jackson
2015-02-14
4
-20
/
+52
*
glx: Top-level length checking for swapped VendorPrivate requests [CVE-2014-8...
Adam Jackson
2015-02-14
1
-0
/
+4
*
glx: Integer overflow protection for non-generated render requests (v3) [CVE-...
Adam Jackson
2015-02-14
1
-31
/
+37
*
glx: Length checking for GLXRender requests (v2) [CVE-2014-8098 2/8] (v3)
Julien Cristau
2015-02-14
2
-20
/
+20
*
glx: Add safe_{add,mul,pad} (v3) [CVE-2014-8093 4/6] (v4)
Adam Jackson
2015-02-14
1
-0
/
+41
*
glx: Additional paranoia in __glXGetAnswerBuffer / __GLX_GET_ANSWER_BUFFER (v...
Adam Jackson
2015-02-14
1
-1
/
+2
*
glx: Be more strict about rejecting invalid image sizes [CVE-2014-8093 2/6]
Adam Jackson
2015-02-14
2
-14
/
+14
*
glx: Be more paranoid about variable-length requests [CVE-2014-8093 1/6] (v2)
Adam Jackson
2015-02-14
2
-4
/
+4
*
randr: unvalidated lengths in RandR extension swapped procs [CVE-2014-8101]
Alan Coopersmith
2015-02-14
1
-0
/
+3
*
xfixes: unvalidated length in SProcXFixesSelectSelectionInput [CVE-2014-8102]
Alan Coopersmith
2015-02-14
1
-0
/
+1
*
render: unvalidated lengths in Render extn. swapped procs [CVE-2014-8100 2/2]
Alan Coopersmith
2015-02-14
1
-1
/
+16
*
render: check request size before reading it [CVE-2014-8100 1/2]
Julien Cristau
2015-02-14
1
-1
/
+2
*
Xv: unvalidated lengths in XVideo extension swapped procs [CVE-2014-8099]
Alan Coopersmith
2015-02-14
1
-0
/
+20
*
xcmisc: unvalidated length in SProcXCMiscGetXIDList() [CVE-2014-8096]
Alan Coopersmith
2015-02-14
1
-0
/
+1
*
Xi: unvalidated lengths in Xinput extension [CVE-2014-8095]
Alan Coopersmith
2015-02-14
4
-2
/
+11
*
dbe: unvalidated lengths in DbeSwapBuffers calls [CVE-2014-8097]
Alan Coopersmith
2015-02-14
1
-3
/
+8
[next]