xrdp/sesman
Koichiro IWAO 2f1196bdc4 Fix CI failure after 8484767
libscp_v0.c:228:52: error: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Werror=sign-compare]
  228 |         if ((trans->in_s->end - trans->in_s->data) < trans->header_size)
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
2022-12-09 23:21:26 +09:00
..
chansrv Merge pull request from GHSA-3jmx-f6hv-95wg 2022-12-09 22:10:33 +09:00
libscp Fix CI failure after 8484767 2022-12-09 23:21:26 +09:00
tools fix typos 2022-09-11 11:47:11 +09: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
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 sesman : Move global declarations to sesman.h 2022-03-03 17:01: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 sesman : Move global declarations to sesman.h 2022-03-03 17:01:55 +00:00
scp_v1_mng.h Removed struct SCP_CONNECTION type entirely 2021-07-27 13:36:34 +01:00
scp_v1.c sesman : Move global declarations to sesman.h 2022-03-03 17:01:55 +00:00
scp_v1.h work on moving to trans for scp v1 2021-07-27 13:36:32 +01:00
scp.c sesman : Move global declarations to sesman.h 2022-03-03 17:01:55 +00:00
scp.h Module testing now OK 2021-07-27 13:36:34 +01:00
sesman.c Open log in sesman before reading config 2022-05-19 09:18:41 +09:00
sesman.h Fix signal handling in sesman 2022-03-04 11:37:45 +00:00
sesman.ini.in fix typos 2022-09-11 11:47:11 +09:00
session.c fix typos 2022-09-11 11:47:11 +09:00
session.h Create shared GUID module to simplify session guid handling 2021-11-25 13:29:55 +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 fix typos 2022-09-11 11:47:11 +09: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 Remove unnecessary data from struct t_auth_info 2022-11-28 10:20:58 +00: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