From 9930a12cf534af8ec42db32ca6ad7c75d2799f75 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 24 Mar 2009 18:33:28 +0100 Subject: schannel: add generated files. Guenther --- librpc/gen_ndr/schannel.h | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 librpc/gen_ndr/schannel.h (limited to 'librpc/gen_ndr/schannel.h') diff --git a/librpc/gen_ndr/schannel.h b/librpc/gen_ndr/schannel.h new file mode 100644 index 0000000000..f4d6e60131 --- /dev/null +++ b/librpc/gen_ndr/schannel.h @@ -0,0 +1,41 @@ +/* header auto-generated by pidl */ + +#include + +#include "libcli/util/ntstatus.h" + +#include "librpc/gen_ndr/netlogon.h" +#include "librpc/gen_ndr/nbt.h" +#ifndef _HEADER_schannel +#define _HEADER_schannel + +struct schannel_bind_3 { + const char * domain;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_NULLTERM)] */ + const char * workstation;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_NULLTERM)] */ +}; + +struct schannel_bind_23 { + const char * domain;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_NULLTERM)] */ + const char * workstation;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_NULLTERM)] */ + const char * dnsdomain; + const char * dnsworkstation; +}; + +union schannel_bind_info { + struct schannel_bind_3 info3;/* [case(3)] */ + struct schannel_bind_23 info23;/* [case(23)] */ +}/* [nodiscriminant] */; + +struct schannel_bind { + uint32_t unknown1; + uint32_t bind_type; + union schannel_bind_info u;/* [switch_is(bind_type)] */ +}/* [public] */; + +struct schannel_bind_ack { + uint32_t unknown1; + uint32_t unknown2; + uint32_t unknown3; +}/* [public] */; + +#endif /* _HEADER_schannel */ -- cgit