Skip to content
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

Add support to send a ServerRedirection PDU #8252

Merged
merged 1 commit into from
Sep 28, 2022

Conversation

joantolo
Copy link
Contributor

This PR should add the functionality of sending a Server Redirection PDU to a connected RDP client.

It has been implemented following the style of core.redirection.

I have tested with an xfreerdp client and recognises all fields properly. The client reconnects as expected.

I'm not sure if this method should be located in another place. It would be helpful if someone who knows more about this could point where it would make more sense to be located.

I assume this should be on the stable-2.0 branch too.

Thank you.

@freerdp-bot
Copy link

Can one of the admins verify this patch?

Copy link
Contributor

@hardening hardening left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Except my remark, LGTM

@hardening
Copy link
Contributor

@freerdp-bot test that please

@freerdp-bot
Copy link

Refer to this link for build results (access rights to CI server needed):
https://ci.freerdp.com//job/PullRequestTester/8001/

@hardening
Copy link
Contributor

@freerdp-bot can you re test that ?

@freerdp-bot
Copy link

Refer to this link for build results (access rights to CI server needed):
https://ci.freerdp.com//job/PullRequestTester/8002/

libfreerdp/core/peer.c Outdated Show resolved Hide resolved
libfreerdp/core/peer.c Outdated Show resolved Hide resolved
libfreerdp/core/peer.c Outdated Show resolved Hide resolved
Copy link
Member

@akallabeth akallabeth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please address the (minor) remarks and run git clang-format on the source to enforce coding guidelines.
Other than that LGTM, nice work!

@akallabeth akallabeth added this to the next milestone Sep 28, 2022
Copy link
Member

@akallabeth akallabeth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@akallabeth
Copy link
Member

@freerdp-bot test

@freerdp-bot
Copy link

Refer to this link for build results (access rights to CI server needed):
https://ci.freerdp.com//job/PullRequestTester/8008/

@akallabeth akallabeth merged commit d63f232 into FreeRDP:master Sep 28, 2022
gnomesysadmins pushed a commit to GNOME/gnome-remote-desktop that referenced this pull request Nov 4, 2023
This method will be used by daemon-system to send a server redirection PDU to
a RDP client on handover process.

To send the server redirection PDU it is using the recently merged method from
FreeRDP: FreeRDP/FreeRDP#8252 .
gnomesysadmins pushed a commit to GNOME/gnome-remote-desktop that referenced this pull request Nov 4, 2023
This method will be used by daemon-system to send a server redirection PDU to
a RDP client on handover process.

To send the server redirection PDU it is using the recently merged method from
FreeRDP: FreeRDP/FreeRDP#8252 .
joantolo added a commit to joantolo/gnome-remote-desktop that referenced this pull request Nov 23, 2023
This method will be used by daemon-system to send a server redirection PDU to
a RDP client on handover process.

To send the server redirection PDU it is using the recently merged method from
FreeRDP: FreeRDP/FreeRDP#8252 .
joantolo added a commit to joantolo/gnome-remote-desktop that referenced this pull request Nov 23, 2023
This method will be used by daemon-system to send a server redirection PDU to
a RDP client on handover process.

To send the server redirection PDU it is using the recently merged method from
FreeRDP: FreeRDP/FreeRDP#8252 .
joantolo added a commit to joantolo/gnome-remote-desktop that referenced this pull request Nov 24, 2023
This method will be used by daemon-system to send a server redirection PDU to
a RDP client on handover process.

To send the server redirection PDU it is using the recently merged method from
FreeRDP: FreeRDP/FreeRDP#8252 .
joantolo added a commit to joantolo/gnome-remote-desktop that referenced this pull request Nov 27, 2023
This method will be used by daemon-system to send a server redirection PDU to
a RDP client on handover process.

To send the server redirection PDU it is using the recently merged method from
FreeRDP: FreeRDP/FreeRDP#8252 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants