summaryrefslogtreecommitdiffstats
path: root/source3/lib/smbd_shim.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2013-10-23 11:02:39 +0200
committerStefan Metzmacher <metze@samba.org>2013-10-29 15:52:58 +0100
commit13d840ad2ff0db7320e0cbef86cd47872493292c (patch)
tree41f0d4aa405e984e68f32349ce26cfcf52f828eb /source3/lib/smbd_shim.h
parent9e723f9d69bbbaefd9e15399654668693854628b (diff)
downloadsamba-13d840ad2ff0db7320e0cbef86cd47872493292c.tar.gz
samba-13d840ad2ff0db7320e0cbef86cd47872493292c.tar.xz
samba-13d840ad2ff0db7320e0cbef86cd47872493292c.zip
s3-smbd_shim: Add become_authenticated_pipe_user().
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/lib/smbd_shim.h')
-rw-r--r--source3/lib/smbd_shim.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/smbd_shim.h b/source3/lib/smbd_shim.h
index 1645837f36..f3da585902 100644
--- a/source3/lib/smbd_shim.h
+++ b/source3/lib/smbd_shim.h
@@ -36,6 +36,8 @@ struct smbd_shim
const char *name);
bool (*change_to_root_user)(void);
+ bool (*become_authenticated_pipe_user)(struct auth_session_info *session_info);
+ bool (*unbecome_authenticated_pipe_user)(void);
void (*contend_level2_oplocks_begin)(files_struct *fsp,
enum level2_contention_type type);