2 fixes for NTLM authentication
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Sat, 3 Mar 2012 21:43:57 +0000 (16:43 -0500)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Sat, 3 Mar 2012 21:46:05 +0000 (16:46 -0500)
commit214741630f96ddd3e847ff4050182674fe2d1602
treebed8fc6bb6b35da623899f8f86881018ccf77085
parente034c4b25c43d301602ac590faa66edb970548a2
2 fixes for NTLM authentication

-Set the correct flags when the domain is not set. This fixes
authentication with an empty or null domain name.
-Allow domain\user and domain/user as the user name and set domain and
user accordingly.
mcs/class/Mono.Security/Mono.Security.Protocol.Ntlm/Type1Message.cs
mcs/class/Mono.Security/Mono.Security.Protocol.Ntlm/Type3Message.cs
mcs/class/System/Mono.Http/NtlmClient.cs