Ignore:
Timestamp:
Jun 9, 2016, 2:23:12 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: apply latest security patches to trunk

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/libcli/auth/proto.h

    r918 r920  
    140140                      DATA_BLOB *lm_response, DATA_BLOB *nt_response,
    141141                      DATA_BLOB *lm_session_key, DATA_BLOB *user_session_key) ;
     142NTSTATUS NTLMv2_RESPONSE_verify_netlogon_creds(const char *account_name,
     143                        const char *account_domain,
     144                        const DATA_BLOB response,
     145                        const struct netlogon_creds_CredentialState *creds,
     146                        const char *workgroup);
    142147
    143148/***********************************************************
Note: See TracChangeset for help on using the changeset viewer.