Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/libcli/security/security.h

    r740 r988  
    9090#define SHARE_READ_ONLY       (FILE_GENERIC_READ|FILE_EXECUTE)
    9191
     92/**
     93 * Remaining access is a bit mask of remaining access rights (bits) that have
     94 * to be granted in order to fulfill the requested access.
     95 *
     96 * The GUID is optional, if specified it restricts this object tree and its
     97 * childs to object/attributes that inherits from this GUID.
     98 * For DS access an object inherits from a GUID if one of its class has this GUID
     99 * in the schemaIDGUID attribute.
     100 */
    92101struct object_tree {
    93102        uint32_t remaining_access;
     
    101110#include "libcli/security/secace.h"
    102111#include "libcli/security/secacl.h"
     112#include "libcli/security/secdesc.h"
    103113#include "libcli/security/security_descriptor.h"
    104114#include "libcli/security/security_token.h"
Note: See TracChangeset for help on using the changeset viewer.