summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client/cli_lsarpc.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-09-07 15:49:00 +0200
committerGünther Deschner <gd@samba.org>2011-01-10 18:20:55 +0100
commitfd1fff608c03bd45741ff89ccfefe549b3abfada (patch)
tree7836750041f1c795f4970763f5c6b13de6a39649 /source3/rpc_client/cli_lsarpc.h
parentc91e756f8d406abee41f9644bd82353fdee347cb (diff)
downloadsamba-fd1fff608c03bd45741ff89ccfefe549b3abfada.tar.gz
samba-fd1fff608c03bd45741ff89ccfefe549b3abfada.tar.xz
samba-fd1fff608c03bd45741ff89ccfefe549b3abfada.zip
s3-rpc_client: Added dcerpc_lsa_lookup_names.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/rpc_client/cli_lsarpc.h')
-rw-r--r--source3/rpc_client/cli_lsarpc.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/source3/rpc_client/cli_lsarpc.h b/source3/rpc_client/cli_lsarpc.h
index fb7760a2bf6..26fcb75fa1b 100644
--- a/source3/rpc_client/cli_lsarpc.h
+++ b/source3/rpc_client/cli_lsarpc.h
@@ -138,6 +138,16 @@ NTSTATUS rpccli_lsa_lookup_sids3(struct rpc_pipe_client *cli,
char ***pnames,
enum lsa_SidType **ptypes);
+NTSTATUS dcerpc_lsa_lookup_names(struct dcerpc_binding_handle *h,
+ TALLOC_CTX *mem_ctx,
+ struct policy_handle *pol,
+ uint32_t num_names,
+ const char **names,
+ const char ***dom_names,
+ enum lsa_LookupNamesLevel level,
+ struct dom_sid **sids,
+ enum lsa_SidType **types,
+ NTSTATUS *result);
NTSTATUS rpccli_lsa_lookup_names(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *pol, int num_names,
@@ -146,6 +156,17 @@ NTSTATUS rpccli_lsa_lookup_names(struct rpc_pipe_client *cli,
int level,
struct dom_sid **sids,
enum lsa_SidType **types);
+
+NTSTATUS dcerpc_lsa_lookup_names4(struct dcerpc_binding_handle *h,
+ TALLOC_CTX *mem_ctx,
+ struct policy_handle *pol,
+ uint32_t num_names,
+ const char **names,
+ const char ***dom_names,
+ enum lsa_LookupNamesLevel level,
+ struct dom_sid **sids,
+ enum lsa_SidType **types,
+ NTSTATUS *result);
NTSTATUS rpccli_lsa_lookup_names4(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *pol, int num_names,