xrdp/sesman/tools
matt335672 0db849fc5c Move SCP to a Unix Domain Socket
The TCP socket implementation of sesman has a number of limitations,
namely that it is affected by firewalls, and also that determining the
user on the other end requires a full authentication process.

The advantage of the TCP socket is that sesman and xrdp can be run on
separate machines. This is however not supported by the xorgxrdp
backend (shared memory), and is insecure, in that passwords are sent
in-the-clear, and the connection is susceptible to MitM attacks. This
architecture has been deprecated in release notes since xrdp v0.9.17,
and although it will continue to be supported in any further releases
in the x0.9.x series, it will not be supported in the next major
version.
2022-04-18 09:12:35 +01:00
..
config.c Include config_ac.h from all source files 2017-03-04 00:52:34 -08:00
dis.c Move get_display_num_from_display to string_calls module 2021-04-13 12:16:00 +01:00
Makefile.am tools: Moved to new SCP interface 2022-03-15 10:45:00 +00:00
sesadmin.c Move SCP to a Unix Domain Socket 2022-04-18 09:12:35 +01:00
sesrun.c Move SCP to a Unix Domain Socket 2022-04-18 09:12:35 +01:00
tools_common.c tools: Moved to new SCP interface 2022-03-15 10:45:00 +00:00
tools_common.h tools: Moved to new SCP interface 2022-03-15 10:45:00 +00:00
xcon.c Include config_ac.h from all source files 2017-03-04 00:52:34 -08:00