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/privileges.h

    r740 r988  
    9090bool security_token_has_privilege(const struct security_token *token, enum sec_privilege privilege);
    9191
     92
     93/**
     94 * @brief Check if the security token has system privileges.
     95 *
     96 * @param[in]  token    The token to check.
     97 *
     98 * @return              True if the token has system privileges, false if not.
     99 */
     100bool security_token_system_privilege(const struct security_token *token);
     101
    92102/*
    93103  set a bit in the privilege mask
Note: See TracChangeset for help on using the changeset viewer.