[Bug 57688] New: secur32:GetUserNameExW NameFormat [8,12] not implemented
https://bugs.winehq.org/show_bug.cgi?id=57688 Bug ID: 57688 Summary: secur32:GetUserNameExW NameFormat [8,12] not implemented Product: Wine Version: 10.0-rc5 Hardware: x86-64 URL: https://learn.microsoft.com/en-us/windows/win32/api/se cext/ne-secext-extended_name_format OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: secur32 Assignee: wine-bugs(a)winehq.org Reporter: winehq.tabloid372(a)passmail.net Distribution: Fedora In ``` 0148:fixme:secur32:GetUserNameExW NameFormat 8 not implemented 0158:fixme:secur32:GetUserNameExW NameFormat 12 not implemented ``` enum values not handled in the switch https://github.com/wine-mirror/wine/blob/master/dlls/secur32/secur32.c#L1166 ``` NameUserPrincipal = 8, [..] NameDnsDomain = 12, ``` Since `NameSamCompatible` is already implemented in the upper part of the switch and we have a domain then `NameDnsDomain` should be composable in a fairly trivial way. Additionally, `NameUserPrincipal` seems to be a simpler version of that logic with a calls to: ``` GetUserNameW(usrname, &len)) GetComputerNameW(samname, &len)) -> usrname+'@'+samname. ``` If I am not mistaken? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57688 Oberon Engineering <winehq.tabloid372(a)passmail.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |57662 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57688 Zeb Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |z.figura12(a)gmail.com Resolution|--- |INVALID --- Comment #1 from Zeb Figura <z.figura12(a)gmail.com> --- Resolving INVALID; see bug 57687. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57688 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Austin English <austinenglish(a)gmail.com> --- Closing. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla