summaryrefslogtreecommitdiff
path: root/os/connection.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-09Don't log audit messages when -audit 0 specifiedFrancis Giraldeau1-3/+1
2008-11-14os/connection: TRANS_NOXAUTH bit comparison brainfart fix.Jeremy Huddleston1-1/+1
2008-10-07Depend on xtrans >= 1.2.2 for TRANS_NOXAUTHJeremy Huddleston1-5/+0
2008-10-03Unexport MakeClientGrab{Imp,P}erviousAdam Jackson1-2/+2
2008-08-14Transport/Apple: Add TRANS_NOXAUTH to incoming connections when the listener ...Jeremy Huddleston1-0/+4
2008-08-06XQuartz: Now properly disable xauth checking on launchd socket and mostly fix...Jeremy Huddleston1-25/+27
2008-07-23Unifdef hpux.Adam Jackson1-6/+0
2008-07-23Unifdef AIX.Adam Jackson1-3/+0
2008-07-17Dead code removalDaniel Stone1-16/+0
2008-07-17Drop a bunch of #ifdef Lynx.Mathieu Bérard1-8/+1
2008-06-13Fix "warning: label ‘done’ defined but not used".Eamon Walsh1-0/+2
2008-05-23XQuartz: Add the launchd fd to AllSockets as wellJeremy Huddleston1-6/+8
2008-05-18XQuartz: Cleaned up ListenOnOpenFD...Jeremy Huddleston1-30/+5
2008-05-17XQuartz: Added functionality to add a file descriptor to the connection list ...Jeremy Huddleston1-0/+64
2008-04-18Death to APPGROUP.Adam Jackson1-3/+0
2008-03-01clean some "unused" warningsGeorge Sapountzis1-1/+0
2007-12-28OS: Don't leak connection translation table on regenerationDaniel Stone1-1/+2
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh1-5/+11
2007-12-05OS: Connection: Keep trying select while it gets interrupted (bug #9240)Rich Coe1-4/+9
2007-12-05OS: Connection: Don't shut down disappeared clients (bug #7876)Rich Coe1-1/+2
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-38/+49
2007-11-02Move SIGUSR1 notification as late as possible.Adam Jackson1-38/+49
2007-10-17Merge branch 'master' into XACE-SELINUXEamon Walsh1-20/+45
2007-09-27Rework local client id finding code to be more uniformAlan Coopersmith1-20/+45
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-0/+15
2007-09-05XDARWIN: Add launchd supportBen Byer1-0/+15
2007-08-16xace: add hooks + new access codes: core protocol server requestsEamon Walsh1-2/+7
2007-08-03security: drop support for XC-QUERY-SECURITY authorization method.Eamon Walsh1-10/+1
2007-06-28Remove the remnants of OS/2 support.Adam Jackson1-29/+2
2007-06-26Split checks for dtrace & getpeerucred()Alan Coopersmith1-1/+5
2007-03-25Static cleanups, dead code deletion.Adam Jackson1-5/+5
2007-02-15os: fix client privates leakDaniel Stone1-0/+2
2006-12-01Define calls away when not building XACE, allowing ifdef's to be removed.Eamon Walsh1-4/+2
2006-11-08CheckConnections: don't close down the server client (bug #7876)Rich Coe1-1/+1
2006-11-08RemoveGeneralSocket: don't touch EnabledDevicesDaniel Stone1-1/+0
2006-11-03Add DTrace probe points for X server <-> client communicationsAlan Coopersmith1-2/+28
2006-11-02Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...input-hotplugDaniel Stone1-4/+38
2006-11-01If getpeerucred() is available, include pid & zoneid in audit messages tooAlan Coopersmith1-3/+27
2006-11-01Bug #1997: AUDIT messages should contain uid for local accessesAlan Coopersmith1-5/+15
2006-10-13Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone1-3/+5
2006-08-10Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Alan Coopersmith1-2/+0
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone1-2/+0
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-2/+0
2006-07-21add basic D-BUS configuration mechanismDaniel Stone1-3/+16
2006-06-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverAlan Coopersmith1-1/+1
2006-06-21Move Xserver internal API for appgroup from Xagsrv.h to appgroup.hAlan Coopersmith1-1/+1
2006-06-20Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverAlan Coopersmith1-2/+1
2006-06-20Move Xserver API for security extension to securitysrv.hAlan Coopersmith1-2/+1
2006-06-19Replace XC-SECURITY code with XACE security hooksEamon Walsh1-3/+5
2006-06-01Kill LBX, too.Daniel Stone1-199/+13