| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Make XGetWindowProperty() always initialize returned values | Alan Coopersmith | 2016-10-12 | 1 | -1/+7 |
| * | Move repeated #ifdef magic to find PATH_MAX into a common header | Alan Coopersmith | 2016-10-12 | 4 | -48/+85 |
| * | Convert more _XEatData callers to _XEatDataWords | Alan Coopersmith | 2016-10-12 | 6 | -20/+20 |
| * | integer overflow in XGetModifierMapping() [CVE-2013-1981 13/13] | Alan Coopersmith | 2016-10-12 | 1 | -4/+9 |
| * | integer overflow in XGetPointerMapping() & XGetKeyboardMapping() [CVE-2013-19... | Alan Coopersmith | 2016-10-12 | 1 | -11/+20 |
| * | integer overflow in XGetImage() [CVE-2013-1981 11/13] | Alan Coopersmith | 2016-10-12 | 1 | -4/+8 |
| * | integer overflow in XGetWindowProperty() [CVE-2013-1981 10/13] | Alan Coopersmith | 2016-10-12 | 1 | -9/+16 |
| * | integer overflows in TransFileName() [CVE-2013-1981 9/13] | Alan Coopersmith | 2016-10-12 | 1 | -11/+34 |
| * | integer truncation in _XimParseStringFile() [CVE-2013-1981 8/13] | Alan Coopersmith | 2016-10-12 | 1 | -0/+3 |
| * | integer overflow in ReadInFile() in Xrm.c [CVE-2013-1981 7/13] | Alan Coopersmith | 2016-10-12 | 1 | -1/+3 |
| * | Integer overflows in stringSectionSize() cause buffer overflow in ReadColorna... | Alan Coopersmith | 2016-10-12 | 1 | -6/+21 |
| * | integer overflow in XListHosts() [CVE-2013-1981 5/13] | Alan Coopersmith | 2016-10-12 | 1 | -7/+15 |
| * | integer overflow in XGetMotionEvents() [CVE-2013-1981 4/13] | Alan Coopersmith | 2016-10-12 | 1 | -15/+11 |
| * | integer overflow in XListFontsWithInfo() [CVE-2013-1981 3/13] | Alan Coopersmith | 2016-10-12 | 1 | -56/+49 |
| * | integer overflow in _XF86BigfontQueryFont() [CVE-2013-1981 2/13] | Alan Coopersmith | 2016-10-12 | 1 | -17/+25 |
| * | integer overflow in _XQueryFont() on 32-bit platforms [CVE-2013-1981 1/13] | Alan Coopersmith | 2016-10-12 | 1 | -12/+25 |
| * | XListFontsWithInfo: avoid accessing realloc'ed memory | Nickolai Zeldovich | 2016-10-12 | 1 | -6/+7 |
| * | ximcp: Prevent memory leak & double free if multiple %L in string | Alan Coopersmith | 2016-10-12 | 1 | -2/+3 |
| * | Xrm: Handle the extremely unlikely situation of fstat failing | Erkki Seppälä | 2016-10-12 | 1 | -0/+6 |
|/ |
|
* | Merge branch 'uli42-pr/upgrade_libX11' into 3.6.x | Mike Gabriel | 2016-10-12 | 484 | -6055/+21657 |
|\ |
|
| * | Use both __APPLE__ and __DARWIN__ defines | Ulrich Sibiller | 2016-10-10 | 4 | -7/+7 |
| * | MakeBigReq: don't move the last word, already handled by Data32 (X.Org CVE-20... | Karl Tomlinson | 2016-10-10 | 1 | -2/+17 |
| * | Give GNU & Solaris Studio compilers hints about XEatData branches | Alan Coopersmith | 2016-10-10 | 1 | -2/+14 |
| * | makekeys: move buf declaration from global to main to silence gcc -Wshadow | Alan Coopersmith | 2016-10-10 | 1 | -1/+1 |
| * | makekeys: Fix build/target word size mismatch when cross-compiling | Derek Buitenhuis | 2016-10-10 | 3 | -5/+7 |
| * | adapt Imakefile to call makekeys correctly after update | Ulrich Sibiller | 2016-10-10 | 1 | -2/+3 |
| * | makekeys: Scan vendor keysyms as well as core | Daniel Stone | 2016-10-10 | 1 | -44/+83 |
| * | When makekeys fails to find a good hash, print error instead of divide-by-zero | Alan Coopersmith | 2016-10-10 | 1 | -0/+10 |
| * | Increase size of working arrays in the makekeys utility program. | James Cloos | 2016-10-10 | 1 | -1/+1 |
| * | Update keysym includes | Ulrich Sibiller | 2016-10-10 | 5 | -189/+658 |
| * | update files from modules dir of libX11 1.3.4 | Ulrich Sibiller | 2016-10-10 | 37 | -1020/+1694 |
| * | Xutil.h: Fix wrong include path | Ulrich Sibiller | 2016-10-10 | 1 | -1/+1 |
| * | replace {x11,xim}trans.c links by libX11 1.3.4 solution | Ulrich Sibiller | 2016-10-10 | 3 | -10/+68 |
| * | update xlibi18n files to libX11 1.3.4 | Ulrich Sibiller | 2016-10-10 | 38 | -475/+1224 |
| * | update xcms files to libX11 1.3.4 | Ulrich Sibiller | 2016-10-10 | 64 | -710/+823 |
| * | Update some missing files to libX11 1.3.4 | Ulrich Sibiller | 2016-10-10 | 6 | -27/+27 |
| * | Add (Free|Get)EventData.c from libX11 1.3.4 | Ulrich Sibiller | 2016-10-10 | 3 | -0/+88 |
| * | remove more NEED_REPLIES/EVENTS | Ulrich Sibiller | 2016-10-10 | 3 | -3/+0 |
| * | Purge more remaining VCS refs | Ulrich Sibiller | 2016-10-10 | 33 | -34/+0 |
| * | Lift XKB*.c to libX11 1.3.4 | Ulrich Sibiller | 2016-10-10 | 21 | -288/+326 |
| * | XlibInt.c: shorten one ifdef | Ulrich Sibiller | 2016-10-10 | 1 | -1/+1 |
| * | update X.h and Xproto.h because of GenericEvent | Ulrich Sibiller | 2016-10-10 | 2 | -15/+53 |
| * | set USE_XCB define to 0 to prevent compiler complaints | Ulrich Sibiller | 2016-10-10 | 1 | -1/+2 |
| * | Remove CRAY support | Ulrich Sibiller | 2016-10-10 | 5 | -323/+1 |
| * | adapt include files to libX11 1.3.4 | Ulrich Sibiller | 2016-10-10 | 5 | -47/+48 |
| * | update makekeys.c to libX11 1.3.4 (+ fix) | Ulrich Sibiller | 2016-10-10 | 1 | -11/+7 |
| * | update lcUniConv subdir to libX11 1.3.4 | Ulrich Sibiller | 2016-10-10 | 32 | -34/+12506 |
| * | update src files *[ch] to libX11 1.3.4 | Ulrich Sibiller | 2016-10-10 | 238 | -2503/+2532 |
| * | add XLOCALELIBDIR | Ulrich Sibiller | 2016-10-10 | 2 | -1/+3 |
| * | improve header guards | Ulrich Sibiller | 2016-10-10 | 10 | -20/+34 |