Changeset 342 for branches/samba-3.3.x/source/winbindd/winbindd_proto.h
- Timestamp:
- Oct 30, 2009, 9:39:05 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/samba-3.3.x/source/winbindd/winbindd_proto.h ¶
r222 r342 74 74 /* The following definitions come from winbindd/winbindd_ads.c */ 75 75 76 /* The following definitions come from winbindd/winbindd_rpc.c */ 77 78 NTSTATUS winbindd_lookup_sids(TALLOC_CTX *mem_ctx, 79 struct winbindd_domain *domain, 80 uint32_t num_sids, 81 const struct dom_sid *sids, 82 char ***domains, 83 char ***names, 84 enum lsa_SidType **types); 85 NTSTATUS winbindd_lookup_names(TALLOC_CTX *mem_ctx, 86 struct winbindd_domain *domain, 87 uint32_t num_names, 88 const char **names, 89 const char ***domains, 90 struct dom_sid **sids, 91 enum lsa_SidType **types); 76 92 77 93 /* The following definitions come from winbindd/winbindd_async.c */ … … 218 234 NTSTATUS cm_connect_lsa(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, 219 235 struct rpc_pipe_client **cli, POLICY_HND *lsa_policy); 236 NTSTATUS cm_connect_lsa_tcp(struct winbindd_domain *domain, 237 TALLOC_CTX *mem_ctx, 238 struct rpc_pipe_client **cli); 220 239 NTSTATUS cm_connect_netlogon(struct winbindd_domain *domain, 221 240 struct rpc_pipe_client **cli);
Note:
See TracChangeset
for help on using the changeset viewer.