xrdp/sesman
matt335672 7e514bf339 Bump cppcheck to v2.11
This fixes the following errors:-

sesman/tools/authtest.c:64:14: error: syntax error [syntaxError]
    g_printf("xrdp auth module tester v" PACKAGE_VERSION "\n");
             ^
sesman/tools/sesrun.c:165:14: error: syntax error [syntaxError]
    g_printf("xrdp session starter v" PACKAGE_VERSION "\n");
             ^
vrplayer/decoder.h:35:12: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro]
    public slots:
           ^
vrplayer/playaudio.h:45:12: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro]
    public slots:
           ^
vrplayer/dlgabout.h:22:13: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro]
    private slots:
            ^
vrplayer/playvideo.h:49:12: error: There is an unknown macro here somewhere. Configuration is required. If slots is a macro then please configure it. [unknownMacro]
    public slots:
           ^
Additionally, cppcheck now makes use of all available CPUs
2023-06-23 17:05:21 +01:00
..
chansrv chansrv: don't free item on stack 2023-03-27 10:11:23 +01:00
libscp Fix CI failure after 8484767 2022-12-09 23:21:26 +09:00
tools Bump cppcheck to v2.11 2023-06-23 17:05:21 +01: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 Allow longer UserWindowManager strings 2023-05-02 12:06:30 +01:00
config.h Allow longer UserWindowManager strings 2023-05-02 12:06:30 +01:00
Doxyfile
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 Make pam.d directory configurable 2023-02-27 10:49:08 +00: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 sesman: fix help message alignment 2023-03-08 13:07:33 +09:00
sesman.h Fix signal handling in sesman 2022-03-04 11:37:45 +00:00
sesman.ini.in sesman: Prevent the use of 'alternate shell' 2023-04-17 22:34:19 +02:00
session.c sesman: Prevent the use of 'alternate shell' 2023-04-17 22:34:19 +02: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 Tiny fix in pseudocode description of startwm.sh 2023-01-18 15:07:10 +00: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 Bump cppcheck to v2.11 2023-06-23 17:05:21 +01:00
verify_user_pam.c Remove size limit for PAM environment variables 2023-05-31 16:30:58 +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