summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-04-01 21:19:53 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-25 20:55:06 +0200
commita129e271b5385853fb39a8e54b56b508b00a3e41 (patch)
treee9408a856c26d1c2d49506c2133b3da6b2f8878a /source3/smbd/proto.h
parentfaa8edccef556fb281d24b76b9739c994128f6ef (diff)
downloadsamba-a129e271b5385853fb39a8e54b56b508b00a3e41.tar.gz
samba-a129e271b5385853fb39a8e54b56b508b00a3e41.tar.bz2
samba-a129e271b5385853fb39a8e54b56b508b00a3e41.zip
s3:smbd: make use of smbXsrv_session for smb1
Pair-Programmed-With: Michael Adam <obnox@samba.org> metze
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index e8dbdfb928..fc670aba8e 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -693,17 +693,9 @@ struct kernel_oplocks *linux_init_kernel_oplocks(struct smbd_server_connection *
struct user_struct *get_valid_user_struct(struct smbd_server_connection *sconn,
uint64_t vuid);
-bool is_partial_auth_vuid(struct smbd_server_connection *sconn, uint64_t vuid);
-struct user_struct *get_partial_auth_user_struct(struct smbd_server_connection *sconn,
- uint64_t vuid);
void invalidate_vuid(struct smbd_server_connection *sconn, uint64_t vuid);
void invalidate_all_vuids(struct smbd_server_connection *sconn);
-uint64_t register_initial_vuid(struct smbd_server_connection *sconn);
int register_homes_share(const char *username);
-uint64_t register_existing_vuid(struct smbd_server_connection *sconn,
- uint64_t vuid,
- struct auth_session_info *session_info,
- DATA_BLOB response_blob);
/* The following definitions come from smbd/pipes.c */