Ignore:
Timestamp:
May 26, 2009, 9:44:50 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.6

File:
1 edited

Legend:

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

    r204 r228  
    447447/* The following definitions come from winbindd/winbindd_rpc.c  */
    448448
    449 NTSTATUS msrpc_name_to_sid(struct winbindd_domain *domain,
    450                            TALLOC_CTX *mem_ctx,
    451                            enum winbindd_cmd original_cmd,
    452                            const char *domain_name,
    453                            const char *name,
    454                            DOM_SID *sid,
    455                            enum lsa_SidType *type);
    456 NTSTATUS msrpc_sid_to_name(struct winbindd_domain *domain,
    457                             TALLOC_CTX *mem_ctx,
    458                             const DOM_SID *sid,
    459                             char **domain_name,
    460                             char **name,
    461                             enum lsa_SidType *type);
    462 NTSTATUS msrpc_rids_to_names(struct winbindd_domain *domain,
    463                              TALLOC_CTX *mem_ctx,
    464                              const DOM_SID *sid,
    465                              uint32 *rids,
    466                              size_t num_rids,
    467                              char **domain_name,
    468                              char ***names,
    469                              enum lsa_SidType **types);
    470 NTSTATUS msrpc_lookup_useraliases(struct winbindd_domain *domain,
    471                                   TALLOC_CTX *mem_ctx,
    472                                   uint32 num_sids, const DOM_SID *sids,
    473                                   uint32 *num_aliases, uint32 **alias_rids);
    474 NTSTATUS msrpc_lockout_policy(struct winbindd_domain *domain,
    475                               TALLOC_CTX *mem_ctx,
    476                               struct samr_DomInfo12 *lockout_policy);
    477 NTSTATUS msrpc_password_policy(struct winbindd_domain *domain,
    478                                TALLOC_CTX *mem_ctx,
    479                                struct samr_DomInfo1 *password_policy);
    480449
    481450/* The following definitions come from winbindd/winbindd_sid.c  */
     
    550519bool canonicalize_username(fstring username_inout, fstring domain, fstring user);
    551520void fill_domain_username(fstring name, const char *domain, const char *user, bool can_assume);
     521char *fill_domain_username_talloc(TALLOC_CTX *mem_ctx,
     522                                  const char *domain,
     523                                  const char *user,
     524                                  bool can_assume);
    552525const char *get_winbind_pipe_dir(void) ;
    553526char *get_winbind_priv_pipe_dir(void) ;
Note: See TracChangeset for help on using the changeset viewer.