xrdp/sesman
matt335672 d77b0b3b9d 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 15:12:51 +01:00
..
chansrv Fix compile errors detected by the older gcc 4.8.5 compiler:- 2023-06-07 20:21:54 +01:00
libsesman Remove size limit for PAM environment variables 2023-05-31 16:39:42 +01:00
sesexec Fix compile errors detected by the older gcc 4.8.5 compiler:- 2023-06-07 20:21:54 +01:00
tools Bump cppcheck to v2.11 2023-06-23 15:12:51 +01:00
Doxyfile
Makefile.am Changes to autotools stuff for sesexec 2023-05-02 11:55:23 +01:00
eicp_process.c Add libipm interfaces to sesman 2023-05-02 11:55:22 +01:00
eicp_process.h Add libipm interfaces to sesman 2023-05-02 11:55:22 +01:00
ercp_process.c Add libipm interfaces to sesman 2023-05-02 11:55:22 +01:00
ercp_process.h Add libipm interfaces to sesman 2023-05-02 11:55:22 +01:00
lock_uds.c Split g_file_open() into _ro() and _rw() variants 2023-05-15 17:38:31 -04:00
lock_uds.h 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
pre_session_list.c Create pre-session list 2023-05-02 11:55:22 +01:00
pre_session_list.h Create pre-session list 2023-05-02 11:55:22 +01:00
reconnectwm.sh sesman: install empty reconnectwm.sh as a template 2017-06-20 13:40:05 +09:00
scp_process.c Rework sesman with new files 2023-05-02 11:55:23 +01:00
scp_process.h Rework sesman with new files 2023-05-02 11:55:23 +01:00
sesexec_control.c Add sesexec control module 2023-05-02 11:55:22 +01:00
sesexec_control.h Add sesexec control module 2023-05-02 11:55:22 +01:00
sesman.c Split g_file_open() into _ro() and _rw() variants 2023-05-15 17:38:31 -04:00
sesman.h Rework sesman with new files 2023-05-02 11:55:23 +01:00
sesman.ini.in Add XorgNoNewPrivileges configuration option 2023-05-15 17:40:46 -04:00
session_list.c Move Linux's no_new_privs call into os_calls 2023-05-15 17:40:46 -04:00
session_list.h Rework sesman with new files 2023-05-02 11:55:23 +01:00
sig.c Rework sesman with new files 2023-05-02 11:55:23 +01:00
sig.h Rework sesman with new files 2023-05-02 11:55:23 +01:00
startwm.sh change comment a bit 2023-02-22 20:59:37 +09:00