aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #46 from ArcticaProject/pr/Xext-cve-fixesMike Gabriel2015-05-311-0/+20
|\
| * Xv: unvalidated lengths in XVideo extension swapped procs [CVE-2014-8099]pr/Xext-cve-fixesAlan Coopersmith2015-05-301-0/+20
* | dix: Allow zero-height PutImage requests (fix for X.Org's CVE-2015-3418).pr/dix-cve-fixesKeith Packard2015-05-301-1/+1
* | dix: integer overflow in ProcPutImage() [CVE-2014-8092 1/4]Alan Coopersmith2015-05-301-1/+3
* | Avoid use-after-free in dix/dixfonts.c: doImageText() [CVE-2013-4396] from xo...Mike DePaulo2015-05-301-0/+5
|/
* Merge pull request #36 from ArcticaProject/pr/render-cve-fixesMike Gabriel2015-05-261-2/+18
|\
| * render: unvalidated lengths in Render extn. swapped procs [CVE-2014-8100 2/2]pr/render-cve-fixesAlan Coopersmith2015-05-241-1/+16
| * render: check request size before reading it [CVE-2014-8100 1/2]Julien Cristau2015-05-241-1/+2
* | hw/nxagent clean-up: Drop NXrandr.{c|h} client lib copy-of-code from nxagent ...Mike Gabriel2015-05-204-1033/+3
* | library clean-up: Don't build libNX_Xrandr anymore. Use system's libXrandr sh...Mike Gabriel2015-05-2017-1768/+4
|/
* library clean-up: Don't build libNX_Xdamage anymore. Use system's libXdamage ...Mike Gabriel2015-05-0120-986/+3
* dix: Allow zero-height PutImage requests (fix for X.Org's CVE-2015-3418).Keith Packard2015-05-011-1/+1
* imake cleanup: Drop references to X11 build-logic that is not present in nx-X11.Mike Gabriel2015-04-2819-2678/+23
* imake cleanup: Break up multiple vars into invidual lines to ease further wor...Mike Gabriel2015-04-287-36/+128
* Fix underlinking issues for libNX_X{composite,damage,fixes}.Mike Gabriel2015-04-261-0/+3
* libX11 underlinking problem: Fix undefined reference to 'XdmcpWrap' (by linki...Mike Gabriel2015-04-261-1/+1
* libX11 underlinking problem: Fix undefined reference to 'dlopen' and 'dlsym'....Mike Gabriel2015-04-261-1/+1
* xbitmaps cleanup: The <X11/bitmaps/*> headers are not required at build time ...Mike Gabriel2015-04-2371-2680/+1
* library clean-up: Don't build libNX_Xdmcp anymore. Use system's libXdmcp shar...Mike Gabriel2015-04-2250-3301/+6
* library clean-up: Don't build and link libXfont.a anymore. Use system's libXf...pr/libxfont-cleanupMike Gabriel2015-04-22230-66988/+46
* fix for Xcursor clean-up (422fe90)Mike Gabriel2015-04-213-3/+3
* imake cleanup (nx-X11/programs/Xserver/Imakefile): Drop build rules for XF86S...Mike Gabriel2015-04-171-286/+2
* Merge pull request #12 from sunweaver/pr/arch-cleanup.CRAYMike DePaulo2015-04-1653-1033/+43
|\
| * MakeBigReq: don't move the last word, already handled by Data32 (X.Org CVE-20...Karl Tomlinson2015-04-161-2/+17
| * old-arch cleanup: Drop CRAY support (i.e., drop code related to CRAY, _CRAY, ...Mike Gabriel2015-04-1653-1031/+26
* | library clean-up: Drop nx-X11/lib/Xcursor. Not used at build time.Mike Gabriel2015-04-1623-4847/+1
* | NXAGENT_UPGRADE code cleanup:Mike Gabriel2015-04-1652-38864/+6098
|/
* drop: nx-X11/config/util/ (not needed at build time).Mike Gabriel2015-04-1449-6480/+1
* imake clean-up: nx-X11/config/Imakefile (drop BuildDPSLibrary related build-l...Mike Gabriel2015-04-141-4/+1
* fix for ebe00df38f264ef71dac3c73d416a74685c8cbd2 (removal of DmxLibrary)Mike Gabriel2015-04-081-4/+0
* imake clean: Remove (probably incomplete) support for NXZaurusXServer, NXiPAQ...Mike Gabriel2015-04-051-54/+0
* imake cleanup: nx-X11/programs/Xserver/Imakefile (drop non-provided Xserver v...Mike Gabriel2015-04-051-286/+1
* imake cleanup: nx-X11/programs/Imakefile (reduce to minimal).Mike Gabriel2015-04-041-136/+0
* imake cleanup: Drop all references to BuildFontServer.Mike Gabriel2015-04-048-44/+2
* imake cleanup: Drop all references to XprtServer and BuildXprint*.Mike Gabriel2015-04-0421-4365/+12
* imake cleanup: Drop all references to XdmxServer and BuildXdmx*.Mike Gabriel2015-04-0413-1930/+8
* imake cleanup: Drop all references to XVirtualFramebufferServer.Mike Gabriel2015-04-049-74/+3
* imake cleanup: Drop all references to XNestServer.Mike Gabriel2015-04-0410-76/+7
* imake cleanup: Drop all references to XWinServer.Mike Gabriel2015-04-043-99/+3
* nx-X11: add more NULL guards to TEST and DEBUG sections of Render.c.Mihai Moldovan2015-03-291-65/+90
* nx-X11: fix typo in previous commit.Mihai Moldovan2015-03-291-1/+1
* nx-X11: handle source pictures (those without a Drawable surface) gracefully.Mihai Moldovan2015-03-294-20/+89
* nx-X11/**: Drop non-imake Makefile* files.Mike Gabriel2015-03-047-951/+0
* nx-X11/config/cf/X11.tmpl: Fix imake warning ("UseInstalledOnCrossCompile" is...Mike Gabriel2015-03-041-0/+2
* library clean-up: Don't build libNX_Xpm anymore. Use system's libXpm shared l...Mike Gabriel2015-03-0336-9608/+4
* Drop unused .cvsignore filesMike DePaulo2015-02-183-73/+0
* xkb: Check strings length against request sizeOlivier Fourdan2015-02-171-25/+41
* xkb: Don't swap XkbSetGeometry data in the input bufferOlivier Fourdan2015-02-171-16/+19
* include: introduce byte counting functions.Peter Hutterer2015-02-171-0/+30
* Coverity #844, #845, #846: Fix memory leaks.Daniel Stone2015-02-171-3/+19