summaryrefslogtreecommitdiff
path: root/os/access.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-31os: always check if client is local when connection is acceptedPauli Nieminen1-6/+12
2010-12-31os: Fix a memory leakPauli Nieminen1-1/+3
2010-12-20Remove SCO supportAdam Jackson1-8/+4
2010-12-07Sun's copyrights now belong to OracleAlan Coopersmith1-1/+1
2010-10-15os: Clean up various xtrans bits that we've never supportedAdam Jackson1-126/+11
2010-06-22Don't crash when asked if a client that has disconnected was localSimon Farnsworth1-0/+5
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-14/+14
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-2/+2
2010-05-14Fix compiler issues with getifaddrs() call on OpenSolarisAlan Coopersmith1-5/+4
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-14/+14
2010-05-07Constify function prototypes in auth & xdmcp codeAlan Coopersmith1-5/+5
2009-12-16Update Sun license notices to current X.Org standard formAlan Coopersmith1-1/+23
2009-11-09Avoid a null dereference if IFF_BROADCAST is set but there is no broadcast ad...Jon TURNEY1-1/+2
2009-08-18xserver doesn't stop all connections to localhostJesse Adkins1-2/+1
2009-07-14os: switch to byte counting functionsPeter Hutterer1-2/+2
2009-01-22Remove a bunch of useless casts.Adam Jackson1-6/+6
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-19/+19
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-18/+18
2008-10-02Remove some stale IPv6 debuggingAdam Jackson1-38/+1
2008-10-02Unifdef ISCAdam Jackson1-29/+2
2008-07-23Unifdef hpux.Adam Jackson1-8/+1
2008-07-23Unifdef sgi.Adam Jackson1-1/+1
2008-07-23Unifdef QNX.Adam Jackson1-15/+2
2008-07-17Dead code removalDaniel Stone1-164/+3
2008-07-17Drop a bunch of #ifdef Lynx.Mathieu BĂ©rard1-8/+0
2008-06-19sprintf() -> snprintf()Matthieu Herrb1-1/+2
2008-03-04Make sure SIOGLIFCONF buffer is properly aligned for socket structuresAlan Coopersmith1-8/+10
2007-10-17Merge branch 'master' into XACE-SELINUXEamon Walsh1-65/+103
2007-10-14mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSIBen Byer1-2/+2
2007-09-27Rework local client id finding code to be more uniformAlan Coopersmith1-63/+101
2007-08-16xace: add hooks + new access codes: core protocol server requestsEamon Walsh1-13/+19
2007-08-15xace: rename hostlist security hook to "server" as this hook will be usedEamon Walsh1-1/+1
2007-08-02Merge branch 'master' into XACE-SELINUXEamon Walsh1-8/+1
2007-06-28Remove the remnants of OS/2 support.Adam Jackson1-8/+1
2007-06-11Merge branch 'master' into XACE-SELINUXEamon Walsh1-31/+0
2007-06-04Remove the old Kerberos 5 authentication code.Adam Jackson1-31/+0
2007-04-17xace: change the semantics of the return value of XACE hooks to allowEamon Walsh1-1/+1
2007-03-25General DIX static and dead code cleanup.Adam Jackson1-3/+3
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-1/+1
2006-12-01Define calls away when not building XACE, allowing ifdef's to be removed.Eamon Walsh1-4/+2
2006-08-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Alan Coopersmith1-0/+4
2006-08-18Fix bug #7302, make Xn.hosts work from theAlan Hourihane1-0/+4
2006-08-10Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Alan Coopersmith1-3/+0
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-3/+0
2006-06-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverAlan Coopersmith1-0/+3
2006-06-21fix a number of compiler warnings in os/*Greg Kroah-Hartman1-0/+3
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-12/+7
2006-06-01Kill LBX, too.Daniel Stone1-5/+1
2006-02-15Mark everything in dixsym.c as _X_EXPORT.Adam Jackson1-2/+2