Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

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

    r414 r745  
    2424#define _LIBCLI_AUTH_SCHANNEL_PROTO_H__
    2525
     26struct schannel_state;
     27
     28struct tdb_wrap *open_schannel_session_store(TALLOC_CTX *mem_ctx,
     29                                             const char *private_dir);
     30
    2631NTSTATUS netsec_incoming_packet(struct schannel_state *state,
    2732                                TALLOC_CTX *mem_ctx,
     
    2934                                uint8_t *data, size_t length,
    3035                                const DATA_BLOB *sig);
     36uint32_t netsec_outgoing_sig_size(struct schannel_state *state);
    3137NTSTATUS netsec_outgoing_packet(struct schannel_state *state,
    3238                                TALLOC_CTX *mem_ctx,
Note: See TracChangeset for help on using the changeset viewer.