Ignore:
Timestamp:
Mar 11, 2009, 9:14:55 AM (16 years ago)
Author:
Paul Smedley
Message:

Add 'missing' 3.0.34 diffs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/nsswitch/winbindd_proto.h

    r158 r165  
    199199/* The following definitions come from nsswitch/winbindd_cred_cache.c  */
    200200
     201void ccache_remove_all_after_fork(void);
     202void ccache_regain_all_now(void);
    201203BOOL ccache_entry_exists(const char *username);
    202204BOOL ccache_entry_identical(const char *username, uid_t uid, const char *ccname);
     
    346348/* The following definitions come from nsswitch/winbindd_rpc.c  */
    347349
    348 NTSTATUS msrpc_name_to_sid(struct winbindd_domain *domain,
    349                             TALLOC_CTX *mem_ctx,
    350                             const char *domain_name,
    351                             const char *name,
    352                             DOM_SID *sid,
    353                             enum lsa_SidType *type);
    354 NTSTATUS msrpc_sid_to_name(struct winbindd_domain *domain,
    355                             TALLOC_CTX *mem_ctx,
    356                             const DOM_SID *sid,
    357                             char **domain_name,
    358                             char **name,
    359                             enum lsa_SidType *type);
    360 NTSTATUS msrpc_rids_to_names(struct winbindd_domain *domain,
    361                              TALLOC_CTX *mem_ctx,
    362                              const DOM_SID *sid,
    363                              uint32 *rids,
    364                              size_t num_rids,
    365                              char **domain_name,
    366                              char ***names,
    367                              enum lsa_SidType **types);
    368 NTSTATUS msrpc_lookup_useraliases(struct winbindd_domain *domain,
    369                                   TALLOC_CTX *mem_ctx,
    370                                   uint32 num_sids, const DOM_SID *sids,
    371                                   uint32 *num_aliases, uint32 **alias_rids);
    372 NTSTATUS msrpc_lockout_policy(struct winbindd_domain *domain,
    373                               TALLOC_CTX *mem_ctx,
    374                               SAM_UNK_INFO_12 *lockout_policy);
    375 NTSTATUS msrpc_password_policy(struct winbindd_domain *domain,
    376                                TALLOC_CTX *mem_ctx,
    377                                SAM_UNK_INFO_1 *password_policy);
    378350
    379351/* The following definitions come from nsswitch/winbindd_sid.c  */
Note: See TracChangeset for help on using the changeset viewer.