Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/libgpo/gpo.h

    r414 r740  
    2525#else
    2626struct loadparm_context;
     27#include "ads.h"
    2728#endif
    2829
     
    156157
    157158struct gp_registry_context {
    158         const NT_USER_TOKEN *token;
     159        const struct security_token *token;
    159160        const char *path;
    160161        struct registry_key *curr_key;
     
    215216                             TALLOC_CTX *mem_ctx,
    216217                             const char *dn,
    217                              NT_USER_TOKEN **token);
     218                             struct security_token **token);
    218219ADS_STATUS ads_get_gpo_list(ADS_STRUCT *ads,
    219220                            TALLOC_CTX *mem_ctx,
    220221                            const char *dn,
    221222                            uint32_t flags,
    222                             const NT_USER_TOKEN *token,
     223                            const struct security_token *token,
    223224                            struct GROUP_POLICY_OBJECT **gpo_list);
    224225
     
    226227
    227228NTSTATUS gpo_apply_security_filtering(const struct GROUP_POLICY_OBJECT *gpo,
    228                                       const NT_USER_TOKEN *token);
     229                                      const struct security_token *token);
    229230
    230231/* The following definitions come from libgpo/gpo_util.c  */
     
    245246ADS_STATUS gpo_process_a_gpo(ADS_STRUCT *ads,
    246247                             TALLOC_CTX *mem_ctx,
    247                              const NT_USER_TOKEN *token,
     248                             const struct security_token *token,
    248249                             struct registry_key *root_key,
    249250                             struct GROUP_POLICY_OBJECT *gpo,
     
    252253ADS_STATUS gpo_process_gpo_list(ADS_STRUCT *ads,
    253254                                TALLOC_CTX *mem_ctx,
    254                                 const NT_USER_TOKEN *token,
     255                                const struct security_token *token,
    255256                                struct GROUP_POLICY_OBJECT *gpo_list,
    256257                                const char *extensions_guid_filter,
     
    282283                                struct loadparm_context *lp_ctx,
    283284                                const char *dn,
    284                                 NT_USER_TOKEN **token);
     285                                struct security_token **token);
    285286
    286287
Note: See TracChangeset for help on using the changeset viewer.