svn commit: samba r26115 - in branches/4.0-python/source: auth auth/credentials auth/gensec auth/ntlmssp param

jelmer at samba.org jelmer at samba.org
Sun Nov 25 15:56:41 GMT 2007


Author: jelmer
Date: 2007-11-25 15:56:39 +0000 (Sun, 25 Nov 2007)
New Revision: 26115

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26115

Log:
Fix includes.
Modified:
   branches/4.0-python/source/auth/auth_anonymous.c
   branches/4.0-python/source/auth/auth_developer.c
   branches/4.0-python/source/auth/auth_simple.c
   branches/4.0-python/source/auth/auth_winbind.c
   branches/4.0-python/source/auth/credentials/credentials.c
   branches/4.0-python/source/auth/credentials/credentials_files.c
   branches/4.0-python/source/auth/gensec/gensec_gssapi.c
   branches/4.0-python/source/auth/gensec/gensec_krb5.c
   branches/4.0-python/source/auth/gensec/schannel.c
   branches/4.0-python/source/auth/gensec/schannel_state.c
   branches/4.0-python/source/auth/ntlmssp/ntlmssp_server.c
   branches/4.0-python/source/auth/sam.c
   branches/4.0-python/source/param/secrets.c


Changeset:
Modified: branches/4.0-python/source/auth/auth_anonymous.c
===================================================================
--- branches/4.0-python/source/auth/auth_anonymous.c	2007-11-25 15:34:12 UTC (rev 26114)
+++ branches/4.0-python/source/auth/auth_anonymous.c	2007-11-25 15:56:39 UTC (rev 26115)
@@ -21,6 +21,7 @@
 
 #include "includes.h"
 #include "auth/auth.h"
+#include "auth/auth_util.h"
 
 /**
  * Return a anonymous logon for anonymous users (username = "")

Modified: branches/4.0-python/source/auth/auth_developer.c
===================================================================
--- branches/4.0-python/source/auth/auth_developer.c	2007-11-25 15:34:12 UTC (rev 26114)
+++ branches/4.0-python/source/auth/auth_developer.c	2007-11-25 15:56:39 UTC (rev 26115)
@@ -21,6 +21,7 @@
 
 #include "includes.h"
 #include "auth/auth.h"
+#include "auth/auth_util.h"
 #include "libcli/security/security.h"
 #include "librpc/gen_ndr/ndr_samr.h"
 

Modified: branches/4.0-python/source/auth/auth_simple.c
===================================================================
--- branches/4.0-python/source/auth/auth_simple.c	2007-11-25 15:34:12 UTC (rev 26114)
+++ branches/4.0-python/source/auth/auth_simple.c	2007-11-25 15:56:39 UTC (rev 26115)
@@ -23,6 +23,7 @@
 
 #include "includes.h"
 #include "auth/auth.h"
+#include "auth/auth_util.h"
 #include "lib/events/events.h"
 
 /*

Modified: branches/4.0-python/source/auth/auth_winbind.c
===================================================================
--- branches/4.0-python/source/auth/auth_winbind.c	2007-11-25 15:34:12 UTC (rev 26114)
+++ branches/4.0-python/source/auth/auth_winbind.c	2007-11-25 15:56:39 UTC (rev 26115)
@@ -23,6 +23,7 @@
 
 #include "includes.h"
 #include "auth/auth.h"
+#include "auth/auth_util.h"
 #include "nsswitch/winbind_client.h"
 #include "librpc/gen_ndr/ndr_netlogon.h"
 #include "librpc/gen_ndr/ndr_winbind.h"

Modified: branches/4.0-python/source/auth/credentials/credentials.c
===================================================================
--- branches/4.0-python/source/auth/credentials/credentials.c	2007-11-25 15:34:12 UTC (rev 26114)
+++ branches/4.0-python/source/auth/credentials/credentials.c	2007-11-25 15:56:39 UTC (rev 26115)
@@ -24,7 +24,6 @@
 #include "includes.h"
 #include "librpc/gen_ndr/samr.h" /* for struct samrPassword */
 #include "auth/credentials/credentials.h"
-#include "auth/credentials/credentials_krb5.h"
 #include "libcli/auth/libcli_auth.h"
 #include "lib/events/events.h"
 #include "param/param.h"

Modified: branches/4.0-python/source/auth/credentials/credentials_files.c
===================================================================
--- branches/4.0-python/source/auth/credentials/credentials_files.c	2007-11-25 15:34:12 UTC (rev 26114)
+++ branches/4.0-python/source/auth/credentials/credentials_files.c	2007-11-25 15:56:39 UTC (rev 26115)
@@ -28,7 +28,6 @@
 #include "system/filesys.h"
 #include "util/util_ldb.h"
 #include "auth/credentials/credentials.h"
-#include "auth/credentials/credentials_krb5.h"
 #include "param/param.h"
 #include "ldb_wrap.h"
 

