summaryrefslogtreecommitdiff
path: root/os/access.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-21Revert "XDMCP: For IPv6 add link local addresses to the end of the list"Adam Jackson1-11/+1
2016-06-21XDMCP: For IPv6 add link local addresses to the end of the listReinhard Max1-1/+11
2016-05-30os: Use strtok instead of xstrtokenize in ComputeLocalClientMichel Dänzer1-4/+5
2016-03-28os: Treat ssh as a non-local client (v4)Adam Jackson1-3/+40
2016-02-08os: unifdef STREAMSCONNAdam Jackson1-9/+8
2015-11-30Replace 'sun' with '__sun'Richard PALO1-4/+4
2015-09-24Xext, os: Remove OS-internal usages within XACE and XSELinuxKeith Packard1-0/+14
2015-09-21mingw: Fix NO_LOCAL_CLIENT_CRED buildJon TURNEY1-1/+0
2015-05-26os: support new implicit local user access mode [CVE-2015-3164 2/3]Ray Strode1-0/+109
2015-03-13os/access: fix regression in server interpreted authDave Airlie1-1/+1
2014-12-09dix: GetHosts bounds check using wrong pointer value [CVE-2014-8092 pt. 6]Keith Packard1-1/+1
2014-12-08dix: integer overflow in GetHosts() [CVE-2014-8092 2/4]Alan Coopersmith1-0/+6
2014-11-12Drop trailing whitespacesPeter Hutterer1-21/+21
2014-10-28os: Eliminate uninitialized value warnings from access.cKeith Packard1-8/+8
2014-07-29os: Remove LocalClientCredAdam Jackson1-27/+0
2014-07-17Avoid starting a comment with */*Peter Harris1-3/+3
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