summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/schannel.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-24 18:33:28 +0100
committerGünther Deschner <gd@samba.org>2009-08-26 15:43:11 +0200
commit9930a12cf534af8ec42db32ca6ad7c75d2799f75 (patch)
tree4be4009576a8564798fd6575d44c031927550848 /librpc/gen_ndr/schannel.h
parentaabe5773966cf9805f8f3ddce39f543fe4cbe6f7 (diff)
downloadsamba-9930a12cf534af8ec42db32ca6ad7c75d2799f75.tar.gz
samba-9930a12cf534af8ec42db32ca6ad7c75d2799f75.tar.bz2
samba-9930a12cf534af8ec42db32ca6ad7c75d2799f75.zip
schannel: add generated files.
Guenther
Diffstat (limited to 'librpc/gen_ndr/schannel.h')
-rw-r--r--librpc/gen_ndr/schannel.h41
1 files changed, 41 insertions, 0 deletions
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 <stdint.h>
+
+#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 */