1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

s3-vfs: include smbd/smbd.h in vfs modules.

Guenther
This commit is contained in:
Günther Deschner 2011-03-22 22:34:22 +01:00
parent 8c24ebf371
commit 45364f5e69
64 changed files with 65 additions and 0 deletions

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#ifdef HAVE_GPFS

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "nfs4_acls.h"
#include "librpc/gen_ndr/ndr_security.h"
#include "../libcli/security/dom_sid.h"

View File

@ -20,6 +20,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "onefs.h"
#include "onefs_config.h"

View File

@ -19,6 +19,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "onefs.h"
#include <ifs/ifs_syscalls.h>

View File

@ -20,6 +20,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "onefs_config.h"
#include <ifs/ifs_syscalls.h>

View File

@ -20,6 +20,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "onefs.h"
#include "onefs_config.h"

View File

@ -34,6 +34,7 @@
* events back to the proper SMB requests */
#include "includes.h"
#include "smbd/smbd.h"
#include "onefs.h"
#include <ifs/ifs_types.h>

View File

@ -33,6 +33,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "onefs.h"
#include "onefs_config.h"
#include "oplock_onefs.h"

View File

@ -21,6 +21,7 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "smbd/smbd.h"
#include <ifs/ifs_syscalls.h>
#include <sys/types.h>
#include <sys/isi_enc.h>

View File

@ -20,6 +20,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "onefs.h"
#include "onefs_config.h"

View File

@ -19,6 +19,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "onefs.h"
#include "onefs_config.h"
#include "oplock_onefs.h"

View File

@ -19,6 +19,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include <sys/isi_stats_protocol.h>
#include <sys/isi_stats_client.h>
#include <sys/isi_stats_cifs.h>

View File

@ -19,6 +19,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#define PARM_PC_TEST_TYPE "pc_test"
#define PARM_DUMPON_COUNT "count"

View File

@ -19,6 +19,7 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "smbd/smbd.h"
#include "system/filesys.h"
#include "../libcli/security/security.h"
#include "../librpc/gen_ndr/ndr_security.h"

View File

@ -21,6 +21,7 @@
/* NOTE: This is an experimental module, not yet finished. JRA. */
#include "includes.h"
#include "smbd/smbd.h"
#include "system/filesys.h"
#include "librpc/gen_ndr/xattr.h"
#include "librpc/gen_ndr/ndr_xattr.h"

View File

@ -21,6 +21,7 @@
/* NOTE: This is an experimental module, not yet finished. JRA. */
#include "includes.h"
#include "smbd/smbd.h"
#include "librpc/gen_ndr/xattr.h"
#include "librpc/gen_ndr/ndr_xattr.h"
#include "../lib/crypto/crypto.h"

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_VFS

View File

