Skip to content

Conversation

@devolutionsbot
Copy link
Contributor

🤖 New release

  • sspi: 0.18.5 -> 0.18.6 (✓ API compatible changes)
Changelog

[0.18.6] - 2026-01-05

Bug Fixes

  • Accept variable-length MsvAvSingleHost AvPair (#580) (28f8d74b8c)

    Windows 11 Build 26200+ sends an 80-byte MsvAvSingleHost structure
    instead of the traditional 48 bytes. Per MS-NLMP specification, fields
    after MachineID MUST be ignored on receipt.

    This change:

    • Changes SingleHost from fixed [u8; 48] to Vec
    • Relaxes validation from == 48 to >= 48 bytes
    • Preserves full data for round-trip serialization

    Fixes RDP credential injection failures when clients use Windows 11
    Build 26200 or later.


This PR was generated with release-plz.

@devolutionsbot devolutionsbot force-pushed the release-plz/2026-01-05T20-22-27Z branch from 4776a1e to 0facf76 Compare January 5, 2026 20:52
@CBenoit CBenoit enabled auto-merge (squash) January 9, 2026 17:36
@CBenoit CBenoit merged commit 0175ede into master Jan 9, 2026
63 checks passed
@CBenoit CBenoit deleted the release-plz/2026-01-05T20-22-27Z branch January 9, 2026 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants