Ignore:
Timestamp:
May 24, 2009, 7:51:24 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/winbindd/winbindd_pam.c

    r206 r223  
    18551855        if (state->request.data.auth_crap.lm_resp_len > sizeof(state->request.data.auth_crap.lm_resp)
    18561856                || state->request.data.auth_crap.nt_resp_len > sizeof(state->request.data.auth_crap.nt_resp)) {
    1857                 if (!state->request.flags & WBFLAG_BIG_NTLMV2_BLOB ||
     1857                if (!(state->request.flags & WBFLAG_BIG_NTLMV2_BLOB) ||
    18581858                     state->request.extra_len != state->request.data.auth_crap.nt_resp_len) {
    18591859                        DEBUG(0, ("winbindd_pam_auth_crap: invalid password length %u/%u\n",
Note: See TracChangeset for help on using the changeset viewer.