Changeset 739 for branches/samba-3.5.x/libcli/auth
- Timestamp:
- Nov 12, 2012, 7:37:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/libcli/auth/smbencrypt.c
r414 r739 472 472 the username and domain. 473 473 This prevents username swapping during the auth exchange 474 NB. *DON'T* tell ntv2_owf_gen() to uppercase the domain 475 name here, we may have already been added to an NTLMSSP 476 exchange in the non-uppercase form. 474 477 */ 475 if (!ntv2_owf_gen(nt_hash, user, domain, true, ntlm_v2_hash)) {478 if (!ntv2_owf_gen(nt_hash, user, domain, false, ntlm_v2_hash)) { 476 479 return false; 477 480 }
Note:
See TracChangeset
for help on using the changeset viewer.