summaryrefslogtreecommitdiff
path: root/os/connection.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-11ListenOnOpenFD: Remove Resets since this is intended to be for hotplugging co...Jeremy Huddleston Sequoia1-7/+0
2014-04-18os: FatalError if -displayfd writes failKeith Packard1-2/+4
2014-04-18os: Clear the -displayfd option after closing the fileKeith Packard1-0/+1
2014-03-27Handle -displayfd and an explicit display number sensiblyJon TURNEY1-6/+6
2014-03-25os: Add AddClientOnOpenFD() to create a new client for an file descriptorKristian Høgsberg1-0/+27
2014-03-20os: Add a mechanism to prevent creating any listen socketsKristian Høgsberg1-2/+7
2014-03-20os: Always compile ListenOnOpenFD() and export itKristian Høgsberg1-5/+2
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-3/+3
2013-10-31Clean up a couple of warnings in os/Keith Packard1-1/+1
2012-09-20os: Hide the Connection{In,Out}put implementation detailsAdam Jackson1-2/+2
2012-09-20dix: Extend initial connection handshake for forwarding proxiesAdam Jackson1-5/+5
2012-09-20dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-1/+1
2012-07-09Initialize padding bits to 0 in ErrorConnMax()Alan Coopersmith1-1/+1
2012-06-22os: print newline after printing display namePeter Hutterer1-0/+1
2012-05-01os: Add -displayfd optionChase Douglas1-20/+48
2012-03-21Introduce a consistent coding styleKeith Packard1-535/+510
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard1-1/+1
2012-01-12Revert "dix: Extend initial connection handshake for forwarding proxies"Keith Packard1-5/+5
2012-01-12Revert "os: Hide the Connection{In,Out}put implementation details"Keith Packard1-1/+1
2012-01-06os: Minor header cleanupAdam Jackson1-0/+2
2012-01-06os: Hide the Connection{In,Out}put implementation detailsAdam Jackson1-1/+1
2012-01-06dix: Extend initial connection handshake for forwarding proxiesAdam Jackson1-5/+5
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-1/+1
2011-12-12Constify the reason string throughout the authorization check frameworkAlan Coopersmith1-2/+2
2011-12-05Move to autoconf standard function name checks & definesAlan Coopersmith1-3/+3
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith1-2/+2
2011-11-23AuthAudit: clean up string handling callsAlan Coopersmith1-6/+5
2011-09-21Use internal temp variable for swap macrosMatt Turner1-3/+3
2011-04-07os: fix use after free in EstablishNewConnectionsTiago Vignatti1-4/+3
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