xrdp/sesman
matt335672 9c30d4c2f8 Add lock_uds module to sesman
When sesman used a standard TCP socket, we were guaranteed only one copy
of sesman could run on on address, as standard TCP listening rules
enforced this. This isn't the case with Unix Domain sockets. This
module implements a locking mechanism for a UDS which emulates the
standard TCP socket behaviour.
2022-04-18 09:09:46 +01:00
..
chansrv Remove unnecessary log message 2022-02-16 11:59:56 +00:00
tools tools: Moved to new SCP interface 2022-03-15 10:45:00 +00:00
access.c sesman : Move global declarations to sesman.h 2022-03-03 17:01:55 +00: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 Extend In/Outbound text,file,image restriction respectively 2022-01-14 10:17:02 +09:00
config.h Extend In/Outbound text,file,image restriction respectively 2022-01-14 10:17:02 +09:00
Doxyfile preparing sources to add new sesman control protocol 2006-05-26 13:10:14 +00:00
env.c sesman : Move global declarations to sesman.h 2022-03-03 17:01:55 +00:00
env.h Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
lock_uds.c Add lock_uds module to sesman 2022-04-18 09:09:46 +01:00
lock_uds.h Add lock_uds module to sesman 2022-04-18 09:09:46 +01:00
Makefile.am Add lock_uds module to sesman 2022-04-18 09:09:46 +01:00
notes.txt Move sesman to new SCP interface 2022-03-15 10:45:00 +00:00
reconnectwm.sh sesman: install empty reconnectwm.sh as a template 2017-06-20 13:40:05 +09:00
scp_process.c Add fail2ban logging to PAM authentication requests 2022-03-15 10:45:00 +00:00
scp_process.h Move sesman to new SCP interface 2022-03-15 10:45:00 +00:00
sesman.c Open log in sesman before reading config 2022-03-28 19:00:23 +01:00
sesman.h Move sesman to new SCP interface 2022-03-15 10:45:00 +00:00
sesman.ini.in Add sesman.ini new text/file/image restriction settings 2022-01-14 10:17:02 +09:00
session.c Move sesman to new SCP interface 2022-03-15 10:45:00 +00:00
session.h Move sesman to new SCP interface 2022-03-15 10:45:00 +00:00
sig.c Fix signal handling in sesman 2022-03-04 11:37:45 +00:00
sig.h Fix signal handling in sesman 2022-03-04 11:37:45 +00:00
startwm.sh Adding (working) stanza for Apline to startwm.sh 2021-09-27 14:41:44 +01:00
verify_user_bsd.c sesman : Move global declarations to sesman.h 2022-03-03 17:01:55 +00:00
verify_user_kerberos.c Fix regressions in auth modules 2020-12-29 09:48:01 +00:00
verify_user_pam_userpass.c Fix regressions in auth modules 2020-12-29 09:48:01 +00:00
verify_user_pam.c Replace snprintf() with g_snprintf() 2021-06-17 15:15:59 +01:00
verify_user.c sesman : Move global declarations to sesman.h 2022-03-03 17:01:55 +00:00
xauth.c Moved a lot of string funcs to string_calls module 2020-12-22 11:57:24 +00:00
xauth.h Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00