Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/winbindd/winbindd_reconnect.c

    r429 r745  
    9494                                TALLOC_CTX *mem_ctx,
    9595                                uint32 *num_entries,
    96                                 struct acct_info **info)
     96                                struct wb_acct_info **info)
    9797{
    9898        NTSTATUS result;
     
    112112                                  TALLOC_CTX *mem_ctx,
    113113                                  uint32 *num_entries,
    114                                   struct acct_info **info)
     114                                  struct wb_acct_info **info)
    115115{
    116116        NTSTATUS result;
     
    132132                            const char *name,
    133133                            uint32_t flags,
    134                             DOM_SID *sid,
     134                            struct dom_sid *sid,
    135135                            enum lsa_SidType *type)
    136136{
     
    153153static NTSTATUS sid_to_name(struct winbindd_domain *domain,
    154154                            TALLOC_CTX *mem_ctx,
    155                             const DOM_SID *sid,
     155                            const struct dom_sid *sid,
    156156                            char **domain_name,
    157157                            char **name,
     
    172172static NTSTATUS rids_to_names(struct winbindd_domain *domain,
    173173                              TALLOC_CTX *mem_ctx,
    174                               const DOM_SID *sid,
     174                              const struct dom_sid *sid,
    175175                              uint32 *rids,
    176176                              size_t num_rids,
     
    197197static NTSTATUS query_user(struct winbindd_domain *domain,
    198198                           TALLOC_CTX *mem_ctx,
    199                            const DOM_SID *user_sid,
     199                           const struct dom_sid *user_sid,
    200200                           struct wbint_userinfo *user_info)
    201201{
     
    215215static NTSTATUS lookup_usergroups(struct winbindd_domain *domain,
    216216                                  TALLOC_CTX *mem_ctx,
    217                                   const DOM_SID *user_sid,
    218                                   uint32 *num_groups, DOM_SID **user_gids)
     217                                  const struct dom_sid *user_sid,
     218                                  uint32 *num_groups, struct dom_sid **user_gids)
    219219{
    220220        NTSTATUS result;
     
    234234static NTSTATUS lookup_useraliases(struct winbindd_domain *domain,
    235235                                   TALLOC_CTX *mem_ctx,
    236                                    uint32 num_sids, const DOM_SID *sids,
     236                                   uint32 num_sids, const struct dom_sid *sids,
    237237                                   uint32 *num_aliases, uint32 **alias_rids)
    238238{
     
    256256static NTSTATUS lookup_groupmem(struct winbindd_domain *domain,
    257257                                TALLOC_CTX *mem_ctx,
    258                                 const DOM_SID *group_sid,
     258                                const struct dom_sid *group_sid,
    259259                                enum lsa_SidType type,
    260260                                uint32 *num_names,
    261                                 DOM_SID **sid_mem, char ***names,
     261                                struct dom_sid **sid_mem, char ***names,
    262262                                uint32 **name_types)
    263263{
Note: See TracChangeset for help on using the changeset viewer.