summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Expand)AuthorFilesLines
2015-10-27os: make sure the clientsWritable fd_set is initialized before useMartin Peres1-0/+1
2015-10-26xdmcp: Declare XdmcpFatal _X_NORETURNJeremy Huddleston1-0/+1
2015-10-26xdmauth: Correct miscall of abs() to instrad call labs()Jeremy Huddleston1-2/+2
2015-10-26os/xdmcp: Just send XDMCP keepalive packets once every three minutesKeith Packard1-18/+2
2015-10-26os/xdmcp: Remove dead 'restart' codeKeith Packard1-13/+1
2015-10-26Keep SIGALRM restart flag after PopenDaniel Drake1-11/+38
2015-10-26Allow system call restarts upon signal interruptionDaniel Drake1-0/+1
2015-07-29Get rid of const warnings in XSERVER_INPUT_EVENT dtrace probe callsAlan Coopersmith1-9/+3
2015-06-03backtrace.c: Fix word cast to a pointerVicente Olivert Riera1-2/+2
2015-06-03os: support new implicit local user access mode [CVE-2015-3164 2/3]Ray Strode2-4/+113
2015-06-03os/utils.c: Don't try to build os_move_fd() for WIN32Colin Harrison1-0/+2
2015-06-03os/xdmcp.c: Include Xtrans.h when building for WIN32Colin Harrison1-0/+4
2015-06-03os: Teach vpnprintf() how to handle "%*.*s"Jon TURNEY1-4/+24
2015-06-03os: XDMCP options like -query etc. should imply -listen tcpJon TURNEY1-0/+17
2015-06-03Clear ListenTransConns entries in CloseWellKnownConnectionsAlan Coopersmith1-2/+7
2015-06-03os/access: fix regression in server interpreted authDave Airlie1-1/+1
2015-01-26os: Fix timer race conditionsNikhil Mahale1-15/+26
2015-01-02os/xsha1.c: Add license and copyright attribution.Carl Worth1-0/+25
2014-12-19Move RTLD_DI_SETSIGNAL code into a separate block to quiet warningAlan Coopersmith1-2/+4
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-12-08unchecked malloc may allow unauthed client to crash Xserver [CVE-2014-8091]Alan Coopersmith1-0/+4
2014-11-30Fix overflow of ConnectionOutput->size and ->countPeter Harris1-3/+4
2014-11-30os: "Server terminated successfully" is not an errorAaron Plattner1-2/+5
2014-11-12Drop trailing whitespacesPeter Hutterer10-61/+61
2014-10-28os: Eliminate uninitialized value warnings from access.cKeith Packard1-8/+8
2014-10-27os: -displayfd should check ports up to 65535Jon TURNEY1-1/+1
2014-10-23If fork fails in System(), don't fallthrough to exec()Alan Coopersmith1-0/+1
2014-09-22os: Don't listen to 'tcp' by default. Add '-listen' option. [v2]Keith Packard1-0/+29
2014-09-18xserver: Move 'pragma GCC diagnostic' outside functionsJon TURNEY1-6/+4
2014-09-17Update help text since -iglx is now the defaultJon TURNEY1-2/+2
2014-09-11glx: Disable indirect GLX contexts by default.Eric Anholt1-1/+1
2014-09-11os/log: adjust gcc version conditions for #pragmaThomas Petazzoni1-2/+2
2014-08-12Merge remote-tracking branch 'jeremyhu/master'Keith Packard1-7/+0
2014-08-12os: Regenerate os/oscolor.c from app/rgb #52289Daphne Pfister1-745/+809
2014-08-11ListenOnOpenFD: Remove Resets since this is intended to be for hotplugging co...Jeremy Huddleston Sequoia1-7/+0
2014-07-29os: Remove LocalClientCredAdam Jackson1-27/+0
2014-07-29os: Remove deprecated malloc/free wrappersAdam Jackson1-48/+0
2014-07-17Avoid starting a comment with */*Peter Harris1-3/+3
2014-07-10os: prevent negative array index access (#80890)Peter Hutterer1-1/+1
2014-05-23os: automatically switch to sigsafe logging when neededPeter Hutterer1-32/+33
2014-04-30os: Add -displayfd into -help textRobert Ancell1-0/+1
2014-04-23Add a command line argument for disabling indirect GLX.Eric Anholt1-0/+8
2014-04-21os: Initialize the set of signals to be suppressed during our handler.Eric Anholt1-0/+1
2014-04-18os: Ignore log file write failuresKeith Packard1-2/+8
2014-04-18os: Make sure that writing our pid to the lock file actually workedKeith Packard1-1/+2
2014-04-18os: FatalError if -displayfd writes failKeith Packard1-2/+4
2014-04-18os: Clear the -displayfd option after closing the fileKeith Packard1-0/+1
2014-03-27Handle -displayfd and an explicit display number sensiblyJon TURNEY2-7/+7
2014-03-25os: Add AddClientOnOpenFD() to create a new client for an file descriptorKristian Høgsberg1-0/+27