From 5a1577884819ccaa21741beb6765819cf640cdc9 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 26 Aug 2009 14:45:35 +0200 Subject: schannel: add netlogon_creds_CredentialState to IDL. Guenther --- librpc/gen_ndr/schannel.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'librpc/gen_ndr/schannel.h') diff --git a/librpc/gen_ndr/schannel.h b/librpc/gen_ndr/schannel.h index f4d6e60131..d7e3ab3970 100644 --- a/librpc/gen_ndr/schannel.h +++ b/librpc/gen_ndr/schannel.h @@ -38,4 +38,17 @@ struct schannel_bind_ack { uint32_t unknown3; }/* [public] */; +struct netlogon_creds_CredentialState { + uint32_t negotiate_flags; + uint8_t session_key[16]; + uint32_t sequence; + struct netr_Credential seed; + struct netr_Credential client; + struct netr_Credential server; + enum netr_SchannelType secure_channel_type; + const char *computer_name;/* [charset(UTF8)] */ + const char *account_name;/* [charset(UTF8)] */ + struct dom_sid *sid;/* [unique] */ +}/* [public,flag(LIBNDR_PRINT_ARRAY_HEX)] */; + #endif /* _HEADER_schannel */ -- cgit