summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorJoseph Sutton <josephsutton@catalyst.net.nz>2022-12-22 17:48:26 +1300
committerAndrew Bartlett <abartlet@samba.org>2023-02-08 00:03:39 +0000
commit8aef16bbbc1e55f0a9f5a8ec87e5348688d93785 (patch)
treed070bf723433e371b91fb4d30e39fd2fabac46cd /librpc
parent5043bbed9993cc08ee752a3fe44f835aedbbc129 (diff)
downloadsamba-8aef16bbbc1e55f0a9f5a8ec87e5348688d93785.tar.gz
named_pipe_auth: Bump info5 to info6
In the next commit, we shall replace the 'authenticated' field of named_pipe_auth_req_info.info5.session_info.session_info.info with a more general 'user_flags' field. Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/named_pipe_auth.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/librpc/idl/named_pipe_auth.idl b/librpc/idl/named_pipe_auth.idl
index 6f26cceab17..2204deb63c9 100644
--- a/librpc/idl/named_pipe_auth.idl
+++ b/librpc/idl/named_pipe_auth.idl
@@ -22,10 +22,10 @@ interface named_pipe_auth
uint16 local_server_port;
auth_session_info_transport *session_info;
boolean8 need_idle_server;
- } named_pipe_auth_req_info5;
+ } named_pipe_auth_req_info6;
typedef [switch_type(uint32)] union {
- [case(5)] named_pipe_auth_req_info5 info5;
+ [case(6)] named_pipe_auth_req_info6 info6;
} named_pipe_auth_req_info;
typedef [public,gensize] struct {
@@ -41,10 +41,10 @@ interface named_pipe_auth
uint16 file_type;
uint16 device_state;
hyper allocation_size;
- } named_pipe_auth_rep_info5;
+ } named_pipe_auth_rep_info6;
typedef [switch_type(uint32)] union {
- [case(5)] named_pipe_auth_rep_info5 info5;
+ [case(6)] named_pipe_auth_rep_info6 info6;
} named_pipe_auth_rep_info;
typedef [public,gensize] struct {