summaryrefslogtreecommitdiffstats
path: root/librpc/idl/schannel.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-14 06:47:37 +0200
committerGünther Deschner <gd@samba.org>2009-09-14 06:49:58 +0200
commitb8834cad073e6b8ffb8eb8b7d731c40048d847ec (patch)
tree9a94a427d5d0a7054c6be356ad075bcb7282c014 /librpc/idl/schannel.idl
parent2f9adf04e4b3e16c046cb371a428a8a70d5de041 (diff)
downloadsamba-b8834cad073e6b8ffb8eb8b7d731c40048d847ec.tar.gz
samba-b8834cad073e6b8ffb8eb8b7d731c40048d847ec.tar.xz
samba-b8834cad073e6b8ffb8eb8b7d731c40048d847ec.zip
schannel: remove unused schannel structs.
Guenther
Diffstat (limited to 'librpc/idl/schannel.idl')
-rw-r--r--librpc/idl/schannel.idl34
1 files changed, 0 insertions, 34 deletions
diff --git a/librpc/idl/schannel.idl b/librpc/idl/schannel.idl
index d9b230d70bf..a30e2928e0c 100644
--- a/librpc/idl/schannel.idl
+++ b/librpc/idl/schannel.idl
@@ -12,40 +12,6 @@ import "netlogon.idl", "nbt.idl";
]
interface schannel
{
- /*
- a schannel bind blob - used in dcerpc auth_info
- on a schannel
- */
- typedef struct {
- astring domain;
- astring workstation;
- } schannel_bind_3;
-
- typedef struct {
- astring domain;
- astring workstation;
- nbt_string dnsdomain;
- nbt_string dnsworkstation;
- } schannel_bind_23;
-
- typedef [nodiscriminant] union {
- [case (3)] schannel_bind_3 info3;
- [case (23)] schannel_bind_23 info23;
- } schannel_bind_info;
-
- typedef [public] struct {
- uint32 unknown1; /* seems to need to be 0 */
- uint32 bind_type;
- [switch_is(bind_type)] schannel_bind_info u;
- } schannel_bind;
-
- /* a bind_ack blob */
- typedef [public] struct {
- uint32 unknown1; /* 1 */
- uint32 unknown2; /* 0 */
- uint32 unknown3; /* 0x006c0000 */
- } schannel_bind_ack;
-
/* this structure is used internally in the NETLOGON server */
typedef [public,flag(NDR_PAHEX)] struct {