summaryrefslogtreecommitdiff
path: root/Xext
AgeCommit message (Expand)AuthorFilesLines
2009-07-29selinux: Only activate if policy says to be an object managerAdam Jackson1-0/+4
2009-07-26Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard6-12/+12
2009-07-06xinerama: Put the proto version in the code instead using proto headers.Eric Anholt1-2/+4
2009-06-29Fix a couple off-by-one array boundary checks.Jeremy Huddleston1-1/+1
2009-05-11xselinux: Relax ownership restriction on SetSelectionUseContext.Eamon Walsh1-9/+0
2009-04-16security: Grant untrusted windows remove access on all windows.Eamon Walsh1-0/+5
2009-04-16security: Fix a crash caused by wrong ordering of format arguments.Eamon Walsh1-3/+4
2009-04-16security: Revert behavior of extension access for compatibility.Eamon Walsh1-14/+16
2009-04-13Xext: set POINTER_SCREEN flag in XTestFakeInput if necessary. (RH #490984)Peter Hutterer1-3/+11
2009-04-09xselinux: Don't BadAlloc in List* requests if there are no items to list.Eamon Walsh1-3/+3
2009-04-08xselinux: Don't require incoming context strings to be null-terminated.Eamon Walsh1-21/+45
2009-03-27selinux: Add support for avc_acquire_netlink_fd()Adam Jackson1-0/+29
2009-03-27selinux: Don't bother relabeling resources that are being destroyedAdam Jackson1-0/+2
2009-03-03This patch changes all places in the X code to use _raw functions. TheEric Paris1-32/+32
2009-02-03Work around inclusion of <X11/extensions/panoramiXext.h>Paulo Cesar Pereira de Andrade1-0/+3
2009-01-30Xext: Send out correct events in ProcXTestFakeInputThomas Jaeger1-1/+1
2008-12-16xsync: Fix wakeup storm in idletime counter.Adam Jackson1-10/+41
2008-12-02Xext: fix MultiBuffer compilation error with TryClientEvents. (#18835)Bernhard Rosenkraenzer1-2/+2
2008-11-25xselinux: use "raw context" variants of getpeercon() and getcon().Eamon Walsh1-2/+2
2008-11-25xselinux: don't pass a NULL key string to selabel_lookup().Eamon Walsh1-1/+1
2008-11-08Remove some null statements.James Cloos1-5/+5
2008-11-04Remove XEvIEDaniel Stone2-748/+0
2008-10-31Move EXTENSION_BASE and EXTENSION_EVENT_BASE to misc.h.Peter Hutterer1-1/+0
2008-10-30xselinux: send more specific message types to libaudit.Eamon Walsh1-1/+13
2008-10-26Xext: Fix compiler warningsJulien Cristau1-1/+2
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-3/+1
2008-10-02Unifdef ISCAdam Jackson1-1/+1
2008-09-21Fix panoramiX request and reply swappingPeter Harris1-4/+13
2008-09-01Xevie: swap replies as necessaryJulien Cristau1-0/+27
2008-09-01Xevie: always initialize rep.length (bug#17394)Thorvald Natvig1-0/+4
2008-08-28Attempt getpeercon() on remote sockets as well as local ones.Eamon Walsh1-11/+10
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky10-15/+30
2008-08-28Build fix.Adam Jackson1-1/+1
2008-08-28MIT-SHM pixmaps, if they exist, are ZPixmap.Adam Jackson2-22/+1
2008-08-28Reimplement ShmPutImage.Adam Jackson2-66/+23
2008-08-20Centralize declaration of ConnectionInfo.Adam Jackson1-1/+0
2008-08-13Eviscerate save-under support.Adam Jackson1-9/+3
2008-08-05Redefine WindowTable as a fixed arrayTomas Carnecky1-2/+1
2008-07-30Make shmint.h part of the SDK.Aaron Plattner2-4/+4
2008-07-24Sync is built-in and mandatory.Adam Jackson1-5/+5
2008-07-24XC-MISC is built-in and mandatory.Adam Jackson1-2/+2
2008-07-24Remove all empty extension reset hooks, replace with NULL.Adam Jackson10-94/+10
2008-07-24Bigreqs are built-in and mandatory.Adam Jackson1-1/+1
2008-07-24Shape extension is built-in and mandatory.Adam Jackson2-5/+0
2008-07-18Drop the FONTCACHE extension.Adam Jackson2-329/+0
2008-07-17Drop a bunch of #ifdef Lynx.Mathieu Bérard4-12/+2
2008-07-10Xext: store the GenericMasks in the resource system.Peter Hutterer2-6/+51
2008-06-17SELinux: Add an extension alias under the OS-agnostic "Flask" name.Eamon Walsh1-0/+2
2008-06-13Fix "warning: no previous prototype for ‘XevieExtensionInit’".Eamon Walsh1-0/+1
2008-06-11Un-K&R shm extension.Kristian Høgsberg1-66/+34