Timestamp:
May 27, 2009, 11:39:15 AM (17 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/rpc_server/srv_netlog_nt.c

    r136 r233  
    475475        struct netr_Credential srv_chal_out;
    476476
     477
     478
     479
     480
     481
     482
     483
     484
     485
     486
     487
     488
     489
     490
     491
     492
     493
     494
     495
     496
     497
     498
     499
     500
     501
     502
    477503        /* We use this as the key to store the creds: */
    478504        /* r->in.computer_name */
     
    522548        }
    523549
    524         srv_flgs = 0x000001ff;
    525 
    526         if (lp_server_schannel() != false) {
    527                 srv_flgs |= NETLOGON_NEG_SCHANNEL;
    528         }
    529 
    530550        /* set up the LSA AUTH 2 response */
    531551        memcpy(r->out.return_credentials->data, &srv_chal_out.data,
    532552               sizeof(r->out.return_credentials->data));
    533         *r->out.negotiate_flags = srv_flgs;
    534553
    535554        fstrcpy(p->dc->mach_acct, r->in.account_name);
     
    683702
    684703        memcpy(r->out.return_authenticator, &cred_out,
    685                sizeof(r->out.return_authenticator));
     704               sizeof());
    686705
    687706        TALLOC_FREE(sampass);
     
    13431362****************************************************************/
    13441363
    1345 WERROR _netr_NETRLOGONDUMMYROUTINE1(pipes_struct *p,
    1346                                     struct netr_NETRLOGONDUMMYROUTINE1 *r)
    1347 {
    1348         p->rng_fault_state = true;
    1349         return WERR_NOT_SUPPORTED;
     1364NTSTATUS _netr_LogonGetCapabilities(pipes_struct *p,
     1365                                    struct netr_LogonGetCapabilities *r)
     1366{
     1367        return NT_STATUS_NOT_IMPLEMENTED;
    13501368}
    13511369
Note: See TracChangeset for help on using the changeset viewer.