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_sec.c

    r414 r740  
    1919
    2020#include "includes.h"
    21 #include "libcli/security/dom_sid.h"
     21#include "libcli/security/security.h"
     22#include "../libgpo/gpo.h"
     23#include "auth.h"
     24#include "../librpc/ndr/libndr.h"
    2225#if _SAMBA_BUILD_ == 4
    2326#include "libgpo/ads_convenience.h"
     
    2528#include "librpc/gen_ndr/ndr_misc.h"
    2629#include "../libcli/security/secace.h"
    27 #include "../libgpo/gpo.h"
    2830#endif
    2931
     
    102104
    103105static NTSTATUS gpo_sd_check_ace_denied_object(const struct security_ace *ace,
    104                                                const NT_USER_TOKEN *token)
     106                                               const struct security_token *token)
    105107{
    106108        char *sid_str;
     
    124126
    125127static NTSTATUS gpo_sd_check_ace_allowed_object(const struct security_ace *ace,
    126                                                 const NT_USER_TOKEN *token)
     128                                                const struct security_token *token)
    127129{
    128130        char *sid_str;
     
    147149
    148150static NTSTATUS gpo_sd_check_ace(const struct security_ace *ace,
    149                                  const NT_USER_TOKEN *token)
     151                                 const struct security_token *token)
    150152{
    151153        switch (ace->type) {
     
    163165
    164166NTSTATUS gpo_apply_security_filtering(const struct GROUP_POLICY_OBJECT *gpo,
    165                                       const NT_USER_TOKEN *token)
     167                                      const struct security_token *token)
    166168{
    167169        struct security_descriptor *sd = gpo->security_descriptor;
Note: See TracChangeset for help on using the changeset viewer.