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 "lib/ldb/include/ldb.h"
|
||||||
#include "system/time.h"
|
#include "system/time.h"
|
||||||
#include "system/filesys.h"
|
#include "system/filesys.h"
|
||||||
|
#include "db_wrap.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
connect to the SAM database
|
connect to the SAM database
|
||||||
|
@ -113,7 +113,6 @@ extern int errno;
|
|||||||
#include "lib/talloc/talloc.h"
|
#include "lib/talloc/talloc.h"
|
||||||
#include "nt_status.h"
|
#include "nt_status.h"
|
||||||
#include "structs.h"
|
#include "structs.h"
|
||||||
#include "db_wrap.h"
|
|
||||||
#include "trans2.h"
|
#include "trans2.h"
|
||||||
#include "nterr.h"
|
#include "nterr.h"
|
||||||
#include "charset.h"
|
#include "charset.h"
|
||||||
|
@ -136,6 +136,7 @@ struct netr_LMSessionKey;
|
|||||||
|
|
||||||
struct ldb_val;
|
struct ldb_val;
|
||||||
struct ldb_message;
|
struct ldb_message;
|
||||||
|
struct ldb_context;
|
||||||
|
|
||||||
struct dom_sid;
|
struct dom_sid;
|
||||||
struct security_token;
|
struct security_token;
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
#include "ldap_parse.h"
|
#include "ldap_parse.h"
|
||||||
#include "lib/ldb/include/ldb.h"
|
#include "lib/ldb/include/ldb.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
#include "librpc/gen_ndr/ndr_security.h"
|
||||||
|
#include "db_wrap.h"
|
||||||
|
|
||||||
|
|
||||||
#define VALID_DN_SYNTAX(dn,i) do {\
|
#define VALID_DN_SYNTAX(dn,i) do {\
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
#include "ldap_server/ldap_server.h"
|
#include "ldap_server/ldap_server.h"
|
||||||
#include "ldap_parse.h"
|
#include "ldap_parse.h"
|
||||||
#include "lib/ldb/include/ldb.h"
|
#include "lib/ldb/include/ldb.h"
|
||||||
|
#include "db_wrap.h"
|
||||||
|
|
||||||
#define VALID_DN_SYNTAX(dn,i) do {\
|
#define VALID_DN_SYNTAX(dn,i) do {\
|
||||||
if (!(dn)) {\
|
if (!(dn)) {\
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
#include "dlinklist.h"
|
#include "dlinklist.h"
|
||||||
#include "lib/tdb/include/tdb.h"
|
#include "lib/tdb/include/tdb.h"
|
||||||
#include "lib/ldb/include/ldb.h"
|
#include "lib/ldb/include/ldb.h"
|
||||||
|
#include "db_wrap.h"
|
||||||
|
|
||||||
static struct ldb_wrap *ldb_list;
|
static struct ldb_wrap *ldb_list;
|
||||||
static struct tdb_wrap *tdb_list;
|
static struct tdb_wrap *tdb_list;
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
#include "lib/tdb/include/tdbutil.h"
|
#include "lib/tdb/include/tdbutil.h"
|
||||||
#include "system/time.h"
|
#include "system/time.h"
|
||||||
#include "system/filesys.h"
|
#include "system/filesys.h"
|
||||||
|
#include "db_wrap.h"
|
||||||
|
|
||||||
#undef DBGC_CLASS
|
#undef DBGC_CLASS
|
||||||
#define DBGC_CLASS DBGC_TDB
|
#define DBGC_CLASS DBGC_TDB
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "registry.h"
|
#include "registry.h"
|
||||||
#include "lib/ldb/include/ldb.h"
|
#include "lib/ldb/include/ldb.h"
|
||||||
|
#include "db_wrap.h"
|
||||||
|
|
||||||
struct ldb_key_data
|
struct ldb_key_data
|
||||||
{
|
{
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
#include "system/filesys.h"
|
#include "system/filesys.h"
|
||||||
#include "lib/tdb/include/tdb.h"
|
#include "lib/tdb/include/tdb.h"
|
||||||
#include "messages.h"
|
#include "messages.h"
|
||||||
|
#include "db_wrap.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
in this module a "DATA_BLOB *file_key" is a blob that uniquely identifies
|
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 "lib/tdb/include/tdb.h"
|
||||||
#include "messages.h"
|
#include "messages.h"
|
||||||
#include "librpc/gen_ndr/ndr_security.h"
|
#include "librpc/gen_ndr/ndr_security.h"
|
||||||
|
#include "db_wrap.h"
|
||||||
|
|
||||||
struct odb_context {
|
struct odb_context {
|
||||||
struct tdb_wrap *w;
|
struct tdb_wrap *w;
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
#include "vfs_posix.h"
|
#include "vfs_posix.h"
|
||||||
#include "lib/tdb/include/tdb.h"
|
#include "lib/tdb/include/tdb.h"
|
||||||
|
#include "db_wrap.h"
|
||||||
|
|
||||||
#define XATTR_LIST_ATTR ".xattr_list"
|
#define XATTR_LIST_ATTR ".xattr_list"
|
||||||
|
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
#include "secrets.h"
|
#include "secrets.h"
|
||||||
#include "system/filesys.h"
|
#include "system/filesys.h"
|
||||||
#include "pstring.h"
|
#include "pstring.h"
|
||||||
|
#include "db_wrap.h"
|
||||||
|
|
||||||
#undef DBGC_CLASS
|
#undef DBGC_CLASS
|
||||||
#define DBGC_CLASS DBGC_PASSDB
|
#define DBGC_CLASS DBGC_PASSDB
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
#include "lib/ldb/include/ldb.h"
|
#include "lib/ldb/include/ldb.h"
|
||||||
#include "auth/auth.h"
|
#include "auth/auth.h"
|
||||||
#include "system/time.h"
|
#include "system/time.h"
|
||||||
|
#include "db_wrap.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
this type allows us to distinguish handle types
|
this type allows us to distinguish handle types
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
#include "system/time.h"
|
#include "system/time.h"
|
||||||
#include "auth/auth.h"
|
#include "auth/auth.h"
|
||||||
#include "lib/ldb/include/ldb.h"
|
#include "lib/ldb/include/ldb.h"
|
||||||
|
#include "db_wrap.h"
|
||||||
|
|
||||||
/* a reasonable amount of time to keep credentials live */
|
/* a reasonable amount of time to keep credentials live */
|
||||||
#define SCHANNEL_CREDENTIALS_EXPIRY 600
|
#define SCHANNEL_CREDENTIALS_EXPIRY 600
|
||||||
|
Loading…
Reference in New Issue
Block a user