summaryrefslogtreecommitdiff
path: root/os/connection.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-31os: always check if client is local when connection is acceptedPauli Nieminen1-0/+1
2010-10-15os: Clean up various xtrans bits that we've never supportedAdam Jackson1-10/+1
2010-09-10os: add -sigstop option for Upstart (or equivalent) startupVignatti Tiago (Nokia-MS/Helsinki)1-0/+4
2010-08-06Always call the flush callback chain when we flush client buffersKristian Høgsberg1-0/+3
2010-06-30OS support: fix writeable client vs IgnoreClient behaviorJesse Barnes1-0/+9
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-10/+10
2010-04-15XQuartz: Fix possible NULL dereference in ListenOnOpenFDJeremy Huddleston1-2/+3
2009-06-18Clarify use of and need for mffs vs. ffsAlan Coopersmith1-2/+2
2009-04-06Remove some OS/2 leftovers.Adam Jackson1-9/+0
2009-03-23Remove two unused defines in C filesTomas Carnecky1-1/+0
2009-01-22Remove a bunch of useless casts.Adam Jackson1-5/+5
2008-12-17Don't log audit messages when -audit 0 specifiedFrancis Giraldeau1-3/+1
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-24/+24
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-16/+16
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