Changeset 862 for trunk/server/source3/winbindd/winbindd_proto.h
- Timestamp:
- May 13, 2014, 11:39:04 AM (11 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 860
- Property svn:mergeinfo changed
-
trunk/server/source3/winbindd/winbindd_proto.h
r751 r862 48 48 char ***names, 49 49 enum lsa_SidType **types); 50 NTSTATUS winbindd_lookup_names(TALLOC_CTX *mem_ctx,51 struct winbindd_domain *domain,52 uint32_t num_names,53 const char **names,54 const char ***domains,55 struct dom_sid **sids,56 enum lsa_SidType **types);57 50 NTSTATUS rpc_lookup_sids(TALLOC_CTX *mem_ctx, 58 51 struct winbindd_domain *domain, … … 158 151 159 152 /* The following definitions come from winbindd/winbindd_cm.c */ 153 void winbind_msg_domain_offline(struct messaging_context *msg_ctx, 154 void *private_data, 155 uint32_t msg_type, 156 struct server_id server_id, 157 DATA_BLOB *data); 158 void winbind_msg_domain_online(struct messaging_context *msg_ctx, 159 void *private_data, 160 uint32_t msg_type, 161 struct server_id server_id, 162 DATA_BLOB *data); 160 163 161 164 void set_domain_offline(struct winbindd_domain *domain); … … 171 174 TALLOC_CTX *mem_ctx, 172 175 struct rpc_pipe_client **cli); 176 NTSTATUS cm_connect_lsat(struct winbindd_domain *domain, 177 TALLOC_CTX *mem_ctx, 178 struct rpc_pipe_client **cli, 179 struct policy_handle *lsa_policy); 173 180 NTSTATUS cm_connect_netlogon(struct winbindd_domain *domain, 174 181 struct rpc_pipe_client **cli);
Note:
See TracChangeset
for help on using the changeset viewer.