On Mon May 18 07:12:06 2026 +0000, Hans Leidekker wrote:
ntlm_auth is not part of Wine. It's a tool from the Samba project. Right, ntlm_auth is external to Wine.
However, this patch is not trying to special-case Android or decide whether ntlm_auth should be supported there. It only adds a fallback for systems where posix_spawn() is not available. Even if Android is currently the only such target in practice, disabling ntlm_auth there would be a separate change and could accidentally break setups that provide a Samba ntlm_auth-compatible helper. It would also mask the posix_spawn() portability issue rather than fixing it. I'd prefer to keep the existing ntlm_auth behavior unchanged and only make the helper startup path work without posix_spawn(). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10926#note_140328