xrdp/sesman
Pavel Roskin fc2572f60b Remove chansrv_cleanup(), it doesn't do anything useful
xrdp_chansrv_%8.8x_main_term and xrdp_chansrv_%8.8x_thread_done are both
wait objects, not sockets. They are created and cleaned up in chansrv.c

Wait objects are pairs of file descriptors on POSIX. They are closed
automatically when the process exits.

On Windows, wait objects are handles that are closed by CloseHandle().
Those handles should also be closed on the process exit.

In any case, there is no way for a parent process to clean up file
handles of the child process.
2017-03-17 22:25:05 -07:00
..
chansrv chansrv: dvc, check channel exists on get/remove api struct 2017-03-16 00:20:10 +02:00
libscp Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
sessvc Remove chansrv_cleanup(), it doesn't do anything useful 2017-03-17 22:25:05 -07:00
tools Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
access.c Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
access.h Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
auth.h Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
config.c Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
config.h Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
Doxyfile preparing sources to add new sesman control protocol 2006-05-26 13:10:14 +00:00
env.c Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
env.h Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
Makefile.am Remove trailing whitespace 2017-02-08 13:30:56 +09:00
scp_v0.c Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
scp_v0.h Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
scp_v1_mng.c Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
scp_v1_mng.h Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
scp_v1.c Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
scp_v1.h Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
scp.c Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
scp.h Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
sesman.c Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
sesman.h Don't include config_ac.h from any header files 2017-03-04 00:52:34 -08:00
sesman.ini docs: remove IdleTimeLimit until it is actually implemented 2017-01-31 05:07:06 -03:00
session.c Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
session.h Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
sig.c Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
sig.h Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
startwm.sh startwm.sh: make sure sourced scripts are readable 2016-02-12 23:52:45 -08:00
verify_user_bsd.c Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
verify_user_kerberos.c Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
verify_user_pam_userpass.c Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
verify_user_pam.c Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
verify_user.c Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
xauth.c Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
xauth.h Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00