aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Make XGetWindowProperty() always initialize returned valuesAlan Coopersmith2016-10-121-1/+7
| | * Move repeated #ifdef magic to find PATH_MAX into a common headerAlan Coopersmith2016-10-124-48/+85
| | * Convert more _XEatData callers to _XEatDataWordsAlan Coopersmith2016-10-126-20/+20
| | * integer overflow in XGetModifierMapping() [CVE-2013-1981 13/13]Alan Coopersmith2016-10-121-4/+9
| | * integer overflow in XGetPointerMapping() & XGetKeyboardMapping() [CVE-2013-19...Alan Coopersmith2016-10-121-11/+20
| | * integer overflow in XGetImage() [CVE-2013-1981 11/13]Alan Coopersmith2016-10-121-4/+8
| | * integer overflow in XGetWindowProperty() [CVE-2013-1981 10/13]Alan Coopersmith2016-10-121-9/+16
| | * integer overflows in TransFileName() [CVE-2013-1981 9/13]Alan Coopersmith2016-10-121-11/+34
| | * integer truncation in _XimParseStringFile() [CVE-2013-1981 8/13]Alan Coopersmith2016-10-121-0/+3
| | * integer overflow in ReadInFile() in Xrm.c [CVE-2013-1981 7/13]Alan Coopersmith2016-10-121-1/+3
| | * Integer overflows in stringSectionSize() cause buffer overflow in ReadColorna...Alan Coopersmith2016-10-121-6/+21
| | * integer overflow in XListHosts() [CVE-2013-1981 5/13]Alan Coopersmith2016-10-121-7/+15
| | * integer overflow in XGetMotionEvents() [CVE-2013-1981 4/13]Alan Coopersmith2016-10-121-15/+11
| | * integer overflow in XListFontsWithInfo() [CVE-2013-1981 3/13]Alan Coopersmith2016-10-121-56/+49
| | * integer overflow in _XF86BigfontQueryFont() [CVE-2013-1981 2/13]Alan Coopersmith2016-10-121-17/+25
| | * integer overflow in _XQueryFont() on 32-bit platforms [CVE-2013-1981 1/13]Alan Coopersmith2016-10-121-12/+25
| | * XListFontsWithInfo: avoid accessing realloc'ed memoryNickolai Zeldovich2016-10-121-6/+7
| | * ximcp: Prevent memory leak & double free if multiple %L in stringAlan Coopersmith2016-10-121-2/+3
| | * Xrm: Handle the extremely unlikely situation of fstat failingErkki Seppälä2016-10-121-0/+6
| |/
| * Merge branch 'uli42-pr/upgrade_libX11' into 3.6.xMike Gabriel2016-10-12484-6055/+21657
| |\
| | * Use both __APPLE__ and __DARWIN__ definesUlrich Sibiller2016-10-104-7/+7
| | * MakeBigReq: don't move the last word, already handled by Data32 (X.Org CVE-20...Karl Tomlinson2016-10-101-2/+17
| | * Give GNU & Solaris Studio compilers hints about XEatData branchesAlan Coopersmith2016-10-101-2/+14
| | * makekeys: move buf declaration from global to main to silence gcc -WshadowAlan Coopersmith2016-10-101-1/+1
| | * makekeys: Fix build/target word size mismatch when cross-compilingDerek Buitenhuis2016-10-103-5/+7
| | * adapt Imakefile to call makekeys correctly after updateUlrich Sibiller2016-10-101-2/+3
| | * makekeys: Scan vendor keysyms as well as coreDaniel Stone2016-10-101-44/+83
| | * When makekeys fails to find a good hash, print error instead of divide-by-zeroAlan Coopersmith2016-10-101-0/+10
| | * Increase size of working arrays in the makekeys utility program.James Cloos2016-10-101-1/+1
| | * Update keysym includesUlrich Sibiller2016-10-105-189/+658
| | * update files from modules dir of libX11 1.3.4Ulrich Sibiller2016-10-1037-1020/+1694
| | * Xutil.h: Fix wrong include pathUlrich Sibiller2016-10-101-1/+1
| | * replace {x11,xim}trans.c links by libX11 1.3.4 solutionUlrich Sibiller2016-10-103-10/+68
| | * update xlibi18n files to libX11 1.3.4Ulrich Sibiller2016-10-1038-475/+1224
| | * update xcms files to libX11 1.3.4Ulrich Sibiller2016-10-1064-710/+823
| | * Update some missing files to libX11 1.3.4Ulrich Sibiller2016-10-106-27/+27
| | * Add (Free|Get)EventData.c from libX11 1.3.4Ulrich Sibiller2016-10-103-0/+88
| | * remove more NEED_REPLIES/EVENTSUlrich Sibiller2016-10-103-3/+0
| | * Purge more remaining VCS refsUlrich Sibiller2016-10-1033-34/+0
| | * Lift XKB*.c to libX11 1.3.4Ulrich Sibiller2016-10-1021-288/+326
| | * XlibInt.c: shorten one ifdefUlrich Sibiller2016-10-101-1/+1
| | * update X.h and Xproto.h because of GenericEventUlrich Sibiller2016-10-102-15/+53
| | * set USE_XCB define to 0 to prevent compiler complaintsUlrich Sibiller2016-10-101-1/+2
| | * Remove CRAY supportUlrich Sibiller2016-10-105-323/+1
| | * adapt include files to libX11 1.3.4Ulrich Sibiller2016-10-105-47/+48
| | * update makekeys.c to libX11 1.3.4 (+ fix)Ulrich Sibiller2016-10-101-11/+7
| | * update lcUniConv subdir to libX11 1.3.4Ulrich Sibiller2016-10-1032-34/+12506
| | * update src files *[ch] to libX11 1.3.4Ulrich Sibiller2016-10-10238-2503/+2532
| | * add XLOCALELIBDIRUlrich Sibiller2016-10-102-1/+3
| | * improve header guardsUlrich Sibiller2016-10-1010-20/+34