Ignore:
Timestamp:
Nov 12, 2012, 7:37:04 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.19

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/libcli/auth/smbencrypt.c

    r414 r739  
    472472           the username and domain.
    473473           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.
    474477        */
    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)) {
    476479                return false;
    477480        }
Note: See TracChangeset for help on using the changeset viewer.