aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* nxcomp{,shad}: fix dynamic library linking on OS X. Use -dynamiclib instead o...Clemens Lang2015-03-153-4/+5
* nx{comp{,ext,shad},proxy}: use path discovery for finding makedepend. Remove ...Clemens Lang2015-03-155-58/+6
* debian/changelog: fix wrong signature.Mihai Moldovan2015-03-151-1/+1
* debian/changelog: merge with 3.5.0.x release branch.Mihai Moldovan2015-03-151-4/+43
* README.md: Fix typo, update date.Mike Gabriel2015-03-131-2/+2
* README.md markdown fixupMike Gabriel2015-03-131-15/+16
* README.md: Add 3.6.x release goals.Mike Gabriel2015-03-131-0/+12
* Makefile: clean-up auto-generated nxversion.def in clean rule (not in build r...Mike Gabriel2015-03-051-3/+5
* 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
* Merge pull request #4 from sunweaver/feature/libxpm-cleanupMike Gabriel2015-03-0441-9722/+26
|\
| * library clean-up: Don't build libNX_Xpm anymore. Use system's libXpm shared l...Mike Gabriel2015-03-0341-9722/+26
|/
* Drop unused .cvsignore filesMike DePaulo2015-02-183-73/+0
* Update changelog for the CVE-2015-0255 commit and its 3 prereq commitsMike DePaulo2015-02-181-0/+8
* Fix symlink to renamed README.md.Mike Gabriel2015-02-181-1/+1
* README.md: Mention the TheQVD project as collaborator on NX.Mike Gabriel2015-02-181-2/+6
* rename README.txt to README.mdMike Gabriel2015-02-181-0/+0
* switch symlink and real fileMike Gabriel2015-02-182-33/+33
* Add README.txt symlink to README.NX-development (to have it shown on the Gith...Mike Gabriel2015-02-181-0/+1
* 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
* Merge pull request #3 from sunweaver/feature/nxagent-version-v2Mike Gabriel2015-02-178-6/+93
|\
| * Make nxagent process aware of its current NX'ish version.Mike Gabriel2015-02-177-5/+93
| * 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
* fix 3.5.0.29 changelog entryMike Gabriel2015-02-161-12/+12
* debian/changelog: fix too-long linesMike Gabriel2015-02-161-6/+6
* Makefile.nx-libs: Fix uninstall-lite rule. The nxproxy and nxcomp uninstallat...Mike Gabriel2015-02-162-5/+11
* Make install-lite rule in Makefile.nx-libs more predictable and not rely on n...Mike Gabriel2015-02-162-5/+12
* Install "%{_libdir}/nx/bin" into nxproxy package.Mike Gabriel2015-02-162-0/+3
* nx-libs.spec: Typo fix in comment.Mike Gabriel2015-02-161-1/+1
* Fix FTBFS due to the nxproxy executable already existing under /usr/lib/nx/bi...Mike DePaulo2015-02-162-4/+67
* 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
* CVE-2014-0210: unvalidated length fields in fs_read_query_info() from xorg/li...Mike DePaulo2015-02-162-8/+54
* Revert "CVE-2014-0210: unvalidated length fields in fs_read_query_info() from...Mihai Moldovan2015-02-162-52/+7
* glx: Pass remaining request length into ->varsize (v2) [CVE-2014-8098 8/8] (V3)Adam Jackson2015-02-144-107/+121
* glx: Length checking for RenderLarge requests (v2) [CVE-2014-8098 3/8] (v3)Adam Jackson2015-02-142-46/+71
* glx: Length checking for non-generated single requests (v2) [CVE-2014-8098 7/8]Adam Jackson2015-02-144-20/+52
* glx: Top-level length checking for swapped VendorPrivate requests [CVE-2014-8...Adam Jackson2015-02-141-0/+4
* glx: Integer overflow protection for non-generated render requests (v3) [CVE-...Adam Jackson2015-02-141-31/+37
* glx: Length checking for GLXRender requests (v2) [CVE-2014-8098 2/8] (v3)Julien Cristau2015-02-142-20/+20
* glx: Add safe_{add,mul,pad} (v3) [CVE-2014-8093 4/6] (v4)Adam Jackson2015-02-141-0/+41