summaryrefslogtreecommitdiff
path: root/librpc/idl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-18 18:29:47 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-20 09:17:14 +1000
commitaf47f7cd224c7947003c919a3227582cc5d6e3c4 (patch)
tree69f45d7f2789eae6dfe1bf3ecd966512d4b4f7fd /librpc/idl
parent7f64ea456be7f653dfb8aa74bbaf29b0d25fb725 (diff)
downloadsamba-af47f7cd224c7947003c919a3227582cc5d6e3c4.tar.gz
samba-af47f7cd224c7947003c919a3227582cc5d6e3c4.tar.bz2
samba-af47f7cd224c7947003c919a3227582cc5d6e3c4.zip
auth: remove now unused auth3_session_info from auth.idl
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'librpc/idl')
-rw-r--r--librpc/idl/auth.idl12
1 files changed, 1 insertions, 11 deletions
diff --git a/librpc/idl/auth.idl b/librpc/idl/auth.idl
index a14b241254..f1f888c0dd 100644
--- a/librpc/idl/auth.idl
+++ b/librpc/idl/auth.idl
@@ -96,16 +96,6 @@ interface auth
auth_user_info *info;
auth_user_info_unix *unix_info;
[value(NULL), ignore] auth_user_info_torture *torture;
- DATA_BLOB session_key;
- [value(NULL), ignore] cli_credentials *credentials;
- } auth_session_info;
-
- typedef [public] struct {
- security_token *security_token;
- security_unix_token *unix_token;
- auth_user_info *info;
- auth_user_info_unix *unix_info;
- [value(NULL), ignore] auth_user_info_torture *torture;
/* This is the final session key, as used by SMB signing, and
* (truncated to 16 bytes) encryption on the SAMR and LSA pipes
@@ -120,7 +110,7 @@ interface auth
DATA_BLOB session_key;
[value(NULL), ignore] cli_credentials *credentials;
- } auth3_session_info;
+ } auth_session_info;
typedef [public] struct {
auth_session_info *session_info;