]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commit
Check the version of the X server we are running so we correctly pass -listen tcp...
authorRobert Ancell <robert.ancell@canonical.com>
Wed, 14 Oct 2015 16:00:30 +0000 (17:00 +0100)
committerRobert Ancell <robert.ancell@canonical.com>
Wed, 14 Oct 2015 16:00:30 +0000 (17:00 +0100)
commit3ad8476006d1b44521ab4d70c59a7cee39e8ec55
tree445f924570f61311b2a98f8779c48e4ec900ed37
parentbe7cd2e3d9e56b3f8b25ae6e8966c769851fe2aa
Check the version of the X server we are running so we correctly pass -listen tcp when required.

Also add tests for xserver-allow-tcp function and check in all cases we are listening on tcp/unix only when appropriate.
14 files changed:
src/x-server-local.c
src/x-server-local.h
tests/Makefile.am
tests/scripts/allow-tcp-xorg-1.16.conf [new file with mode: 0644]
tests/scripts/allow-tcp-xorg-1.17.conf [new file with mode: 0644]
tests/scripts/xdmcp-client.conf
tests/scripts/xdmcp-server-autologin.conf
tests/scripts/xdmcp-server-double-login.conf
tests/scripts/xdmcp-server-guest.conf
tests/scripts/xdmcp-server-login.conf
tests/scripts/xdmcp-server-open-file-descriptors.conf
tests/src/X.c
tests/test-allow-tcp-xorg-1.16 [new file with mode: 0755]
tests/test-allow-tcp-xorg-1.17 [new file with mode: 0755]