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/source4/param/secrets.h

    r740 r988  
    1818 */
    1919
    20 #ifndef _SECRETS_H
    21 #define _SECRETS_H
     20#ifndef _SOURCE4_PARAM_SECRETS_H
     21#define _SOURCE4_PARAM_SECRETS_H
    2222
    2323#define SECRETS_PRIMARY_DOMAIN_DN "cn=Primary Domains"
     
    2929#define SECRETS_LDAP_FILTER "(&(objectclass=ldapSecret)(cn=SAMDB Credentials))"
    3030
    31 /**
    32  * Use a TDB to store an incrementing random seed.
    33  *
    34  * Initialised to the current pid, the very first time Samba starts,
    35  * and incremented by one each time it is needed. 
    36  *
    37  * @note Not called by systems with a working /dev/urandom.
    38  */
    3931struct loadparm_context;
    4032struct tevent_context;
     
    4436#include "librpc/gen_ndr/misc.h"
    4537
    46 struct tdb_wrap *secrets_init(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx);
     38bool randseed_init(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx);
     39
    4740struct ldb_context *secrets_db_connect(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx);
    4841struct dom_sid *secrets_get_domain_sid(TALLOC_CTX *mem_ctx,
     
    5447
    5548
    56 #endif /* _SECRETS_H */
     49#endif /* _SOURCE4_PARAM_SECRETS_H */
Note: See TracChangeset for help on using the changeset viewer.