summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-25 14:12:59 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:10 +0200
commitab9a29eb638143a93f70bb7880ca24f73bbb2118 (patch)
tree8eadfae2873b68b9858f4153abaa3cc07c81e09b /source3/include
parentb1e3b9d7c118b5ba5260525e87796a98a5037144 (diff)
downloadsamba-ab9a29eb638143a93f70bb7880ca24f73bbb2118.tar.gz
samba-ab9a29eb638143a93f70bb7880ca24f73bbb2118.tar.bz2
samba-ab9a29eb638143a93f70bb7880ca24f73bbb2118.zip
s3-rpc_server: move access check functions out of samr server.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 54676e1d56..27989738d6 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3001,16 +3001,6 @@ NTSTATUS smbsock_any_connect(const struct sockaddr_storage *addrs,
int *pfd, size_t *chosen_index,
uint16_t *chosen_port);
-/* The following definitions come from rpc_server/srv_samr_nt.c */
-NTSTATUS access_check_object( struct security_descriptor *psd, struct security_token *token,
- enum sec_privilege needed_priv_1, enum sec_privilege needed_priv_2,
- uint32 rights_mask,
- uint32 des_access, uint32 *acc_granted,
- const char *debug );
-void map_max_allowed_access(const struct security_token *nt_token,
- const struct security_unix_token *unix_token,
- uint32_t *pacc_requested);
-
/* The following definitions come from lib/util_wellknown.c */
bool sid_check_is_wellknown_domain(const struct dom_sid *sid, const char **name);