Changeset 920 for trunk/server/source3/librpc/rpc/dcerpc.h
- Timestamp:
- Jun 9, 2016, 2:23:12 PM (9 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 919
- Property svn:mergeinfo changed
-
trunk/server/source3/librpc/rpc/dcerpc.h
r918 r920 40 40 enum dcerpc_AuthType auth_type; 41 41 enum dcerpc_AuthLevel auth_level; 42 bool verified_bitmask1; 42 43 43 44 void *auth_ctx; 45 uint32_t auth_context_id; 44 46 45 47 /* Only the client code uses these 3 for now */ … … 71 73 const DATA_BLOB *credentials, 72 74 DATA_BLOB *blob); 73 NTSTATUS dcerpc_pull_dcerpc_auth(TALLOC_CTX *mem_ctx,74 const DATA_BLOB *blob,75 struct dcerpc_auth *r,76 bool bigendian);77 75 NTSTATUS dcerpc_guess_sizes(struct pipe_auth_data *auth, 78 76 size_t header_len, size_t data_left, … … 85 83 struct ncacn_packet *pkt, 86 84 DATA_BLOB *pkt_trailer, 87 size_t header_size, 88 DATA_BLOB *raw_pkt, 89 size_t *pad_len); 85 uint8_t header_size, 86 DATA_BLOB *raw_pkt); 90 87 91 88 /* The following definitions come from librpc/rpc/rpc_common.c */
Note:
See TracChangeset
for help on using the changeset viewer.