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/source3/librpc/rpc/dcerpc.h

    r918 r920  
    4040        enum dcerpc_AuthType auth_type;
    4141        enum dcerpc_AuthLevel auth_level;
     42        bool verified_bitmask1;
    4243
    4344        void *auth_ctx;
     45        uint32_t auth_context_id;
    4446
    4547        /* Only the client code uses these 3 for now */
     
    7173                                 const DATA_BLOB *credentials,
    7274                                 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);
    7775NTSTATUS dcerpc_guess_sizes(struct pipe_auth_data *auth,
    7876                            size_t header_len, size_t data_left,
     
    8583                           struct ncacn_packet *pkt,
    8684                           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);
    9087
    9188/* The following definitions come from librpc/rpc/rpc_common.c  */
Note: See TracChangeset for help on using the changeset viewer.