Ignore:
Timestamp:
May 13, 2014, 11:39:04 AM (11 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update trunk to 3.6.23

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/winbindd/winbindd_proto.h

    r751 r862  
    4848                              char ***names,
    4949                              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);
    5750NTSTATUS rpc_lookup_sids(TALLOC_CTX *mem_ctx,
    5851                         struct winbindd_domain *domain,
     
    158151
    159152/* The following definitions come from winbindd/winbindd_cm.c  */
     153void 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);
     158void 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);
    160163
    161164void set_domain_offline(struct winbindd_domain *domain);
     
    171174                            TALLOC_CTX *mem_ctx,
    172175                            struct rpc_pipe_client **cli);
     176NTSTATUS cm_connect_lsat(struct winbindd_domain *domain,
     177                         TALLOC_CTX *mem_ctx,
     178                         struct rpc_pipe_client **cli,
     179                         struct policy_handle *lsa_policy);
    173180NTSTATUS cm_connect_netlogon(struct winbindd_domain *domain,
    174181                             struct rpc_pipe_client **cli);
Note: See TracChangeset for help on using the changeset viewer.