aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make nxagent process aware of its current NX'ish version.Mike Gabriel2015-02-175-5/+40
* nx-X11/programs/Xserver/hw/nxagent/: Drop unused VERSION file.Mike Gabriel2015-02-161-1/+0
* Do proper input validation to fix for CVE-2011-2895.Joerg Sonnenberger2015-02-161-14/+17
* Revert "Do proper input validation to fix for CVE-2011-2895."Mike Gabriel2015-02-161-17/+14
* Do proper input validation to fix for CVE-2011-2895.Joerg Sonnenberger2015-02-161-14/+17
* nx-X11/lib/font/fc/fserve.c: initialize remaining bufleft variables.Mihai Moldovan2015-02-161-2/+2
* dix: integer overflow in GetHosts() [CVE-2014-8092 2/4]Alan Coopersmith2015-02-161-0/+6
* Revert "dix: integer overflow in GetHosts() [CVE-2014-8092 2/4]"Mihai Moldovan2015-02-161-6/+0
* CVE-2014-0210: unvalidated length in _fs_recv_conn_setup() from xorg/lib/libX...Mike DePaulo2015-02-161-3/+18
* Revert "CVE-2014-0210: unvalidated length in _fs_recv_conn_setup() from xorg/...Mihai Moldovan2015-02-161-18/+3