Changeset 740 for vendor/current/libcli/samsync
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- Location:
- vendor/current/libcli/samsync
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/libcli/samsync/decrypt.c
r414 r740 80 80 user->user_private_info.DataLength = data.length; 81 81 82 ndr_err = ndr_pull_struct_blob(&data, mem_ctx, NULL,&keys,82 ndr_err = ndr_pull_struct_blob(&data, mem_ctx, &keys, 83 83 (ndr_pull_flags_fn_t)ndr_pull_netr_USER_KEYS); 84 84 if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err)) { -
vendor/current/libcli/samsync/samsync.h
r414 r740 23 23 #define __SAMSYNC_SAMSYNC_H__ 24 24 25 struct netlogon_creds_CredentialState; 26 25 27 /** 26 28 * Fix up the delta, dealing with encryption issues so that the final
Note:
See TracChangeset
for help on using the changeset viewer.