s4: ran minimal_includes.pl on source4/auth/ntlm
authorAndrew Tridgell <tridge@samba.org>
Tue, 20 Oct 2009 04:38:03 +0000 (15:38 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 20 Oct 2009 05:05:03 +0000 (16:05 +1100)
source4/auth/ntlm/auth_developer.c
source4/auth/ntlm/auth_sam.c
source4/auth/ntlm/auth_server.c
source4/auth/ntlm/auth_simple.c
source4/auth/ntlm/auth_util.c
source4/auth/ntlm/pam_errors.c

index 3b8c83c349b0caca9b75318e11cb81ea7d8388a7..c9048310c34dd6912e63c769ab0198fa65bfa26d 100644 (file)
@@ -23,7 +23,6 @@
 #include "auth/auth.h"
 #include "auth/ntlm/auth_proto.h"
 #include "libcli/security/security.h"
-#include "librpc/gen_ndr/ndr_samr.h"
 
 static NTSTATUS name_to_ntstatus_want_check(struct auth_method_context *ctx,
                                            TALLOC_CTX *mem_ctx,
index 58a21d2d22bae2cf22ea27b2a8990bb436897f4d..46cdd8d24ea268c8563bc3390ed9bb53bd8d830d 100644 (file)
@@ -20,7 +20,6 @@
 */
 
 #include "includes.h"
-#include "librpc/gen_ndr/ndr_netlogon.h"
 #include "system/time.h"
 #include "lib/ldb/include/ldb.h"
 #include "../lib/util/util_ldb.h"
@@ -29,8 +28,6 @@
 #include "auth/ntlm/auth_proto.h"
 #include "auth/auth_sam.h"
 #include "dsdb/samdb/samdb.h"
-#include "libcli/security/security.h"
-#include "libcli/ldap/ldap_ndr.h"
 #include "param/param.h"
 
 extern const char *user_attrs[];
index fd0ef0fe4ad9876c75491261edfadad977466088..12849aa420299c42564ef9986d22034f6c3f075f 100644 (file)
 
 #include "includes.h"
 #include "auth/auth.h"
-#include "auth/ntlm/auth_proto.h"
 #include "auth/credentials/credentials.h"
 #include "libcli/security/security.h"
-#include "librpc/gen_ndr/ndr_samr.h"
 #include "libcli/smb_composite/smb_composite.h"
 #include "param/param.h"
 #include "libcli/resolve/resolve.h"
index ccf677bf5166da5cd393c53ae59ba7092dc69f2c..1de74ec2e299c3c22414144e1eb9112b398547a7 100644 (file)
@@ -23,9 +23,6 @@
 
 #include "includes.h"
 #include "auth/auth.h"
-#include "lib/events/events.h"
-#include "param/param.h"
-#include "auth/session_proto.h"
 
 /*
  It's allowed to pass NULL as session_info,
index 2f8ef10e05a3c54c0d72a691fa2b94f19a1397d1..5543cbebeac4146e175a7f3cc5f0219298ac31e5 100644 (file)
 
 #include "includes.h"
 #include "auth/auth.h"
-#include "auth/auth_proto.h"
-#include "libcli/security/security.h"
 #include "libcli/auth/libcli_auth.h"
-#include "dsdb/samdb/samdb.h"
-#include "auth/credentials/credentials.h"
 #include "param/param.h"
 
 /* this default function can be used by mostly all backends
index 29fa4a813311fda20850b359ce85499bdf051875..9774ad87275f45c84012b2a2dd4ebf292112e594 100644 (file)
@@ -18,7 +18,6 @@
  */
 
 #include "includes.h"
-#include "auth/ntlm/pam_errors.h"
 
 #ifdef WITH_HAVE_SECURITY_PAM_APPL_H
 #include <security/pam_appl.h>