summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-05-09unvalidated index in _XkbReadGetDeviceInfoReply() [CVE-2013-1997 2/15]Alan Coopersmith1-0/+6
2013-05-09unvalidated lengths in XAllocColorCells() [CVE-2013-1997 1/15]Alan Coopersmith1-2/+7
2013-05-09integer overflow in XListHosts() [CVE-2013-1981 5/13]Alan Coopersmith1-7/+15
2013-05-09integer overflow in XGetMotionEvents() [CVE-2013-1981 4/13]Alan Coopersmith1-15/+11
2013-05-09integer overflow in XListFontsWithInfo() [CVE-2013-1981 3/13]Alan Coopersmith1-56/+49
2013-05-09integer overflow in _XF86BigfontQueryFont() [CVE-2013-1981 2/13]Alan Coopersmith1-17/+25
2013-05-09integer overflow in _XQueryFont() on 32-bit platforms [CVE-2013-1981 1/13]Alan Coopersmith1-12/+23
2013-05-09Add _XEatDataWords to discard a given number of 32-bit words of reply dataAlan Coopersmith1-0/+17
2013-05-09Move repeated #ifdef magic to find PATH_MAX into a common headerAlan Coopersmith4-47/+84
2013-03-16Move big request comment in XOpenDisplay to the right placeAlan Coopersmith1-1/+3
2013-03-08Fix very weird indenting in src/GetFProp.cAlan Coopersmith1-15/+12
2013-03-08XAllocClassHint: Assume calloc sets pointers in allocated memory to NULLAlan Coopersmith1-6/+1
2013-03-08_xudc_code_to_glyph: check for NULL pointer *before* writing to it, not afterAlan Coopersmith1-4/+4
2013-03-03Assume size_t is always available, since it was defined in C89Alan Coopersmith1-8/+1
2013-03-03unifdef XKB_IN_SERVERAlan Coopersmith4-50/+0
2013-03-03unifdef CRAY & _CRAYAlan Coopersmith1-4/+0
2013-03-03unifdef WORD64Alan Coopersmith9-354/+3
2013-03-03unifdef MUSTCOPYAlan Coopersmith17-268/+2
2013-02-16Convert more sprintf calls to snprintfAlan Coopersmith4-10/+11
2013-02-16XKeysymToString: move variable declarations to the scope of their usageAlan Coopersmith1-14/+10
2013-02-16Preserve constness in casting arguments through the Data*() routinesAlan Coopersmith6-15/+17
2013-02-16XStringToKeysym: preserve constness when casting off unsignedness for strcmpAlan Coopersmith1-1/+1
2013-02-16XRebindKeysym: Drop unnecessary const-removing castAlan Coopersmith1-1/+1
2013-02-15cmsColNm.c: maintain constness of arguments to qsort helper functionAlan Coopersmith1-1/+1
2013-02-15XListFontsWithInfo: avoid accessing realloc'ed memoryNickolai Zeldovich1-6/+7
2013-01-09Remove unused DECnet ("DNETCONN") code from XlibAlan Coopersmith1-1/+1
2013-01-09Remove unused TLI ("STREAMSCONN") code from XlibAlan Coopersmith2-122/+1
2013-01-03Install Xcms.txt in $(datadir) rather than $(libdir).Egbert Eich1-1/+1
2013-01-03Don't hard code path to Xcms.txt file.Egbert Eich2-2/+3
2012-10-29XIM: remove Private and Public macrosYaakov Selkowitz1-5/+2
2012-10-17XErrorDB: Add GLXBadProfileARBAdam Jackson1-0/+1
2012-07-08Convert XCreate{Pix,Bit}map...Data to use C99 designated initializersAlan Coopersmith2-47/+44
2012-07-08XCreate{Pix,Bit}map...Data: Free pixmap in error path if XCreateGC failsAlan Coopersmith2-4/+10
2012-04-30Typo fixPeter Hutterer1-1/+1
2012-03-15Remove "register" qualifier that annoys Solaris Studio compilerAlan Coopersmith1-1/+1
2012-03-13Block for other threads in _XUserLockDisplayKeith Packard1-0/+2
2012-03-11Don't use caddr_t castsJon TURNEY1-2/+2
2012-03-09Revert "xcb: Add TCP fallback"Julien Cristau1-19/+0
2012-02-21Provide translation from XK_permille (ad5) to Unicode (U2030)Marko Myllynen1-1/+1
2012-01-23Use pthreads on MinGW alsoRyan Pavlik1-3/+1
2012-01-23Add XWindows.h include to Xxcbint.hRyan Pavlik1-0/+3
2011-12-23makekeys: move buf declaration from global to main to silence gcc -WshadowAlan Coopersmith1-1/+1
2011-12-14XQueryColors: Split a request into multiple requests if necessaryKusanagi Kouichi1-5/+27
2011-11-29Reject negative string counts in copy_string_listAlan Coopersmith1-1/+1
2011-11-11makekeys: Fix build/target word size mismatch when cross-compilingDerek Buitenhuis4-5/+10
2011-11-09XlcSL.c: convert old-style function definitions to ANSI C89 styleAlan Coopersmith1-4/+2
2011-11-08Add _XGetRequest as substitute for GetReq/GetReqExtraPeter Hutterer1-0/+31
2011-10-14XIM: Make Xim handle NEED_SYNC_REPLY flagChoe Hwanjin1-24/+16
2011-09-24Use a configure check for seteuidJeremy Huddleston1-1/+1
2011-05-20XCB: Add more friendly error messages for common assertsDaniel Stone1-15/+81