aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * ximcp/imRm.c: convert sprintf calls to snprintfAlan Coopersmith2016-10-191-14/+30
| * xlibi18n: convert sprintf calls to snprintfAlan Coopersmith2016-10-195-57/+51
| * lcfile: skip over any null entries in args listAlan Coopersmith2016-10-191-20/+15
| * Fix file leak on malloc error in XlcDL.c:resolve_object()Alan Coopersmith2016-10-191-1/+3
| * Fix bogus timestamp generated by XIMISHIKAWA,chiaki2016-10-192-0/+21
| * XIM: Fix race on focus change: set 'FABRICATED' only when keyev filters in pl...Egbert Eich2016-10-191-1/+3
| * omGeneric: remove space between struct name & member nameAlan Coopersmith2016-10-191-1/+1
| * XSetModifierMapping: Use Data instead of GetReqExtraAlan Coopersmith2016-10-191-9/+3
| * libX11: check size of GetReqExtra after XFlushKees Cook2016-10-192-3/+15
| * Tighten out-of-range comparisons.Thomas Klausner2016-10-194-4/+4
| * Fix out-of-range comparison in _XF86BigfontQueryFontThomas Klausner2016-10-191-1/+1
| * Check for symbol existence with #ifdef, not #ifThomas Klausner2016-10-191-1/+1
| * Stop truncating source to destination length if it is larger.Thomas Klausner2016-10-191-28/+0
| * Require ANSI C89 pre-processor, drop pre-C89 token pasting supportAlan Coopersmith2016-10-193-40/+0
| * update Xfuncproto.hUlrich Sibiller2016-10-191-4/+65
| * Align files with upstream libX11-1.6.0Ulrich Sibiller2016-10-1942-194/+190
| * Tell clang not to report -Wpadded warnings on public headers we can't fixAlan Coopersmith2016-10-194-0/+48
| * Zero buffer data in BufAlloc()Adam Jackson2016-10-191-1/+1
| * GetProp: Zero-initialized error so its resourceID field is initializedErkki Seppälä2016-10-191-1/+1
| * integer overflow in ReadInFile() in Xrm.c [CVE-2013-1981 7/13]Alan Coopersmith2016-10-191-2/+4
| * ximcp/imRmAttr: Handle leaking colormap_retErkki Seppälä2016-10-191-1/+3
| * Fix status reporting for braille patternsSamuel Thibault2016-10-191-10/+20
| * Revert incomplete "Fix status reporting for braille patterns"Ulrich Sibiller2016-10-191-20/+6
| * Sun's copyrights are now owned by OracleAlan Coopersmith2016-10-1916-16/+16
| * Assume size_t is always available, since it was defined in C89Ulrich Sibiller2016-10-191-8/+2
| * rename xf86bigfstr.h to xf86bigfproto.hUlrich Sibiller2016-10-198-10/+10
| * cmsMath.c: Add missing stdio header for printf(3) in DEBUG build.Thomas Klausner2016-10-191-0/+4
| * Make sure internal headers include required headersNiveditha Rau2016-10-198-0/+15
| * Free fs->properties in XF86BigfontQueryFont overflow error pathAlan Coopersmith2016-10-191-0/+1
| * xkb: fix off-by-one in _XkbReadGetNamesReply and _XkbReadVirtualModMapJulien Cristau2016-10-192-2/+2
| * Revert "Add a couple fixups for the security patches"Ulrich Sibiller2016-10-193-3/+2
| * Remove more unnecessary casts from Xmalloc/calloc callsAlan Coopersmith2016-10-1933-132/+112
| * Move big request comment in XOpenDisplay to the right placeAlan Coopersmith2016-10-191-1/+3
| * Fix very weird indenting in nx-X11/lib/X11/GetFProp.cAlan Coopersmith2016-10-191-12/+12
| * XAllocClassHint: Assume calloc sets pointers in allocated memory to NULLAlan Coopersmith2016-10-191-6/+1
| * _xudc_code_to_glyph: check for NULL pointer *before* writing to it, not afterAlan Coopersmith2016-10-191-4/+4
| * Assume size_t is always available, since it was defined in C89Alan Coopersmith2016-10-191-8/+1
| * unifdef XKB_IN_SERVERAlan Coopersmith2016-10-194-50/+0
| * Convert more sprintf calls to snprintfAlan Coopersmith2016-10-194-10/+11
| * XKeysymToString: move variable declarations to the scope of their usageAlan Coopersmith2016-10-191-14/+10
| * Preserve constness in casting arguments through the Data*() routinesAlan Coopersmith2016-10-197-15/+17
| * XStringToKeysym: preserve constness when casting off unsignedness for strcmpAlan Coopersmith2016-10-191-1/+1
| * XRebindKeysym: Drop unnecessary const-removing castAlan Coopersmith2016-10-191-1/+1
| * cmsColNm.c: maintain constness of arguments to qsort helper functionAlan Coopersmith2016-10-191-1/+1
| * Remove unused DECnet ("DNETCONN") code from XlibAlan Coopersmith2016-10-192-4/+1
| * Remove unused TLI ("STREAMSCONN") code from XlibAlan Coopersmith2016-10-193-125/+1
| * Don't hard code path to Xcms.txt file.Egbert Eich2016-10-192-2/+2
| * XIM: remove Private and Public macrosYaakov Selkowitz2016-10-1924-470/+467
| * Convert XCreate{Pix,Bit}map...Data to use C99 designated initializersAlan Coopersmith2016-10-192-47/+44
| * XCreate{Pix,Bit}map...Data: Free pixmap in error path if XCreateGC failsAlan Coopersmith2016-10-192-4/+10