index
:
~jcristau/xserver
addresources
for-keith
hurd-fixes
libudev
libudev+inputclass
server-1.12-branch
server-1.7-branch
xephyr-xcb
Unnamed repository; edit this file to name it for gitweb.
jcristau
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-22
Fix build on Cygwin by ensuring WIN32 check triggers only on MinGW
Jon TURNEY
1
-3
/
+3
2016-02-08
os: unifdef STREAMSCONN
Adam Jackson
5
-58
/
+13
2016-01-06
os: Failure to remove a non-existent log file is not an error
Adam Jackson
1
-1
/
+1
2016-01-05
Avoid segfault in CloseWellKnownConnections when using -displayfd
Alan Coopersmith
1
-1
/
+2
2016-01-05
Use unique logfile names when starting server with -displayfd
Alan Coopersmith
2
-28
/
+99
2015-12-01
os: Use NotifyFd interface for listen descriptors
Keith Packard
2
-66
/
+42
2015-12-01
os/xdmcp: Replace xdmcp block/wakeup handlers with timer and NotifyFd
Keith Packard
1
-78
/
+36
2015-12-01
os: Implement support for NotifyFd X_NOTIFY_WRITE
Keith Packard
4
-24
/
+59
2015-12-01
os: Add NotifyFd interfaces
Keith Packard
4
-0
/
+103
2015-12-01
Remove non-smart scheduler. Don't require setitimer.
Keith Packard
3
-39
/
+26
2015-11-30
Replace 'sun' with '__sun'
Richard PALO
4
-7
/
+7
2015-10-27
os: make sure the clientsWritable fd_set is initialized before use
Martin Peres
1
-0
/
+1
2015-10-19
osinit: Silence -Wunused-variable warnings
Jeremy Huddleston
1
-0
/
+2
2015-10-19
xdmcp: Declare XdmcpFatal _X_NORETURN
Jeremy Huddleston
1
-0
/
+1
2015-10-19
xdmauth: Correct miscall of abs() to instrad call labs()
Jeremy Huddleston
1
-2
/
+2
2015-09-24
Xext, os: Remove OS-internal usages within XACE and XSELinux
Keith Packard
1
-0
/
+14
2015-09-21
os/xdmcp: Just send XDMCP keepalive packets once every three minutes
Keith Packard
1
-18
/
+2
2015-09-21
os/xdmcp: Remove dead 'restart' code
Keith Packard
1
-13
/
+1
2015-09-21
mingw: Fix NO_LOCAL_CLIENT_CRED build
Jon TURNEY
1
-1
/
+0
2015-09-21
Keep SIGALRM restart flag after Popen
Daniel Drake
1
-11
/
+38
2015-09-21
Allow system call restarts upon signal interruption
Daniel Drake
1
-0
/
+1
2015-08-24
configurable maximum number of clients
Olivier Fourdan
4
-7
/
+24
2015-07-08
dix: Unexport various implementation details
Adam Jackson
1
-0
/
+1
2015-05-26
backtrace.c: Fix word cast to a pointer
Vicente Olivert Riera
1
-2
/
+2
2015-05-26
os: support new implicit local user access mode [CVE-2015-3164 2/3]
Ray Strode
2
-4
/
+113
2015-05-11
Merge remote-tracking branch 'jturney/mingw-build-fixes'
Keith Packard
2
-1
/
+7
2015-04-22
os/utils.c: Fix prototype for Win32TempDir()
Colin Harrison
1
-1
/
+1
2015-04-22
os/utils.c: Don't try to build os_move_fd() for WIN32
Colin Harrison
1
-0
/
+2
2015-04-22
os/xdmcp.c: Include Xtrans.h when building for WIN32
Colin Harrison
1
-0
/
+4
2015-04-21
Convert os/* to new *allocarray functions
Alan Coopersmith
2
-7
/
+8
2015-04-21
Add no-fail equivalents of allocarray & reallocarray
Alan Coopersmith
1
-0
/
+10
2015-04-21
Import reallocarray() from OpenBSD
Alan Coopersmith
1
-0
/
+43
2015-04-21
Add XNFcallocarray() to allow xnfcalloc() to check for overflow
Alan Coopersmith
1
-1
/
+11
2015-03-16
os: Teach vpnprintf() how to handle "%*.*s"
Jon TURNEY
1
-4
/
+24
2015-03-16
os: XDMCP options like -query etc. should imply -listen tcp
Jon TURNEY
1
-0
/
+17
2015-03-13
Clear ListenTransConns entries in CloseWellKnownConnections
Alan Coopersmith
1
-2
/
+7
2015-03-13
os/access: fix regression in server interpreted auth
Dave Airlie
1
-1
/
+1
2015-02-10
Get rid of const warnings in XSERVER_INPUT_EVENT dtrace probe calls
Alan Coopersmith
1
-9
/
+3
2015-01-26
os: Fix timer race conditions
Nikhil Mahale
1
-15
/
+26
2015-01-02
os/xsha1.c: Add license and copyright attribution.
Carl Worth
1
-0
/
+25
2014-12-19
Move RTLD_DI_SETSIGNAL code into a separate block to quiet warning
Alan Coopersmith
1
-2
/
+4
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-12-08
unchecked malloc may allow unauthed client to crash Xserver [CVE-2014-8091]
Alan Coopersmith
1
-0
/
+4
2014-11-30
Fix overflow of ConnectionOutput->size and ->count
Peter Harris
1
-3
/
+4
2014-11-30
os: "Server terminated successfully" is not an error
Aaron Plattner
1
-2
/
+5
2014-11-12
Drop trailing whitespaces
Peter Hutterer
10
-61
/
+61
2014-10-28
os: Eliminate uninitialized value warnings from access.c
Keith Packard
1
-8
/
+8
2014-10-27
os: -displayfd should check ports up to 65535
Jon TURNEY
1
-1
/
+1
2014-10-23
If fork fails in System(), don't fallthrough to exec()
Alan Coopersmith
1
-0
/
+1
[next]