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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
dix: integer overflow in REQUEST_FIXED_SIZE() [CVE-2014-8092 4/4]
Alan Coopersmith
2015-02-14
1
-1
/
+4
*
dix: integer overflow in RegionSizeof() [CVE-2014-8092 3/4]
Alan Coopersmith
2015-02-14
2
-15
/
+34
*
dix: integer overflow in GetHosts() [CVE-2014-8092 2/4]
Alan Coopersmith
2015-02-14
1
-0
/
+6
*
dix: integer overflow in ProcPutImage() [CVE-2014-8092 1/4]
Alan Coopersmith
2015-02-14
1
-1
/
+3
*
unchecked malloc may allow unauthed client to crash Xserver [CVE-2014-8091]
Alan Coopersmith
2015-02-14
1
-0
/
+4
*
Avoid use-after-free in dix/dixfonts.c: doImageText() [CVE-2013-4396] from xo...
Mike DePaulo
2015-02-14
1
-0
/
+5
*
Fix CVE-2011-4028: File disclosure vulnerability. upstream xorg/xserver commi...
Mike DePaulo
2015-02-14
1
-1
/
+1
*
VERSION file: master VERSION file is in base folder, symlinked from nx*/VERSI...
Mike Gabriel
2015-02-14
1
-0
/
+1
*
Unbrand NX Agent Startup Screen / Brand X2Go Agent Startup Screen (999_nxagen...
Oleksandr Shneyder
2015-02-13
5
-77
/
+158
*
Several fixes for building debug versions of NX (990_fix-DEBUG-and-TEST-build...
Mihai Moldovan
2015-02-13
4
-7
/
+8
*
Provide build support for aarch64 architecture (606_nx-X11_build-on-aarch64.f...
Orion Poplawski
2015-02-13
1
-0
/
+22
*
Handle some serious compilation warnings (603_nx-X11_compilation_warnings.ful...
Mirraz Mirraz
2015-02-13
1
-0
/
+6
*
Be compliant with POS36-C: Observe correct revocation order while relinquishi...
Orion Poplawski
2015-02-13
1
-0
/
+7
*
Unique Library Names Patch (600_nx-X11+nxcompext+nxcompshad_unique-libnames.f...
Jan Engelhardt
2015-02-13
1
-9
/
+9
*
Adapt paths of keystrokes.cfg if nxagent runs as x2goagent (321_nxagent_x2go-...
Horst Schirmeier
2015-02-13
1
-0
/
+6
*
Make nxagent-specific keyboard bindings configurable (320_nxagent_configurabl...
Alexander Wuerstlein
2015-02-13
6
-237
/
+546
*
Test for xkb/rules/base instead of xkb/keymap.dir for setting XkbBaseDir (302...
Mike Gabriel
2015-02-13
1
-16
/
+16
*
Use shared libraries (301_nx-X11_use-shared-libs.full.patch).
Jan Engelhardt
2015-02-10
2
-4
/
+4
*
Set WM_CLASS to X2GoAgent/NXAgent (300_nxagent_set-wm-class.full.patch).
Oleksandr Shneyder
2015-02-10
1
-0
/
+36
*
Save session state in file.
Oleksandr Shneyder
2015-02-10
5
-1
/
+51
[next]