mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r5307: removed db_wrap.h from includes.h
(This used to be commit 826baec7b3
)
This commit is contained in:
parent
6aa6dce3f7
commit
a5bd1ccada
@ -25,6 +25,7 @@
|
||||
#include "lib/ldb/include/ldb.h"
|
||||
#include "system/time.h"
|
||||
#include "system/filesys.h"
|
||||
#include "db_wrap.h"
|
||||
|
||||
/*
|
||||
connect to the SAM database
|
||||
|
@ -113,7 +113,6 @@ extern int errno;
|
||||
#include "lib/talloc/talloc.h"
|
||||
#include "nt_status.h"
|
||||
#include "structs.h"
|
||||
#include "db_wrap.h"
|
||||
#include "trans2.h"
|
||||
#include "nterr.h"
|
||||
#include "charset.h"
|
||||
|
@ -136,6 +136,7 @@ struct netr_LMSessionKey;
|
||||
|
||||
struct ldb_val;
|
||||
struct ldb_message;
|
||||
struct ldb_context;
|
||||
|
||||
struct dom_sid;
|
||||
struct security_token;
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include "ldap_parse.h"
|
||||
#include "lib/ldb/include/ldb.h"
|
||||
#include "librpc/gen_ndr/ndr_security.h"
|
||||
#include "db_wrap.h"
|
||||
|
||||
|
||||
#define VALID_DN_SYNTAX(dn,i) do {\
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "ldap_server/ldap_server.h"
|
||||
#include "ldap_parse.h"
|
||||
#include "lib/ldb/include/ldb.h"
|
||||
#include "db_wrap.h"
|
||||
|
||||
#define VALID_DN_SYNTAX(dn,i) do {\
|
||||
if (!(dn)) {\
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include "dlinklist.h"
|
||||
#include "lib/tdb/include/tdb.h"
|
||||
#include "lib/ldb/include/ldb.h"
|
||||
#include "db_wrap.h"
|
||||
|
||||
static struct ldb_wrap *ldb_list;
|
||||
static struct tdb_wrap *tdb_list;
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "lib/tdb/include/tdbutil.h"
|
||||
#include "system/time.h"
|
||||
#include "system/filesys.h"
|
||||
#include "db_wrap.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DBGC_TDB
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include "includes.h"
|
||||
#include "registry.h"
|
||||
#include "lib/ldb/include/ldb.h"
|
||||
#include "db_wrap.h"
|
||||
|
||||
struct ldb_key_data
|
||||
{
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include "system/filesys.h"
|
||||
#include "lib/tdb/include/tdb.h"
|
||||
#include "messages.h"
|
||||
#include "db_wrap.h"
|
||||
|
||||
/*
|
||||
in this module a "DATA_BLOB *file_key" is a blob that uniquely identifies
|
||||
|
@ -43,6 +43,7 @@
|
||||
#include "lib/tdb/include/tdb.h"
|
||||
#include "messages.h"
|
||||
#include "librpc/gen_ndr/ndr_security.h"
|
||||
#include "db_wrap.h"
|
||||
|
||||
struct odb_context {
|
||||
struct tdb_wrap *w;
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "includes.h"
|
||||
#include "vfs_posix.h"
|
||||
#include "lib/tdb/include/tdb.h"
|
||||
#include "db_wrap.h"
|
||||
|
||||
#define XATTR_LIST_ATTR ".xattr_list"
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include "secrets.h"
|
||||
#include "system/filesys.h"
|
||||
#include "pstring.h"
|
||||
#include "db_wrap.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DBGC_PASSDB
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include "lib/ldb/include/ldb.h"
|
||||
#include "auth/auth.h"
|
||||
#include "system/time.h"
|
||||
#include "db_wrap.h"
|
||||
|
||||
/*
|
||||
this type allows us to distinguish handle types
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "system/time.h"
|
||||
#include "auth/auth.h"
|
||||
#include "lib/ldb/include/ldb.h"
|
||||
#include "db_wrap.h"
|
||||
|
||||
/* a reasonable amount of time to keep credentials live */
|
||||
#define SCHANNEL_CREDENTIALS_EXPIRY 600
|
||||
|
Loading…
Reference in New Issue
Block a user