[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-1163-gde4c847

Karolin Seeger kseeger at samba.org
Sat Jun 27 09:39:14 GMT 2009


The branch, v3-4-test has been updated
       via  de4c8478e5f6de8c9207f15287b52cb383a903bf (commit)
      from  bb59901d6e4f7c03b815ac6afd297b4230031330 (commit)

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


- Log -----------------------------------------------------------------
commit de4c8478e5f6de8c9207f15287b52cb383a903bf
Author: Bo Yang <boyang at samba.org>
Date:   Fri May 29 16:10:19 2009 +0800

    s3: fix building of pam_smbpass.
    
    Signed-off-by: Bo Yang <boyang at samba.org>
    Signed-off-by: Michael Adam <obnox at samba.org>

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

Summary of changes:
 source3/pam_smbpass/support.c |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/pam_smbpass/support.c b/source3/pam_smbpass/support.c
index 50a2a14..dabd57d 100644
--- a/source3/pam_smbpass/support.c
+++ b/source3/pam_smbpass/support.c
@@ -20,6 +20,21 @@
 
 #include "support.h"
 
+#if defined(HAVE_SECURITY_PAM_EXT_H)
+#include <security/pam_ext.h>
+#elif defined(HAVE_PAM_PAM_EXT_H)
+#include <pam/pam_ext.h>
+#endif
+
+#if defined(HAVE_SECURITY__PAM_MACROS_H)
+#include <security/_pam_macros.h>
+#elif defined(HAVE_PAM__PAM_MACROS_H)
+#include <pam/_pam_macros.h>
+#endif
+
+#ifdef HAVE_SYSLOG_H
+#include <syslog.h>
+#endif
 
 #define _pam_overwrite(x)        \
 do {                             \


-- 
Samba Shared Repository


More information about the samba-cvs mailing list