[SCM] Samba Shared Repository - branch master updated

Andrew Bartlett abartlet at samba.org
Fri Sep 21 18:45:02 MDT 2012


The branch, master has been updated
       via  d59688a auth/kerberos: add HAVE_KRB5 guard to fix non-krb5 build after winbindd pac changes
      from  7a493fd s3:smbd: release the share mode lock before calling exit_server() (bug #9191)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit d59688a8e749454a59174b545f152a5c2880f999
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Fri Sep 21 15:59:11 2012 -0700

    auth/kerberos: add HAVE_KRB5 guard to fix non-krb5 build after winbindd pac changes
    
    Autobuild-User(master): Andrew Bartlett <abartlet at samba.org>
    Autobuild-Date(master): Sat Sep 22 02:44:07 CEST 2012 on sn-devel-104

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

Summary of changes:
 auth/kerberos/pac_utils.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/auth/kerberos/pac_utils.h b/auth/kerberos/pac_utils.h
index b9b6664..d09e7b6 100644
--- a/auth/kerberos/pac_utils.h
+++ b/auth/kerberos/pac_utils.h
@@ -21,6 +21,8 @@
 #ifndef _PAC_UTILS_H
 #define _PAC_UTILS_H
 
+#ifdef HAVE_KRB5
+
 #include "lib/krb5_wrap/krb5_samba.h"
 #include "lib/krb5_wrap/gss_samba.h"
 
@@ -65,4 +67,5 @@ NTSTATUS gssapi_get_session_key(TALLOC_CTX *mem_ctx,
 char *gssapi_error_string(TALLOC_CTX *mem_ctx,
 			  OM_uint32 maj_stat, OM_uint32 min_stat,
 			  const gss_OID mech);
+#endif /* HAVE_KRB5 */
 #endif /* _PAC_UTILS_H */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list