[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-297-g7c07edb

Andrew Bartlett abartlet at samba.org
Mon May 5 09:29:42 GMT 2008


The branch, v4-0-test has been updated
       via  7c07edb24b31e7dc3e9b836ec4a6680ee2b04276 (commit)
      from  efa399037511ced8978f2e7661a71aac7a384883 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 7c07edb24b31e7dc3e9b836ec4a6680ee2b04276
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Mon May 5 19:28:38 2008 +1000

    Fix the build after the auth/ -> auth/ntlm/ rename
    
    I need to fix up the header inclusion, but this fixes things for now.
    
    Andrew Bartlett

-----------------------------------------------------------------------

Summary of changes:
 source/auth/ntlm/auth.c              |    2 +-
 source/auth/ntlm/auth_anonymous.c    |    2 +-
 source/auth/ntlm/auth_developer.c    |    2 +-
 source/auth/ntlm/auth_server.c       |    2 +-
 source/auth/ntlm/auth_unix.c         |    2 +-
 source/auth/ntlm/auth_winbind.c      |    2 +-
 source/auth/ntlmssp/ntlmssp.c        |    2 +-
 source/auth/ntlmssp/ntlmssp_server.c |    2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/auth/ntlm/auth.c b/source/auth/ntlm/auth.c
index b74a438..dc4303d 100644
--- a/source/auth/ntlm/auth.c
+++ b/source/auth/ntlm/auth.c
@@ -21,7 +21,7 @@
 #include "includes.h"
 #include "lib/util/dlinklist.h"
 #include "auth/auth.h"
-#include "auth/auth_proto.h"
+#include "auth/ntlm/auth_proto.h"
 #include "lib/events/events.h"
 #include "build.h"
 #include "param/param.h"
diff --git a/source/auth/ntlm/auth_anonymous.c b/source/auth/ntlm/auth_anonymous.c
index b93c7c2..c889071 100644
--- a/source/auth/ntlm/auth_anonymous.c
+++ b/source/auth/ntlm/auth_anonymous.c
@@ -21,7 +21,7 @@
 
 #include "includes.h"
 #include "auth/auth.h"
-#include "auth/auth_proto.h"
+#include "auth/ntlm/auth_proto.h"
 #include "param/param.h"
 
 /**
diff --git a/source/auth/ntlm/auth_developer.c b/source/auth/ntlm/auth_developer.c
index a2c9cbc..3b8c83c 100644
--- a/source/auth/ntlm/auth_developer.c
+++ b/source/auth/ntlm/auth_developer.c
@@ -21,7 +21,7 @@
 
 #include "includes.h"
 #include "auth/auth.h"
-#include "auth/auth_proto.h"
+#include "auth/ntlm/auth_proto.h"
 #include "libcli/security/security.h"
 #include "librpc/gen_ndr/ndr_samr.h"
 
diff --git a/source/auth/ntlm/auth_server.c b/source/auth/ntlm/auth_server.c
index be5f84f..f154cf0 100644
--- a/source/auth/ntlm/auth_server.c
+++ b/source/auth/ntlm/auth_server.c
@@ -21,7 +21,7 @@
 
 #include "includes.h"
 #include "auth/auth.h"
-#include "auth/auth_proto.h"
+#include "auth/ntlm/auth_proto.h"
 #include "auth/credentials/credentials.h"
 #include "libcli/security/security.h"
 #include "librpc/gen_ndr/ndr_samr.h"
diff --git a/source/auth/ntlm/auth_unix.c b/source/auth/ntlm/auth_unix.c
index a417107..5073ba6 100644
--- a/source/auth/ntlm/auth_unix.c
+++ b/source/auth/ntlm/auth_unix.c
@@ -21,7 +21,7 @@
 
 #include "includes.h"
 #include "auth/auth.h"
-#include "auth/auth_proto.h"
+#include "auth/ntlm/auth_proto.h"
 #include "system/passwd.h" /* needed by some systems for struct passwd */
 #include "lib/socket/socket.h" 
 #include "auth/pam_errors.h"
diff --git a/source/auth/ntlm/auth_winbind.c b/source/auth/ntlm/auth_winbind.c
index 149f549..ac63b24 100644
--- a/source/auth/ntlm/auth_winbind.c
+++ b/source/auth/ntlm/auth_winbind.c
@@ -23,7 +23,7 @@
 
 #include "includes.h"
 #include "auth/auth.h"
-#include "auth/auth_proto.h"
+#include "auth/ntlm/auth_proto.h"
 #include "auth/session_proto.h"
 #include "nsswitch/winbind_client.h"
 #include "librpc/gen_ndr/ndr_netlogon.h"
diff --git a/source/auth/ntlmssp/ntlmssp.c b/source/auth/ntlmssp/ntlmssp.c
index 64bfebd..0b7f0da 100644
--- a/source/auth/ntlmssp/ntlmssp.c
+++ b/source/auth/ntlmssp/ntlmssp.c
@@ -29,7 +29,7 @@
 #include "auth/gensec/gensec.h"
 #include "auth/gensec/gensec_proto.h"
 #include "auth/auth.h"
-#include "auth/auth_proto.h"
+#include "auth/ntlm/auth_proto.h"
 #include "param/param.h"
 
 /**
diff --git a/source/auth/ntlmssp/ntlmssp_server.c b/source/auth/ntlmssp/ntlmssp_server.c
index d8ef2a2..dfc5940 100644
--- a/source/auth/ntlmssp/ntlmssp_server.c
+++ b/source/auth/ntlmssp/ntlmssp_server.c
@@ -30,7 +30,7 @@
 #include "auth/credentials/credentials.h"
 #include "auth/gensec/gensec.h"
 #include "auth/auth.h"
-#include "auth/auth_proto.h"
+#include "auth/ntlm/auth_proto.h"
 #include "param/param.h"
 #include "auth/session_proto.h"
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list