summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libX11 1.6.1libX11-1.6.1Alan Coopersmith2013-07-291-1/+1
* Fix undefined XCMSDIR error when building lint libraryAlan Coopersmith2013-07-291-0/+1
* Add ku_TR.UTF-8 (Kurdish language, Turkey region) to compose/locale.dirAlan Coopersmith2013-07-292-0/+2
* omGeneric: remove space between struct name & member nameAlan Coopersmith2013-07-271-1/+1
* Refactor common code from XAddHost & XRemoveHost into single functionAlan Coopersmith2013-07-231-39/+14
* XSetModifierMapping: Use Data instead of GetReqExtraAlan Coopersmith2013-07-231-9/+3
* libX11: check "req" when calling GetReqExtraKees Cook2013-07-222-3/+15
* libX11: check size of GetReqExtra after XFlushKees Cook2013-07-222-1/+11
* Tighten out-of-range comparisons.Thomas Klausner2013-07-214-4/+4
* Fix out-of-range comparison in _XF86BigfontQueryFontThomas Klausner2013-07-211-1/+1
* Check for symbol existence with #ifdef, not #ifThomas Klausner2013-07-081-1/+1
* Use newer callback-based API for XIM.Thomas Klausner2013-07-083-5/+4
* Stop truncating source to destination length if it is larger.Thomas Klausner2013-07-081-28/+0
* Require ANSI C89 pre-processor, drop pre-C89 token pasting supportAlan Coopersmith2013-06-243-40/+1
* troff macro expansion in specs/libX11Alan Coopersmith2013-06-0714-376/+232
* specs/libX11: correct prototype for XListPixmapFormats/XImageByteOrderAlan Coopersmith2013-06-071-6/+3
* Deal with the limited range of VAX floating point numbers when compiling for ...Thomas Klausner2013-06-061-0/+4
* Remove call to undefined macro.Eric S. Raymond2013-06-061-1/+0
* Remove call to undefined macro.Eric S. Raymond2013-06-061-1/+0
* Update README to reflect where to find the Xlib specs nowAlan Coopersmith2013-06-031-2/+3
* libX11 1.6.0libX11-1.6.0Alan Coopersmith2013-06-031-1/+1
* cmsMath.c: Add missing stdio header for printf(3) in DEBUG build.Thomas Klausner2013-06-021-0/+4
* XCreateGC man page: Avoid .TS H and .TH macrosThomas Klausner2013-06-021-2/+1
* libX11 1.5.99.902 (1.6 RC2)libX11-1.5.99.902Alan Coopersmith2013-05-231-1/+1
* xkb: fix off-by-one in _XkbReadGetNamesReply and _XkbReadVirtualModMapJulien Cristau2013-05-232-2/+2
* Make sure internal headers include required headersNiveditha Rau2013-05-178-0/+15
* Free fs->properties in _XF86BigfontQueryFont overflow error pathAlan Coopersmith2013-05-161-0/+1
* XListFontsWithInfo: Re-decrement flist[0] before calling free() on it.Matthieu Herrb2013-05-091-2/+4
* Give GNU & Solaris Studio compilers hints about XEatData branchesAlan Coopersmith2013-05-091-2/+14
* _XkbReadGetMapReply: reject maxKeyCodes smaller than the minKeyCodeAlan Coopersmith2013-05-091-0/+2
* Use calloc in XOpenDisplay to initialize structs containing pointersAlan Coopersmith2013-05-091-4/+4
* Remove more unnecessary casts from Xmalloc/calloc callsAlan Coopersmith2013-05-0933-140/+115
* Convert more _XEatData callers to _XEatDataWordsAlan Coopersmith2013-05-096-20/+20
* Make XGetWindowProperty() always initialize returned valuesAlan Coopersmith2013-05-091-1/+7
* Avoid overflows in XListExtensions() [CVE-2013-1997 15/15]Alan Coopersmith2013-05-091-14/+22
* Avoid overflows in XGetFontPath() [CVE-2013-1997 14/15]Alan Coopersmith2013-05-091-14/+22
* Avoid overflows in XListFonts() [CVE-2013-1997 13/15]Alan Coopersmith2013-05-091-13/+22
* integer overflow in XGetModifierMapping() [CVE-2013-1981 13/13]Alan Coopersmith2013-05-091-4/+9
* integer overflow in XGetPointerMapping() & XGetKeyboardMapping() [CVE-2013-19...Alan Coopersmith2013-05-091-11/+20
* integer overflow in XGetImage() [CVE-2013-1981 11/13]Alan Coopersmith2013-05-091-4/+8
* integer overflow in XGetWindowProperty() [CVE-2013-1981 10/13]Alan Coopersmith2013-05-091-9/+16
* integer overflows in TransFileName() [CVE-2013-1981 9/13]Alan Coopersmith2013-05-092-11/+35
* integer truncation in _XimParseStringFile() [CVE-2013-1981 8/13]Alan Coopersmith2013-05-091-0/+3
* Unbounded recursion in _XimParseStringFile() when parsing include files [CVE-...Alan Coopersmith2013-05-091-3/+17
* Unbounded recursion in GetDatabase() when parsing include files [CVE-2013-200...Alan Coopersmith2013-05-091-9/+15
* integer overflow in ReadInFile() in Xrm.c [CVE-2013-1981 7/13]Alan Coopersmith2013-05-091-2/+4
* Integer overflows in stringSectionSize() cause buffer overflow in ReadColorna...Alan Coopersmith2013-05-091-6/+21
* unvalidated length in _XimXGetReadData() [CVE-2013-1997 12/15]Alan Coopersmith2013-05-091-1/+1
* unvalidated index/length in _XkbReadGetNamesReply() [CVE-2013-1997 11/15]Alan Coopersmith2013-05-091-0/+2
* unvalidated index in _XkbReadVirtualModMap() [CVE-2013-1997 10/15]Alan Coopersmith2013-05-091-0/+3