summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-04-09 06:36:38 +0000
committerJeremy Allison <jra@samba.org>2001-04-09 06:36:38 +0000
commit9d6dd97624f50dec3edd3bb9a3c0f7f47f9ae071 (patch)
tree05a0e2b485478d21c599020f6ace7a6a74cee9d8 /source3/include
parent98560fa3944b1eb8cc01df05b93408753296b4a5 (diff)
downloadsamba-9d6dd97624f50dec3edd3bb9a3c0f7f47f9ae071.tar.gz
samba-9d6dd97624f50dec3edd3bb9a3c0f7f47f9ae071.tar.bz2
samba-9d6dd97624f50dec3edd3bb9a3c0f7f47f9ae071.zip
Added set/get SD's on shares. Check before tcon.
Jeremy. (This used to be commit 036b1a8b09fe6a7cca83d631624145574acad7f2)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 4d42664f25..a41c810816 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3765,7 +3765,7 @@ BOOL api_srvsvc_rpc(pipes_struct *p);
/*The following definitions come from rpc_server/srv_srvsvc_nt.c */
BOOL share_info_db_init(void);
-SEC_DESC *get_share_security( TALLOC_CTX *ctx, int snum, size_t *psize);
+BOOL share_access_check(int snum, uint16 vuid, uint32 desired_access);
uint32 _srv_net_srv_get_info(pipes_struct *p, SRV_Q_NET_SRV_GET_INFO *q_u, SRV_R_NET_SRV_GET_INFO *r_u);
uint32 _srv_net_file_enum(pipes_struct *p, SRV_Q_NET_FILE_ENUM *q_u, SRV_R_NET_FILE_ENUM *r_u);
uint32 _srv_net_conn_enum(pipes_struct *p, SRV_Q_NET_CONN_ENUM *q_u, SRV_R_NET_CONN_ENUM *r_u);