@ -20,6 +20,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "system/shmem.h"
struct mmap_area {

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
extern SMB_ACL_T aixacl_to_smbacl( struct acl *file_acl);
extern struct acl *aixacl_smb_to_aixacl(SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl);

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "nfs4_acls.h"
#undef DBGC_CLASS

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
SMB_ACL_T aixacl_to_smbacl(struct acl *file_acl)
{

View File

@ -24,6 +24,7 @@
#include "includes.h"
#include "system/filesys.h"
#include "system/syslog.h"
#include "smbd/smbd.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_VFS

View File

@ -16,6 +16,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
/* Cache priming module.
*

View File

@ -23,6 +23,7 @@
#include "includes.h"
#include "smbd/smbd.h"
/* cap functions */
static char *capencode(TALLOC_CTX *ctx, const char *from);

View File

@ -27,6 +27,7 @@
#include "includes.h"
#include "smbd/smbd.h"
#define GLOBAL_SNUM 0xFFFFFFF
#define MAP_SIZE 0xFF

View File

@ -17,6 +17,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
/* Commit data module.
*

View File

@ -16,6 +16,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "system/filesys.h"
#include "transfer_file.h"

View File

@ -19,7 +19,9 @@
*/
#include "includes.h"
#include "system/time.h"
#include "system/filesys.h"
#include "smbd/smbd.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_VFS

View File

@ -68,6 +68,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_QUOTA

View File

@ -19,6 +19,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "system/filesys.h"
static int compare_dirent (const SMB_STRUCT_DIRENT *da, const SMB_STRUCT_DIRENT *db)

View File

@ -19,6 +19,7 @@
#include "includes.h"
#include "system/filesys.h"
#include "smbd/smbd.h"
#include "../librpc/gen_ndr/ndr_netlogon.h"
#include "smbd/globals.h"

View File

@ -25,6 +25,7 @@
#include "includes.h"
#include "system/filesys.h"
#include "system/syslog.h"
#include "smbd/smbd.h"
static int vfs_extd_audit_debug_level = DBGC_VFS;

View File

@ -22,6 +22,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "system/filesys.h"
#undef DBGC_CLASS

View File

@ -20,6 +20,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "system/filesys.h"
static int vfs_fileid_debug_level = DBGC_VFS;

View File

@ -60,6 +60,7 @@
#include "includes.h"
#include "system/filesys.h"
#include "system/syslog.h"
#include "smbd/smbd.h"
#include "../librpc/gen_ndr/ndr_netlogon.h"
static int vfs_full_audit_debug_level = DBGC_VFS;

View File

@ -22,6 +22,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "librpc/gen_ndr/ndr_xattr.h"
#undef DBGC_CLASS

View File

@ -47,6 +47,7 @@
#include "includes.h"
#include "smbd/smbd.h"
/*
* including standard header <sys/aclv.h>

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
/* prototypes for private functions first - for clarity */

View File

@ -20,6 +20,7 @@
#include "includes.h"
#include "system/filesys.h"
#include "smbd/smbd.h"
static int linux_xfs_sgid_mkdir(vfs_handle_struct *handle, const char *path, mode_t mode)
{

View File

@ -19,6 +19,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "system/filesys.h"
#undef DBGC_CLASS

View File

@ -19,6 +19,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "librpc/gen_ndr/notify.h"
#include <fam.h>

View File

@ -19,6 +19,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "onefs.h"
#include "onefs_config.h"

View File

@ -22,6 +22,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "onefs_shadow_copy.h"
static int vfs_onefs_shadow_copy_debug_level = DBGC_VFS;

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "system/filesys.h"

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
/* Extent preallocation module.
*

View File

@ -20,6 +20,7 @@
#include "includes.h"
#include "system/filesys.h"
#include "smbd/smbd.h"
struct preopen_state;

View File

@ -17,6 +17,7 @@
#include "includes.h"
#include "system/filesys.h"
#include "smbd/smbd.h"
struct readahead_data {
SMB_OFF_T off_bound;

View File

@ -21,6 +21,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "getdate.h"
/*

View File

@ -23,6 +23,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "system/filesys.h"
#include "../librpc/gen_ndr/ndr_netlogon.h"

View File

@ -48,6 +48,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "system/filesys.h"
#include "config.h"

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
/*
Please read the VFS module Samba-HowTo-Collection.

View File

@ -20,6 +20,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "system/filesys.h"
/*

View File

@ -20,6 +20,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "../smbd/globals.h"
#include "../lib/crypto/crypto.h"
#include "vfs_smb_traffic_analyzer.h"

View File

@ -19,6 +19,7 @@
#include "includes.h"
#include "smbd/smbd.h"
/* typedef struct acl SOLARIS_ACE_T; */

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "system/filesys.h"
#undef DBGC_CLASS

View File

@ -22,6 +22,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "system/filesys.h"
#include "../lib/crypto/md5.h"

View File

@ -21,6 +21,7 @@
#include "includes.h"
#include "system/filesys.h"
#include "smbd/smbd.h"
/*

View File

@ -26,6 +26,7 @@
#include "includes.h"
#include "smbd/smbd.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_VFS

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
/* prototypes for private functions first - for clarity */

View File

@ -39,6 +39,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#ifndef USE_DMAPI
#error "This module requires DMAPI support!"

View File

@ -19,6 +19,7 @@
#include "includes.h"
#include "system/filesys.h"
#include "smbd/smbd.h"
#include "librpc/gen_ndr/xattr.h"
#include "librpc/gen_ndr/ndr_xattr.h"
#include "../librpc/gen_ndr/ndr_netlogon.h"

View File

@ -23,6 +23,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "nfs4_acls.h"
#if HAVE_FREEBSD_SUNACL_H

View File

@ -20,6 +20,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "system/passwd.h"
#include "system/filesys.h"
#include "vfstest.h"

View File

@ -24,6 +24,7 @@
*/
#include "includes.h"
#include "smbd/smbd.h"
#include "popt_common.h"
#include "vfstest.h"
#include "../libcli/smbreadline/smbreadline.h"