4 Oct
2025
4 Oct
'25
9:48 a.m.
Implement NetValidatePasswordPolicy and NetValidatePasswordPolicyFree as stubs returning NERR_Success. This prevents crashes in some apps that probe password policy support. Fyi, this fixes a crash on Solidworks installer. Actual implementation requires LSASS and SAM and this stub is possibly the only feasible fix for years to come. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9101