summaryrefslogtreecommitdiff
path: root/librpc/idl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-02-09 11:59:50 +1100
committerAndrew Tridgell <tridge@samba.org>2011-02-10 06:51:06 +0100
commit543ef3b5bf29f564e19e6264bb03c7daba005236 (patch)
tree7ef30e0decbf75a2bafda25cfc9989ae6145fd6d /librpc/idl
parent4cfee6f88e4befaae33095178c10932cd5337439 (diff)
downloadsamba-543ef3b5bf29f564e19e6264bb03c7daba005236.tar.gz
samba-543ef3b5bf29f564e19e6264bb03c7daba005236.tar.bz2
samba-543ef3b5bf29f564e19e6264bb03c7daba005236.zip
libcli/named_pipe_auth Remove support for unused levels 0-2.
The only client and server for this code uses level 3 exclusively. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'librpc/idl')
-rw-r--r--librpc/idl/named_pipe_auth.idl24
1 files changed, 0 insertions, 24 deletions
diff --git a/librpc/idl/named_pipe_auth.idl b/librpc/idl/named_pipe_auth.idl
index e2928515ba..de89588664 100644
--- a/librpc/idl/named_pipe_auth.idl
+++ b/librpc/idl/named_pipe_auth.idl
@@ -22,27 +22,12 @@ interface named_pipe_auth
netr_SamInfo3 *sam_info3;
uint32 session_key_length;
[size_is(session_key_length)] uint8 *session_key;
- } named_pipe_auth_req_info2;
-
- typedef struct {
- [charset(UTF8),string] uint8 *client_name;
- [charset(DOS),string] uint8 *client_addr;
- uint16 client_port;
- [charset(UTF8),string] uint8 *server_name;
- [charset(DOS),string] uint8 *server_addr;
- uint16 server_port;
- netr_SamInfo3 *sam_info3;
- uint32 session_key_length;
- [size_is(session_key_length)] uint8 *session_key;
uint32 gssapi_delegated_creds_length;
[size_is(gssapi_delegated_creds_length)]
uint8 *gssapi_delegated_creds;
} named_pipe_auth_req_info3;
typedef [switch_type(uint32)] union {
- [case(0)] ;/* anonymous */
- [case(1)] netr_SamInfo3 info1;
- [case(2)] named_pipe_auth_req_info2 info2;
[case(3)] named_pipe_auth_req_info3 info3;
} named_pipe_auth_req_info;
@@ -59,18 +44,9 @@ interface named_pipe_auth
uint16 file_type;
uint16 device_state;
hyper allocation_size;
- } named_pipe_auth_rep_info2;
-
- typedef struct {
- uint16 file_type;
- uint16 device_state;
- hyper allocation_size;
} named_pipe_auth_rep_info3;
typedef [switch_type(uint32)] union {
- [case(0)] ;
- [case(1)] ;
- [case(2)] named_pipe_auth_rep_info2 info2;
[case(3)] named_pipe_auth_rep_info3 info3;
} named_pipe_auth_rep_info;