summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-06-28Remove check that can never be true.Thomas Klausner
2013-06-27Include limits.h to prevent build error: missing INT_MAXPeter Hutterer
2013-06-27If the XGetDeviceDontPropagateList reply has an invalid length, return 0Peter Hutterer
2013-06-27Change size += to size = in XGetDeviceControlPeter Hutterer
2013-06-27Fix potential corruption in mask_len handlingPeter Hutterer
2013-05-24Don't overwrite the cookies serial numberPeter Hutterer
2013-05-23sign extension issue in XListInputDevices() [CVE-2013-1995]Alan Coopersmith
2013-05-23Avoid integer overflow in XListInputDevices() [CVE-2013-1984 8/8]Alan Coopersmith
2013-05-23Avoid integer overflow in XGetDeviceProperties() [CVE-2013-1984 7/8]Alan Coopersmith
2013-05-23integer overflow in XIGetSelectedEvents() [CVE-2013-1984 6/8]Alan Coopersmith
2013-05-23integer overflow in XIGetProperty() [CVE-2013-1984 5/8]Alan Coopersmith
2013-05-23integer overflow in XGetDeviceMotionEvents() [CVE-2013-1984 4/8]Alan Coopersmith
2013-05-23integer overflow in XGetDeviceDontPropagateList() [CVE-2013-1984 3/8]Alan Coopersmith
2013-05-23integer overflow in XGetFeedbackControl() [CVE-2013-1984 2/8]Alan Coopersmith
2013-05-23integer overflow in XGetDeviceControl() [CVE-2013-1984 1/8]Alan Coopersmith
2013-05-23unvalidated lengths in XQueryDeviceState() [CVE-2013-1998 3/3]Alan Coopersmith
2013-05-23memory corruption in _XIPassiveGrabDevice() [CVE-2013-1998 2/3]Alan Coopersmith
2013-05-23Stack buffer overflow in XGetDeviceButtonMapping() [CVE-2013-1998 1/3]Alan Coopersmith
2013-05-23Use _XEatDataWords to avoid overflow of rep.length bit shiftingAlan Coopersmith
2013-05-20Copy the sequence number into the target event too (#64687)Peter Hutterer
2013-04-30Expand comment on the memory vs. reply ordering in XIGetSelectedEvents()Alan Coopersmith
2013-04-05Require XFixes for PointerBarrier, remove duplicate typedefPeter Hutterer
2013-01-15Add missing XI_RawTouch* in XInputCopyCookieBenjamin Tissoires
2012-12-09Add support for pointer barrier eventsJasper St. Pierre
2012-12-10Fix const compiler warningsPeter Hutterer
2012-12-10Fix compiler warningsPeter Hutterer
2012-04-23Destroy extension record after last display is removedChase Douglas
2012-03-26Set the RawEvent sourceid (#34240)Peter Hutterer
2012-03-26Move version comparison into a helper function.Peter Hutterer
2012-03-15Fix wrong button label and mask copy on OS XPeter Hutterer
2012-03-08Fix XIScrollClass increment value on 32-bit machinesChase Douglas
2012-02-23Fix bus error on MIPS N32 for bug #38331.Michał Masłowski
2012-02-09Handle new XIAllowEvent request sizePeter Hutterer
2012-01-18Force class alignment to a multiple of sizeof(XID).Peter Hutterer
2011-12-21Implement support for XI 2.2Peter Hutterer
2011-11-12Include config.h from source filesPeter Hutterer
2011-11-12Stop unnecessary calls to size_classesPeter Hutterer
2011-11-12Fix duplicate sizeof in copy_classesPeter Hutterer
2011-10-10Remove superfluous assignment of lib->classes in XIQueryDevices.Peter Hutterer
2011-09-28Use a separate nclasses variable in XIQueryDevicePeter Hutterer
2011-09-18Use AM_CPPFLAGS to use in tree headers before installed headersJeremy Huddleston
2011-09-17Support XI 2.1 XIScrollClassPeter Hutterer
2011-09-17Support XI 2.1 internallyPeter Hutterer
2011-08-19Handle unknown device classes.Peter Hutterer
2011-08-12Don't use the protocol defines for 2.0 versioning.Peter Hutterer
2011-08-02Add XI2 library-internal array offsets to XIint.hPeter Hutterer
2011-06-03Use Data, not Data32 in XIPassiveGrabDevicePeter Hutterer
2011-05-19Silence compiler warning due to differnent event conversion procsPeter Hutterer
2011-05-19Silence compiler warning in XListDProp.cPeter Hutterer
2011-05-05Remove a few unused assignments.Peter Hutterer