forked from neutrinolabs/xrdp
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge upstream/devel (deb8a317) into macos-tumod #3
Open
unstabler
wants to merge
36
commits into
macos-tumod
Choose a base branch
from
sync-upstream/230905
base: macos-tumod
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…_H would get undefined by check.h.
Included os_calls.h first in unit tests
sesexec.c: In function ‘main’: sesexec.c:521:1: error: control reaches end of non-void function [-Werror=return-type] sound.c: In function ‘process_pcm_message’: sound.c:1123:21: error: ‘for’ loop initial declarations are only allowed in C99 mode for (int i = 0; i < send_silence_times; i++) ^ sound.c:1123:21: note: use option -std=c99 or -std=gnu99 to compile your code These fixes are in line with our coding standard and have no functional change.
Fix compile errors detected by the older gcc 4.8.5 compiler:-
This call provides a textual representation of a signal number, i.e. SIGHUP is mapped to "SIGHUP" Unit tests are also added.
in bug report template
Introduce Issue template
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
…_2_11 Bump cppcheck to v2.11
…tion_signal Log xrdp termination signals
Add syscall filtering to xrdp systemd unit
…plate Clarify RHEL support options
Use the official Windows clipboard format names where appropriate Replace g_file_format_id with g_file_group_descriptor_format_id as the latter name is more descriptive of what is described in [MS-ECLIP]
Clipboard updates
Check auth_start_session() result
Adds optional calls to GNOME and KDE keyrings for Debian and Arch. Also upstreams a current Debian patch to call pam_env.so
--- waitforx --- CCLD waitforx ld: error: unable to find library -lX11 ld: error: unable to find library -lXrandr cc: error: linker command failed with exit code 1 (use -v to see invocation) *** [waitforx] Error code 1
Cppcheck 2.8 removed the dependency on z3
waitforx: fix build
Add GNOME/KDE keyring support for Debian/Arch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.