xserver/os
Daniel Stone 7b7db8ced2 Don't make failure to -nolisten fatal
If failing to disable a protocol specified by -nolisten failed, we'd
throw a FatalError and bomb startup entirely.  From poking at xtrans, it
looks like the only way we can get a failure here is because we've
specified a protocol name which doesn't exist, which probably doesn't
constitute a security risk.

And it makes it possible to start gdm even though you've built with
--disable-tcp-transport.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
(cherry picked from commit 656af2c7e7)
2012-08-01 18:02:06 -07:00
..
.gitignore dix and os: gitignore dix.O and os.O 2011-09-23 17:14:47 -07:00
access.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
auth.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
backtrace.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
client.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
connection.c Initialize padding bits to 0 in ErrorConnMax() 2012-08-01 17:59:52 -07:00
io.c Set padding bytes to 0 in WriteToClient 2012-08-01 17:59:40 -07:00
log.c os/log: refactor logging 2012-05-14 15:54:05 +10:00
Makefile.am Move to autoconf standard function name checks & defines 2011-12-05 14:32:45 -08:00
mitauth.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
oscolor.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
osdep.h Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
osinit.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
rpcauth.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
strcasecmp.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
strcasestr.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
strlcat.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
strlcpy.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
strndup.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
utils.c Don't make failure to -nolisten fatal 2012-08-01 18:02:06 -07:00
WaitFor.c os: make timers signal-safe 2012-05-03 11:23:52 +10:00
xdmauth.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
xdmcp.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
xprintf.c os/xprintf: add Xvscnprintf and Xscnprintf 2012-05-14 15:54:02 +10:00
xsha1.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00
xstrans.c Introduce a consistent coding style 2012-03-27 11:50:40 -07:00