forked from FreeRDP/FreeRDP
-
Notifications
You must be signed in to change notification settings - Fork 10
Cherry-pick uipath commits onto 3.16 ROBO-4723 #43
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
Draft
thecristidima
wants to merge
43
commits into
base_3.16
Choose a base branch
from
chore/uipath_cherrypicks_3.16
base: base_3.16
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 hidden or 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
* build scripts * update README * default implementation for 'freerdp_channels_load_static_addin_entry' (bug in freerdp build when disable channels) Changes not added: * /libfreerdp/core/transport.c (???) * /libfreerdp\core\proxy.c (can be set from outside: settings->ProxyType = PROXY_TYPE_IGNORE;) * /winpr\libwinpr\utils\debug.c (seems to be fixed) * /winpr/include/winpr/nt.h (fixed)
* nogui free rdp client (nuget package)
(when src ==dst)
This reverts commit 0620e21.
This reverts commit de12039.
* Add customport option * don't check colordepth for session as it may be negotiated or smth
* fwd freerdp logs to logging * fwd runid from Activity * add freerdp logs filter * arrange * filters update long fire place video * remove activity support for runid * filter logging and arrange code * remove debug except ....nego * revert tests * Revert "revert tests" This reverts commit b5dcac9. * adjust filter * Revert "Revert "revert tests"" This reverts commit 1447abd. * update logs filter * TryAcquireInitLock and rearrange to use DI * review
- modify the CI to publish the NuGet package - write tests - centralize NuGet package reference via MSBuild
* - stop using Marshal.PtrToStructure - write local test * add test for non-enum structs
* add loggong tests * update logging filter for order falgs * ensure tests do not run in parallel * remove the need for host to configure logs forwarding * check for nulls on input
make it predictable
… about the need for manually recording the current TAG and HASH from the offical FreeRDP repo - install the `Microsoft.SourceLink.GitHub` NuGet in all CSPROJs so that we'll get the current Git hash appended to AssemblyInformationalVersionAttribute
- drop the TFM's "windows" constraint - add the admin parameter to the EnsureUserIsSetUp method - stop adding created users to "Remote Desktop Users"
- create an helper method for the 8 cases where we create RdpConnectionSettings from UserExistsDetail
* FreeRDP updates - copied branch "uipath" and rebased onto tag "2.11.2" - bumped OpenSSL to tag "openssl-3.0.12" - fixed breaks: - updated linker deps in FreeRdpWrapper for both Debug and Release - build openssl with no dynamic legacy modules - build freerdp with channels (wfreerdp.exe didn't work without channels) - ProcessRunner simplification - Increase DefaultTimeout to 2 minutes (on CI some tine "netsh" coomand takes more than 30 seconds)
… the final message pretty
* commission separate list of prefixes for filtering original warnings * unit test
[ROBO-3413] fix rdp license leak
…tes (#38) Usernames containing these character would lead to command errors when being parsed, they have been surrounded by double quotes where possible or explicit handling has been added. Co-authored-by: Daniel Stanciu <[email protected]>
#39) * Add optional callback that's called when FreeRDP session disconnects ROBO-3822
…OBO-4059 (#40) * Create git tag when publishing package Added option to create a tag with the same name as the published package. The tag is only created if a package was also published successfully. * Set version suffix based on branch + only create tag from uipath branch
* [ROBO-4715] fix pipeline enforcing msvc version https://uipath.atlassian.net/browse/ROBO-4715
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.
Part 1 of updating fork to 3.16.0.
Created
base_3.16
from FreeRDP tag3.16.0
and cherry-picked all commits fromuipath
branch. No conflicts have been fixed as that will be part 2 of updating the fork (next PR).There was a single commit that wasn't cherry-picked because it was empty - c17edb6