Ignore:
Timestamp:
May 13, 2014, 11:39:04 AM (12 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update trunk to 3.6.23

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/libnet/libnet_join.c

    r751 r862  
    851851        union samr_UserInfo user_info;
    852852        struct dcerpc_binding_handle *b = NULL;
     853
    853854
    854855        struct samr_CryptPassword crypt_pwd;
     
    997998                goto done;
    998999        }
     1000
     1001
     1002
     1003
     1004
     1005
     1006
     1007
    9991008
    10001009        if (name_types.ids[0] != SID_NAME_USER) {
     
    10621071        /* Set password on machine account - first try level 26 */
    10631072
     1073
     1074
     1075
     1076
     1077
     1078
    10641079        init_samr_CryptPasswordEx(r->in.machine_password,
    10651080                                  &cli->user_session_key,
     
    10921107                                                  &result);
    10931108        }
     1109
     1110
    10941111
    10951112        if (!NT_STATUS_IS_OK(status)) {
     
    13661383        if (!NT_STATUS_IS_OK(result)) {
    13671384                status = result;
     1385
     1386
     1387
     1388
     1389
     1390
     1391
     1392
    13681393                goto done;
    13691394        }
Note: See TracChangeset for help on using the changeset viewer.