summaryrefslogtreecommitdiff
path: root/os/access.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-36/+36
2014-01-12os: Clean up warningsKeith Packard1-1/+1
2013-10-05os: move <arpa/inet.h> for any !win32 systemPino Toscano1-4/+4
2012-12-05Fix formatting of address operatorsYaakov Selkowitz1-1/+1
2012-09-20dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-9/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-1025/+975
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard1-1/+8
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-8/+1
2011-12-12os/access.c: replace acmp & acopy macros with memcmp & memcpy callsAlan Coopersmith1-16/+14
2011-12-05Move to autoconf standard function name checks & definesAlan Coopersmith1-14/+14
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith1-4/+2
2011-11-23Remove a couple Error() instances left behind by 09dbfcb0ad7b6c8Alan Coopersmith1-2/+2
2011-04-25os: Silence warnings when building with clangJeremy Huddleston1-1/+1
2011-03-14Consolidate all the PATH_MAX handling into misc.hChristopher James Halse Rogers1-19/+0
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