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

[v0.10] cherry-picks #3183

Merged
merged 3 commits into from
Jul 31, 2024
Merged

Commits on Jul 30, 2024

  1. GFX: selectable lossy compression levels

    (cherry picked from commit e3c83c5)
    metalefty committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    4d4ecdc View commit details
    Browse the repository at this point in the history
  2. Remove Licensing exchange

    Replaces the existing licensing exchange with a single PDU
    saying the user will not issue a license.
    
    This is necessary for clients on FIPS-compliant systems, as these
    are unable to decode the licensing exchange packets, due to outdated
    cyphers.
    
    (cherry picked from commit cc4a4c9)
    matt335672 authored and metalefty committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3108a85 View commit details
    Browse the repository at this point in the history
  3. Replace binary blob with specified data

    This commit changes the license response PDU to be constructed rather
    than simply being contained as a binary blob.
    
    Some constants in common/ms-rdpbcgr.h are renamed with the values
    from the specification.
    
    (cherry picked from commit 52dd88b)
    matt335672 authored and metalefty committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b343ca2 View commit details
    Browse the repository at this point in the history