xrdp/xrdpapi
matt335672 675dd77807 Parameterise the sockdir with the UID of the user
The top level socket directory is now called XRDP_SOCKET_ROOT_PATH.
Below that are user-specific directories referred to with the
XRDP_SOCKET_PATH macro - this name is hard-coded into xorgxrdp and
the audio modules as an environment variable.

XRDP_SOCKET_PATH now looks like $XRDP_SOCKET_ROOT_PATH/<uid>

XRDP_SOCKET_PATH is only writeable by the user, and readable by the user
and the xrdp process.
2023-10-23 18:14:46 +01:00
..
Makefile.am Parameterise the sockdir with the UID of the user 2023-10-23 18:14:46 +01:00
simple.c
vrplayer.c fixed Cppcheck `unusedVariable` warnings 2023-09-04 23:47:56 +02:00
vrplayer.mk
xrdp-ssh-agent.c Replace select() system call with poll() 2023-02-13 14:28:29 +00:00
xrdpapi.c Parameterise the sockdir with the UID of the user 2023-10-23 18:14:46 +01:00
xrdpapi.h