GUACAMOLE-2273: Implement FreeRDP AuthenticateEx callback and handle deprecation of Authenticate callback. - #670
Merged
Conversation
necouchman
marked this pull request as draft
May 4, 2026 01:44
necouchman
force-pushed
the
jira/2273
branch
2 times, most recently
from
May 4, 2026 15:44
7696572 to
58d152a
Compare
necouchman
marked this pull request as ready for review
May 4, 2026 15:47
Contributor
Author
|
@mike-jumper @corentin-soriano @sschiffli Anyone do a quick review of this? |
necouchman
force-pushed
the
jira/2273
branch
4 times, most recently
from
July 15, 2026 17:37
675b8c4 to
cf038c1
Compare
mike-jumper
reviewed
Jul 15, 2026
…deprecation of Authenticate callback.
mike-jumper
requested changes
Jul 19, 2026
necouchman
force-pushed
the
jira/2273
branch
2 times, most recently
from
July 21, 2026 00:08
1408ed8 to
e0857b8
Compare
mike-jumper
requested changes
Jul 23, 2026
necouchman
force-pushed
the
jira/2273
branch
3 times, most recently
from
July 24, 2026 01:08
57eb0a0 to
c2069f2
Compare
mike-jumper
requested changes
Jul 27, 2026
mike-jumper
left a comment
Contributor
There was a problem hiding this comment.
Everything else: LGTM!
…sons; support requesting gateway authentication.
mike-jumper
approved these changes
Jul 28, 2026
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
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.
This pull request implements the
AuthenticateExcallback for FreeRDP, and handles versions of FreeRDP where theAuthenticatecallback has been deprecated and compiled out.