Ignore:
Timestamp:
Oct 30, 2009, 9:39:05 AM (15 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 to 3.3.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/samba-3.3.x/source/winbindd/winbindd_proto.h

    r222 r342  
    7474/* The following definitions come from winbindd/winbindd_ads.c  */
    7575
     76/* The following definitions come from winbindd/winbindd_rpc.c  */
     77
     78NTSTATUS 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);
     85NTSTATUS 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);
    7692
    7793/* The following definitions come from winbindd/winbindd_async.c  */
     
    218234NTSTATUS cm_connect_lsa(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx,
    219235                        struct rpc_pipe_client **cli, POLICY_HND *lsa_policy);
     236NTSTATUS cm_connect_lsa_tcp(struct winbindd_domain *domain,
     237                            TALLOC_CTX *mem_ctx,
     238                            struct rpc_pipe_client **cli);
    220239NTSTATUS cm_connect_netlogon(struct winbindd_domain *domain,
    221240                             struct rpc_pipe_client **cli);
Note: See TracChangeset for help on using the changeset viewer.