https://bugs.winehq.org/show_bug.cgi?id=42220 --- Comment #2 from Hans Leidekker <hans(a)meelstraat.net> --- ntlm_auth's behavior has changed: $ ntlm_auth --version Version 3.0.25pre1 $ ntlm_auth --helper-protocol=ntlmssp-client-1 --username=testuser --password=testpass --domain=WORKGROUP YR YR TlRMTVNTUAABAAAABYIIYAkACQAgAAAAAgACACkAAABXT1JLR1JPVVBJNQ== ^C $ echo -n "TlRMTVNTUAABAAAABYIIYAkACQAgAAAAAgACACkAAABXT1JLR1JPVVBJNQ==" | base64 -d | xxd 0000000: 4e54 4c4d 5353 5000 0100 0000 0582 0860 NTLMSSP........` 0000010: 0900 0900 2000 0000 0200 0200 2900 0000 .... .......)... 0000020: 574f 524b 4752 4f55 5049 35 WORKGROUPI5 $ ntlm_auth --version Version 4.2.14-Debian $ ntlm_auth --helper-protocol=ntlmssp-client-1 --username=testuser --password=testpass --domain=WORKGROUP YR YR TlRMTVNTUAABAAAABYIIYgAAAAAoAAAAAAAAACgAAAAGAQAAAAAADw== ^C $ echo -n "TlRMTVNTUAABAAAABYIIYgAAAAAoAAAAAAAAACgAAAAGAQAAAAAADw==" | base64 -d | xxd 0000000: 4e54 4c4d 5353 5000 0100 0000 0582 0862 NTLMSSP........b 0000010: 0000 0000 2800 0000 0000 0000 2800 0000 ....(.......(... 0000020: 0601 0000 0000 000f ........ Both instances were run with an empty smb.conf. -- 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.