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

Enhance MS-RDPELE support #42

Merged
merged 2 commits into from
Oct 16, 2024
Merged

Enhance MS-RDPELE support #42

merged 2 commits into from
Oct 16, 2024

Conversation

zmb3
Copy link

@zmb3 zmb3 commented Oct 11, 2024

Our current implementation of MS-RDPELE is insufficient. We'll need to add hooks for client-side license storage, but before we can do that we need to parse additional metadata from the licensing PDUs.

Add support for additional messages that are required for the
upgrade license flow.

Additionally, switch from using an MD5 checksum of the hostname
for the client identification to a user-provided UUID.
(For Teleport, this will be the UUID of the agent running the
RDP client, which ensures that each client has a stable and
unique identifier.)
@zmb3 zmb3 force-pushed the zmb3/enhance-license-parsing branch from 8516120 to f2bbe93 Compare October 13, 2024 14:16
@zmb3 zmb3 marked this pull request as ready for review October 13, 2024 14:16
@zmb3 zmb3 mentioned this pull request Oct 13, 2024
src/core/license.rs Show resolved Hide resolved
@zmb3 zmb3 force-pushed the zmb3/enhance-license-parsing branch from b87a883 to b14690c Compare October 16, 2024 21:36
@zmb3 zmb3 merged commit ced1d8e into master Oct 16, 2024
2 checks passed
@zmb3 zmb3 deleted the zmb3/enhance-license-parsing branch October 16, 2024 21:51
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.

2 participants