s3-auth: vfs modules need auth.h
authorGünther Deschner <gd@samba.org>
Thu, 24 Mar 2011 13:15:54 +0000 (14:15 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 29 Mar 2011 23:13:09 +0000 (01:13 +0200)
Guenther

source3/modules/vfs_acl_tdb.c
source3/modules/vfs_acl_xattr.c
source3/modules/vfs_expand_msdfs.c
source3/modules/vfs_fake_perms.c
source3/modules/vfs_full_audit.c
source3/modules/vfs_recycle.c
source3/modules/vfs_smb_traffic_analyzer.c

index a5f21329a46a4fea7249d49f038a4204173dce5e..7a9e10d4be783964a26c6d2dbef694ab03acf6c3 100644 (file)
@@ -27,6 +27,7 @@
 #include "librpc/gen_ndr/ndr_xattr.h"
 #include "../lib/crypto/crypto.h"
 #include "dbwrap.h"
+#include "auth.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_VFS
index 46f9cf6ef408c91642b67eccb65d02d4c473c9f0..213ba9ae510ba9215ccfdab72135ff43659f46ef 100644 (file)
@@ -25,6 +25,7 @@
 #include "librpc/gen_ndr/xattr.h"
 #include "librpc/gen_ndr/ndr_xattr.h"
 #include "../lib/crypto/crypto.h"
+#include "auth.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_VFS
index ab0a8412e85430b40f7959807c63677afa19b455..f1f82d243ee05fd8be0a4ed114611f3009b7beed 100644 (file)
@@ -22,6 +22,7 @@
 #include "smbd/smbd.h"
 #include "../librpc/gen_ndr/ndr_netlogon.h"
 #include "smbd/globals.h"
+#include "auth.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_VFS
index eb36e1d2246a1befdc4ef85bf70ffa4134dcb529..ade24075439f079a80b227fa8dd7f8919b50ddf5 100644 (file)
@@ -24,6 +24,7 @@
 #include "includes.h"
 #include "smbd/smbd.h"
 #include "system/filesys.h"
+#include "auth.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_VFS
index c9a9e3d485812236c0aa0b85429454cfb279a929..024a1798784924c05c5956d896a0d4536b1478df 100644 (file)
@@ -62,6 +62,7 @@
 #include "system/syslog.h"
 #include "smbd/smbd.h"
 #include "../librpc/gen_ndr/ndr_netlogon.h"
+#include "auth.h"
 
 static int vfs_full_audit_debug_level = DBGC_VFS;
 
index 110acad75af25ce6f802081b33e5ed35f48f43e6..22f61b4b33c7f87e5722bc04d7bddafa9b1040a4 100644 (file)
@@ -26,6 +26,7 @@
 #include "smbd/smbd.h"
 #include "system/filesys.h"
 #include "../librpc/gen_ndr/ndr_netlogon.h"
+#include "auth.h"
 
 #define ALLOC_CHECK(ptr, label) do { if ((ptr) == NULL) { DEBUG(0, ("recycle.bin: out of memory!\n")); errno = ENOMEM; goto label; } } while(0)
 
index a8a6cb75a7eca075c4f71b3a640f3f4589bb6d41..9f968b021c28c899af2aa72a6bcf0fb861141f2d 100644 (file)
@@ -27,6 +27,7 @@
 #include "../libcli/security/security.h"
 #include "secrets.h"
 #include "../librpc/gen_ndr/ndr_netlogon.h"
+#include "auth.h"
 
 /* abstraction for the send_over_network function */
 enum sock_type {INTERNET_SOCKET = 0, UNIX_DOMAIN_SOCKET};