Modified: branches/4.0-python/source/auth/gensec/gensec_gssapi.c
===================================================================
--- branches/4.0-python/source/auth/gensec/gensec_gssapi.c	2007-11-25 15:34:12 UTC (rev 26114)
+++ branches/4.0-python/source/auth/gensec/gensec_gssapi.c	2007-11-25 15:56:39 UTC (rev 26115)
@@ -28,11 +28,11 @@
 #include "auth/kerberos/kerberos.h"
 #include "librpc/gen_ndr/krb5pac.h"
 #include "auth/auth.h"
+#include "auth/auth_util.h"
 #include "lib/ldb/include/ldb.h"
 #include "auth/auth_sam.h"
 #include "librpc/rpc/dcerpc.h"
 #include "auth/credentials/credentials.h"
-#include "auth/credentials/credentials_krb5.h"
 #include "auth/gensec/gensec.h"
 #include "param/param.h"
 

Modified: branches/4.0-python/source/auth/gensec/gensec_krb5.c
===================================================================
--- branches/4.0-python/source/auth/gensec/gensec_krb5.c	2007-11-25 15:34:12 UTC (rev 26114)
+++ branches/4.0-python/source/auth/gensec/gensec_krb5.c	2007-11-25 15:56:39 UTC (rev 26115)
@@ -28,13 +28,13 @@
 #include "auth/kerberos/kerberos.h"
 #include "librpc/gen_ndr/krb5pac.h"
 #include "auth/auth.h"
+#include "auth/auth_util.h"
 #include "lib/ldb/include/ldb.h"
 #include "auth/auth_sam.h"
 #include "system/network.h"
 #include "lib/socket/socket.h"
 #include "librpc/rpc/dcerpc.h"
 #include "auth/credentials/credentials.h"
-#include "auth/credentials/credentials_krb5.h"
 #include "auth/gensec/gensec.h"
 #include "param/param.h"
 

Modified: branches/4.0-python/source/auth/gensec/schannel.c
===================================================================
--- branches/4.0-python/source/auth/gensec/schannel.c	2007-11-25 15:34:12 UTC (rev 26114)
+++ branches/4.0-python/source/auth/gensec/schannel.c	2007-11-25 15:56:39 UTC (rev 26115)
@@ -23,6 +23,7 @@
 #include "includes.h"
 #include "librpc/gen_ndr/ndr_schannel.h"
 #include "auth/auth.h"
+#include "auth/auth_util.h"
 #include "auth/credentials/credentials.h"
 #include "auth/gensec/gensec.h"
 #include "auth/gensec/schannel.h"

Modified: branches/4.0-python/source/auth/gensec/schannel_state.c
===================================================================
--- branches/4.0-python/source/auth/gensec/schannel_state.c	2007-11-25 15:34:12 UTC (rev 26114)
+++ branches/4.0-python/source/auth/gensec/schannel_state.c	2007-11-25 15:56:39 UTC (rev 26115)
@@ -23,6 +23,7 @@
 #include "lib/ldb/include/ldb.h"
 #include "lib/ldb/include/ldb_errors.h"
 #include "dsdb/samdb/samdb.h"
+#include "dsdb/samdb/util.h"
 #include "ldb_wrap.h"
 #include "util/util_ldb.h"
 #include "libcli/auth/libcli_auth.h"

Modified: branches/4.0-python/source/auth/ntlmssp/ntlmssp_server.c
===================================================================
--- branches/4.0-python/source/auth/ntlmssp/ntlmssp_server.c	2007-11-25 15:34:12 UTC (rev 26114)
+++ branches/4.0-python/source/auth/ntlmssp/ntlmssp_server.c	2007-11-25 15:56:39 UTC (rev 26115)
@@ -30,6 +30,7 @@
 #include "auth/credentials/credentials.h"
 #include "auth/gensec/gensec.h"
 #include "auth/auth.h"
+#include "auth/auth_util.h"
 #include "param/param.h"
 
 /** 

Modified: branches/4.0-python/source/auth/sam.c
===================================================================
--- branches/4.0-python/source/auth/sam.c	2007-11-25 15:34:12 UTC (rev 26114)
+++ branches/4.0-python/source/auth/sam.c	2007-11-25 15:56:39 UTC (rev 26115)
@@ -26,6 +26,7 @@
 #include <ldb.h>
 #include "util/util_ldb.h"
 #include "dsdb/samdb/samdb.h"
+#include "dsdb/samdb/util.h"
 #include "libcli/security/security.h"
 #include "libcli/ldap/ldap.h"
 #include "librpc/gen_ndr/ndr_netlogon.h"

Modified: branches/4.0-python/source/param/secrets.c
===================================================================
--- branches/4.0-python/source/param/secrets.c	2007-11-25 15:34:12 UTC (rev 26114)
+++ branches/4.0-python/source/param/secrets.c	2007-11-25 15:56:39 UTC (rev 26115)
@@ -33,6 +33,7 @@
 #include "lib/util/util_tdb.h"
 #include "lib/util/util_ldb.h"
 #include "dsdb/samdb/samdb.h"
+#include "dsdb/samdb/util.h"
 
 static struct tdb_wrap *tdb;
 



More information about the samba-cvs mailing list