Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

Location:
vendor/current/libcli/samsync
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/libcli/samsync/decrypt.c

    r414 r740  
    8080                user->user_private_info.DataLength = data.length;
    8181
    82                 ndr_err = ndr_pull_struct_blob(&data, mem_ctx, NULL, &keys,
     82                ndr_err = ndr_pull_struct_blob(&data, mem_ctx, &keys,
    8383                        (ndr_pull_flags_fn_t)ndr_pull_netr_USER_KEYS);
    8484                if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err)) {
  • vendor/current/libcli/samsync/samsync.h

    r414 r740  
    2323#define __SAMSYNC_SAMSYNC_H__
    2424
     25struct netlogon_creds_CredentialState;
     26
    2527/**
    2628 * Fix up the delta, dealing with encryption issues so that the final
Note: See TracChangeset for help on using the changeset viewer.