[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-298-g95831a0

Andrew Bartlett abartlet at samba.org
Mon May 5 22:14:22 GMT 2008


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

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


- Log -----------------------------------------------------------------
commit 95831a015ae076b52256961f771f50dd9b278e33
Author: Tiago Batista <tiagosbatista at gmail.com>
Date:   Tue May 6 08:12:03 2008 +1000

    Tiago Batista posted a patch to fix the build:
    
    Trying to compile the latest git tree, I got some errors
    "auth/pam_error.h not found" errors, it looks like it moved to
    auth/ntlm/pam_errors.h.
    
    Andrew Bartlett

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

Summary of changes:
 source/auth/ntlm/auth_unix.c          |    2 +-
 source/torture/winbind/struct_based.c |    2 +-
 source/winbind/wb_samba3_cmd.c        |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/auth/ntlm/auth_unix.c b/source/auth/ntlm/auth_unix.c
index 5073ba6..1717b9d 100644
--- a/source/auth/ntlm/auth_unix.c
+++ b/source/auth/ntlm/auth_unix.c
@@ -24,7 +24,7 @@
 #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"
+#include "auth/ntlm/pam_errors.h"
 #include "param/param.h"
 
 /* TODO: look at how to best fill in parms retrieveing a struct passwd info
diff --git a/source/torture/winbind/struct_based.c b/source/torture/winbind/struct_based.c
index 87378aa..31c5b8c 100644
--- a/source/torture/winbind/struct_based.c
+++ b/source/torture/winbind/struct_based.c
@@ -26,7 +26,7 @@
 #include "libcli/security/security.h"
 #include "librpc/gen_ndr/netlogon.h"
 #include "param/param.h"
-#include "auth/pam_errors.h"
+#include "auth/ntlm/pam_errors.h"
 
 #define DO_STRUCT_REQ_REP_EXT(op,req,rep,expected,strict,warnaction,cmt) do { \
 	NSS_STATUS __got, __expected = (expected); \
diff --git a/source/winbind/wb_samba3_cmd.c b/source/winbind/wb_samba3_cmd.c
index f0aaaa7..5ef0339 100644
--- a/source/winbind/wb_samba3_cmd.c
+++ b/source/winbind/wb_samba3_cmd.c
@@ -29,7 +29,7 @@
 #include "version.h"
 #include "librpc/gen_ndr/netlogon.h"
 #include "libcli/security/security.h"
-#include "auth/pam_errors.h"
+#include "auth/ntlm/pam_errors.h"
 #include "auth/credentials/credentials.h"
 #include "smbd/service_task.h"
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list