index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os
/
access.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-21
Revert "XDMCP: For IPv6 add link local addresses to the end of the list"
Adam Jackson
1
-11
/
+1
2016-06-21
XDMCP: For IPv6 add link local addresses to the end of the list
Reinhard Max
1
-1
/
+11
2016-05-30
os: Use strtok instead of xstrtokenize in ComputeLocalClient
Michel Dänzer
1
-4
/
+5
2016-03-28
os: Treat ssh as a non-local client (v4)
Adam Jackson
1
-3
/
+40
2016-02-08
os: unifdef STREAMSCONN
Adam Jackson
1
-9
/
+8
2015-11-30
Replace 'sun' with '__sun'
Richard PALO
1
-4
/
+4
2015-09-24
Xext, os: Remove OS-internal usages within XACE and XSELinux
Keith Packard
1
-0
/
+14
2015-09-21
mingw: Fix NO_LOCAL_CLIENT_CRED build
Jon TURNEY
1
-1
/
+0
2015-05-26
os: support new implicit local user access mode [CVE-2015-3164 2/3]
Ray Strode
1
-0
/
+109
2015-03-13
os/access: fix regression in server interpreted auth
Dave Airlie
1
-1
/
+1
2014-12-09
dix: GetHosts bounds check using wrong pointer value [CVE-2014-8092 pt. 6]
Keith Packard
1
-1
/
+1
2014-12-08
dix: integer overflow in GetHosts() [CVE-2014-8092 2/4]
Alan Coopersmith
1
-0
/
+6
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-21
/
+21
2014-10-28
os: Eliminate uninitialized value warnings from access.c
Keith Packard
1
-8
/
+8
2014-07-29
os: Remove LocalClientCred
Adam Jackson
1
-27
/
+0
2014-07-17
Avoid starting a comment with */*
Peter Harris
1
-3
/
+3
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-36
/
+36
2014-01-12
os: Clean up warnings
Keith Packard
1
-1
/
+1
2013-10-05
os: move <arpa/inet.h> for any !win32 system
Pino Toscano
1
-4
/
+4
2012-12-05
Fix formatting of address operators
Yaakov Selkowitz
1
-1
/
+1
2012-09-20
dix: Pull client-is-local flag up to the ClientRec
Adam Jackson
1
-9
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-1025
/
+975
2012-01-12
Revert "dix: Pull client-is-local flag up to the ClientRec"
Keith Packard
1
-1
/
+8
2012-01-06
dix: Pull client-is-local flag up to the ClientRec
Adam Jackson
1
-8
/
+1
2011-12-12
os/access.c: replace acmp & acopy macros with memcmp & memcpy calls
Alan Coopersmith
1
-16
/
+14
2011-12-05
Move to autoconf standard function name checks & defines
Alan Coopersmith
1
-14
/
+14
2011-11-23
Convert strncpy/strncat to strlcpy/strlcat
Alan Coopersmith
1
-4
/
+2
2011-11-23
Remove a couple Error() instances left behind by 09dbfcb0ad7b6c8
Alan Coopersmith
1
-2
/
+2
2011-04-25
os: Silence warnings when building with clang
Jeremy Huddleston
1
-1
/
+1
2011-03-14
Consolidate all the PATH_MAX handling into misc.h
Christopher James Halse Rogers
1
-19
/
+0
2010-12-31
os: always check if client is local when connection is accepted
Pauli Nieminen
1
-6
/
+12
2010-12-31
os: Fix a memory leak
Pauli Nieminen
1
-1
/
+3
2010-12-20
Remove SCO support
Adam Jackson
1
-8
/
+4
2010-12-07
Sun's copyrights now belong to Oracle
Alan Coopersmith
1
-1
/
+1
2010-10-15
os: Clean up various xtrans bits that we've never supported
Adam Jackson
1
-126
/
+11
2010-06-22
Don't crash when asked if a client that has disconnected was local
Simon Farnsworth
1
-0
/
+5
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-14
/
+14
2010-06-06
Replace deprecated bzero with memset
Mikhail Gusarov
1
-2
/
+2
2010-05-14
Fix compiler issues with getifaddrs() call on OpenSolaris
Alan Coopersmith
1
-5
/
+4
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-14
/
+14
2010-05-07
Constify function prototypes in auth & xdmcp code
Alan Coopersmith
1
-5
/
+5
2009-12-16
Update Sun license notices to current X.Org standard form
Alan Coopersmith
1
-1
/
+23
2009-11-09
Avoid a null dereference if IFF_BROADCAST is set but there is no broadcast ad...
Jon TURNEY
1
-1
/
+2
2009-08-18
xserver doesn't stop all connections to localhost
Jesse Adkins
1
-2
/
+1
2009-07-14
os: switch to byte counting functions
Peter Hutterer
1
-2
/
+2
2009-01-22
Remove a bunch of useless casts.
Adam Jackson
1
-6
/
+6
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-19
/
+19
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-18
/
+18
2008-10-02
Remove some stale IPv6 debugging
Adam Jackson
1
-38
/
+1
2008-10-02
Unifdef ISC
Adam Jackson
1
-29
/
+2
[next]