xrdp/sesman
Kentaro Hayashi fb1c4ec945 Block outbound clipboard text/image/file respectively
RestrictOutboundClipboard kills all of test/file/image
transfer via clipboard.

For controlling each content type behavior,
clipboard_xevent is not appropriate place to block respectively.

Instead, in clipboard_event_selection_notify, these media type
will be blocked which depends on the following configurations in
sesman.ini [Security] section.

  * RestrictOutboundClipboard=text
  * RestrictOutboundClipboard=file
  * RestrictOutboundClipboard=image

You can also set comma separated list

  * RestrictOutboundClipboard=text, file, image
2022-01-14 10:17:02 +09:00
..
chansrv Block outbound clipboard text/image/file respectively 2022-01-14 10:17:02 +09:00
libscp Changes to libtrans interface 2021-11-25 13:30:34 +00:00
tools Modify sesrun to use common SCP V0 interface 2021-11-25 13:30:34 +00:00
access.c Moved a lot of string funcs to string_calls module 2020-12-22 11:57:24 +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 Minor const and comment fixes 2021-07-27 13:36:34 +01:00
env.h Eliminate APP_CC and DEFAULT_CC 2017-03-14 00:21:48 -07:00
Makefile.am Split development option into separate things 2021-05-28 10:57:12 +01:00
notes.txt Address review comments 2021-07-27 13:36:34 +01:00
reconnectwm.sh sesman: install empty reconnectwm.sh as a template 2017-06-20 13:40:05 +09:00
scp_v0.c Create shared GUID module to simplify session guid handling 2021-11-25 13:29:55 +00:00
scp_v0.h work on moving to trans for scp v1 2021-07-27 13:36:32 +01:00
scp_v1_mng.c Removed struct SCP_CONNECTION type entirely 2021-07-27 13:36:34 +01:00
scp_v1_mng.h Removed struct SCP_CONNECTION type entirely 2021-07-27 13:36:34 +01:00
scp_v1.c Address review comments 2021-10-25 11:35:35 +01:00
scp_v1.h work on moving to trans for scp v1 2021-07-27 13:36:32 +01:00
scp.c Module testing now OK 2021-07-27 13:36:34 +01:00
scp.h Module testing now OK 2021-07-27 13:36:34 +01:00
sesman.c Address review comments 2021-07-27 13:36:34 +01:00
sesman.h Module testing now OK 2021-07-27 13:36:34 +01:00
sesman.ini.in Add Nautilus 3 compatibility 2021-09-16 10:02:02 +01:00
session.c Create shared GUID module to simplify session guid handling 2021-11-25 13:29:55 +00:00
session.h Create shared GUID module to simplify session guid handling 2021-11-25 13:29:55 +00:00
sig.c sesman: work on moving sesman to trans, v0 scp working 2021-07-27 13:35:43 +01:00
sig.h Fixing formatting with astyle 2021-05-08 16:58:11 +00:00
startwm.sh Adding (working) stanza for Apline to startwm.sh 2021-09-27 14:41:44 +01:00
verify_user_bsd.c Migrating logging to LOG() and LOG_DEVEL() in sesman/* 2020-11-30 00:36:20 +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 Fix regressions in auth modules 2020-12-29 09:48:01 +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