summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-04-09 08:00:19 +0000
committerJeremy Allison <jra@samba.org>2001-04-09 08:00:19 +0000
commit2b9e23855e6e4a20021bb7a1bb0df082efe4eac5 (patch)
tree1c8080de9b3e8dcf8fb0b5a8e7cd56212092795c /source3/include/proto.h
parent33706e48f072fa17363155de19650764c5aa4a84 (diff)
downloadsamba-2b9e23855e6e4a20021bb7a1bb0df082efe4eac5.tar.gz
samba-2b9e23855e6e4a20021bb7a1bb0df082efe4eac5.tar.bz2
samba-2b9e23855e6e4a20021bb7a1bb0df082efe4eac5.zip
Set SD's for share. Added level 1501. Map GENERIC file bits to specific bits.
Jeremy. (This used to be commit 04976c32f319531e16d890797b45a76dab64f370)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index a41c810816..e5e4b7eb2f 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3765,6 +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);
+void map_generic_share_sd_bits(SEC_DESC *psd);
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);