aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* debian/patches: Rebase 102_xserver-xext_set-securitypolicy-path.debian.patch.Mike Gabriel2016-10-281-1/+1
* Merge branch 'theqvd-slave-channel' into 3.6.xMike Gabriel2016-10-285-34/+170
|\
| * Add description of NX_SLAVE_CMD to man and helpVadim Troshchinskiy2016-10-282-0/+14
| * Slave channel implementationVadim Troshchinskiy2016-10-283-34/+156
|/
* Merge branch 'uli42-pr/backup_memleak' into arctica-3.6.xMihai Moldovan2016-10-281-0/+2
|\
| * Plug a memory leakEmilio Pozuelo Monfort2016-10-271-0/+2
|/
* debian/rules: Re-enable (+pie) hardening flags again when building .deb packa...Mike Gabriel2016-10-201-1/+1
* Merge branch 'uli42-pr/fix_compile_warnings' into 3.6.xMike Gabriel2016-10-2038-101/+95
|\
| * sendexev.c: Fix return of unitialized variableUlrich Sibiller2016-10-201-3/+7
| * xfixes: Remove unused variable.Cyril Brulebois2016-10-201-2/+0
| * Remove useless line of code that contained a bug and triggered a gcc warning....Benjamin Herrenschmidt2016-10-201-2/+0
| * dix: fix cast from pointer to integerJulien Cristau2016-10-201-1/+1
| * dbe: Call to DDX SwapBuffers requires address of int, not unsigned int [CVE-2...Keith Packard2016-10-201-3/+4
| * LRGB.c: Fix label defined but not usedUlrich Sibiller2016-10-201-3/+0
| * Fixes: warning: variable 'req' set but not,usedwalter harms2016-10-2017-18/+18
| * fix: warning: pointer targets in passing argument 2 of '_XSend' differ in sig...walter harms2016-10-201-2/+2
| * no need to check args for Xfree()walter harms2016-10-201-41/+33
| * remove stray externwalter harms2016-10-201-1/+1
| * Fix warnings in XlibInt.cUlrich Sibiller2016-10-202-0/+7
| * xkb.c: fix 'assignment makes integer from pointer without a cast'Ulrich Sibiller2016-10-201-1/+1
| * xkmread.c: use _X_UNUSED to avoid compiler warning when result is not neededUlrich Sibiller2016-10-201-4/+7
| * xcmisc.c: remove HAVE_STDINTUlrich Sibiller2016-10-201-4/+0
| * security.c: fix compiler warningsUlrich Sibiller2016-10-201-2/+1
| * Loop.cpp: Fix output of SetCore()Ulrich Sibiller2016-10-201-3/+3
| * Window.c: Fix function assignment warningUlrich Sibiller2016-10-201-1/+1
| * Display.c: remove unused variableUlrich Sibiller2016-10-201-2/+0
| * Colormap.c: add cast to avoid warningUlrich Sibiller2016-10-201-1/+1
| * Args.c: fix string format warningUlrich Sibiller2016-10-201-2/+2
| * imLcIm.c: Fix unused variablesUlrich Sibiller2016-10-201-3/+4
| * Pending.c: Fix compilation warningUlrich Sibiller2016-10-201-2/+2
| * Fix libX11 implicit declaration warningsUlrich Sibiller2016-10-201-2/+2
|/
* Drop nx-X11/lib/X11/libX11.elist. Not needed for anything nowadays. Probably ...Mike Gabriel2016-10-201-41/+0
* debian/libnx-x11-6.symbols: Update symbols list.Mike Gabriel2016-10-201-4/+4
* XKeysymDB: ... got removed.Mike Gabriel2016-10-203-3/+0
* Merge branch 'uli42-pr/libX11_further_backports' into 3.6.xMike Gabriel2016-10-19229-16855/+11176
|\
| * Validation of server responses in XGetImage()Tobias Stoeckmann2016-10-191-9/+20
| * The validation of server responses avoids out of boundary accesses.Tobias Stoeckmann2016-10-193-11/+27
| * xcms: use size_t for pointer offsets passed to strncmpAlan Coopersmith2016-10-195-10/+10
| * xcms: use unsigned indexes when looping through unsigned valuesAlan Coopersmith2016-10-196-11/+11
| * xcms: use size_t for strlen/sizeof values instead of converting to int & backAlan Coopersmith2016-10-192-2/+2
| * Xlib.h: Fix macros imitating C functions.Dominik Muth2016-10-191-17/+17
| * XKB: fix XkbGetKeyboardByName with Xming serverOlivier Fourdan2016-10-191-1/+5
| * lcPubWrap: replace malloc(strlen) + strcpy with strdupAlan Coopersmith2016-10-191-2/+1
| * XlcDL.c: reduce code duplicationAlan Coopersmith2016-10-191-12/+10
| * XlcDL.c: replace strcpy+strcat sequences with snprintfAlan Coopersmith2016-10-191-6/+8
| * XDefaultOMIF: Remove comments referring to ancient Sun bug idsAlan Coopersmith2016-10-191-14/+1
| * XDefaultOMIF: additional code simplificationAlan Coopersmith2016-10-191-32/+11
| * XDefaultOMIF: replace strlen+Xmalloc+strcpy with strdupAlan Coopersmith2016-10-191-15/+8
| * Use strdup instead of Xmalloc+strcpy in _XDefaultOpenIMAlan Coopersmith2016-10-191-2/+1
| * Delete #if 0 hunks of codeAlan Coopersmith2016-10-194-152/+0