summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-14 13:24:07 -0700
committerAndrew Tridgell <tridge@samba.org>2009-09-14 13:24:07 -0700
commit5464ce6df678a6ce3022f4a30fd9553996cefb69 (patch)
tree86982aa8eda44b0de296f46171fdebb9a4be8597 /source3/include
parent72fcc6344f1ddfece4dd41790fc1add9c6d2c0f7 (diff)
parent3dd404abad878fa7e760ba50ce84fc80b82ea159 (diff)
downloadsamba-5464ce6df678a6ce3022f4a30fd9553996cefb69.tar.gz
samba-5464ce6df678a6ce3022f4a30fd9553996cefb69.tar.bz2
samba-5464ce6df678a6ce3022f4a30fd9553996cefb69.zip
Merge branch 'master' of /home/tridge/samba/git/combined
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index abc76e8e02..5da13ca0d7 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5203,6 +5203,14 @@ NTSTATUS rpccli_lsa_lookup_sids(struct rpc_pipe_client *cli,
char ***pdomains,
char ***pnames,
enum lsa_SidType **ptypes);
+NTSTATUS rpccli_lsa_lookup_sids3(struct rpc_pipe_client *cli,
+ TALLOC_CTX *mem_ctx,
+ struct policy_handle *pol,
+ int num_sids,
+ const DOM_SID *sids,
+ char ***pdomains,
+ char ***pnames,
+ enum lsa_SidType **ptypes);
NTSTATUS rpccli_lsa_lookup_names(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *pol, int num_names,
@@ -5211,6 +5219,15 @@ NTSTATUS rpccli_lsa_lookup_names(struct rpc_pipe_client *cli,
int level,
DOM_SID **sids,
enum lsa_SidType **types);
+NTSTATUS rpccli_lsa_lookup_names4(struct rpc_pipe_client *cli,
+ TALLOC_CTX *mem_ctx,
+ struct policy_handle *pol, int num_names,
+ const char **names,
+ const char ***dom_names,
+ int level,
+ DOM_SID **sids,
+ enum lsa_SidType **types);
+
bool fetch_domain_sid( char *domain, char *remote_machine, DOM_SID *psid);
/* The following definitions come from rpc_client/cli_netlogon.c */