Ignore:
Timestamp:
May 27, 2009, 11:39:15 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.9

File:
1 edited

Legend:

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

    r228 r233  
    18331833        if (state->request.data.auth_crap.lm_resp_len > sizeof(state->request.data.auth_crap.lm_resp)
    18341834                || state->request.data.auth_crap.nt_resp_len > sizeof(state->request.data.auth_crap.nt_resp)) {
    1835                 if (!state->request.flags & WBFLAG_BIG_NTLMV2_BLOB ||
     1835                if (!(state->request.flags & WBFLAG_BIG_NTLMV2_BLOB) ||
    18361836                     state->request.extra_len != state->request.data.auth_crap.nt_resp_len) {
    18371837                        DEBUG(0, ("winbindd_pam_auth_crap: invalid password length %u/%u\n",
Note: See TracChangeset for help on using the changeset viewer.