| Commit message (Expand) | Author | Age | Files | Lines |
* | fix for ebe00df38f264ef71dac3c73d416a74685c8cbd2 (removal of DmxLibrary) | Mike Gabriel | 2015-04-08 | 1 | -4/+0 |
* | imake clean: Remove (probably incomplete) support for NXZaurusXServer, NXiPAQ... | Mike Gabriel | 2015-04-05 | 1 | -54/+0 |
* | imake cleanup: nx-X11/programs/Xserver/Imakefile (drop non-provided Xserver v... | Mike Gabriel | 2015-04-05 | 1 | -286/+1 |
* | imake cleanup: nx-X11/programs/Imakefile (reduce to minimal). | Mike Gabriel | 2015-04-04 | 1 | -136/+0 |
* | imake cleanup: Drop all references to BuildFontServer. | Mike Gabriel | 2015-04-04 | 8 | -44/+2 |
* | imake cleanup: Drop all references to XprtServer and BuildXprint*. | Mike Gabriel | 2015-04-04 | 21 | -4365/+12 |
* | imake cleanup: Drop all references to XdmxServer and BuildXdmx*. | Mike Gabriel | 2015-04-04 | 13 | -1930/+8 |
* | imake cleanup: Drop all references to XVirtualFramebufferServer. | Mike Gabriel | 2015-04-04 | 9 | -74/+3 |
* | imake cleanup: Drop all references to XNestServer. | Mike Gabriel | 2015-04-04 | 10 | -76/+7 |
* | imake cleanup: Drop all references to XWinServer. | Mike Gabriel | 2015-04-04 | 3 | -99/+3 |
* | 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 | 7 | -951/+0 |
* | nx-X11/config/cf/X11.tmpl: Fix imake warning ("UseInstalledOnCrossCompile" is... | Mike Gabriel | 2015-03-04 | 1 | -0/+2 |
* | library clean-up: Don't build libNX_Xpm anymore. Use system's libXpm shared l... | Mike Gabriel | 2015-03-03 | 36 | -9608/+4 |
* | Drop unused .cvsignore files | Mike DePaulo | 2015-02-18 | 3 | -73/+0 |
* | 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 | 5 | -5/+40 |
* | nx-X11/programs/Xserver/hw/nxagent/: Drop unused VERSION file. | Mike Gabriel | 2015-02-16 | 1 | -1/+0 |
* | Do proper input validation to fix for CVE-2011-2895. | Joerg Sonnenberger | 2015-02-16 | 1 | -14/+17 |
* | Revert "Do proper input validation to fix for CVE-2011-2895." | Mike Gabriel | 2015-02-16 | 1 | -17/+14 |
* | Do proper input validation to fix for CVE-2011-2895. | Joerg Sonnenberger | 2015-02-16 | 1 | -14/+17 |
* | nx-X11/lib/font/fc/fserve.c: initialize remaining bufleft variables. | Mihai Moldovan | 2015-02-16 | 1 | -2/+2 |
* | 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 |
* | CVE-2014-0210: unvalidated length in _fs_recv_conn_setup() from xorg/lib/libX... | Mike DePaulo | 2015-02-16 | 1 | -3/+18 |
* | Revert "CVE-2014-0210: unvalidated length in _fs_recv_conn_setup() from xorg/... | Mihai Moldovan | 2015-02-16 | 1 | -18/+3 |
* | CVE-2014-0210: unvalidated length fields in fs_read_query_info() from xorg/li... | Mike DePaulo | 2015-02-16 | 2 | -8/+54 |
* | Revert "CVE-2014-0210: unvalidated length fields in fs_read_query_info() from... | Mihai Moldovan | 2015-02-16 | 2 | -52/+7 |
* | 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 |