[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Mon May 12 09:50:04 MDT 2014


The branch, master has been updated
       via  360ca8e auth: avoid overwriting the auth_sam_reply.h header all the time.
      from  cf75ef9 pidl/lib/wscript_build: make use of PERL_LIB_INSTALL_DIR

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


- Log -----------------------------------------------------------------
commit 360ca8e017c7d40e3cc00194d6f771c7876f1067
Author: Günther Deschner <gd at samba.org>
Date:   Sat May 10 03:03:13 2014 +0200

    auth: avoid overwriting the auth_sam_reply.h header all the time.
    
    Guenther
    
    Signed-off-by: Günther Deschner <gd at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Günther Deschner <gd at samba.org>
    Autobuild-Date(master): Mon May 12 17:49:46 CEST 2014 on sn-devel-104

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

Summary of changes:
 auth/auth_sam_reply.h |    8 ++++++++
 auth/wscript_build    |    1 -
 2 files changed, 8 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/auth/auth_sam_reply.h b/auth/auth_sam_reply.h
index c782c1c..5481eb2 100644
--- a/auth/auth_sam_reply.h
+++ b/auth/auth_sam_reply.h
@@ -61,6 +61,14 @@ NTSTATUS make_user_info_dc_netlogon_validation(TALLOC_CTX *mem_ctx,
 NTSTATUS make_user_info_dc_pac(TALLOC_CTX *mem_ctx,
 			      struct PAC_LOGON_INFO *pac_logon_info,
 			      struct auth_user_info_dc **_user_info_dc);
+
+/* The following definitions come from auth/wbc_auth_util.c  */
+
+struct wbcAuthUserInfo;
+
+struct netr_SamInfo3 *wbcAuthUserInfo_to_netr_SamInfo3(TALLOC_CTX *mem_ctx,
+						       const struct wbcAuthUserInfo *info);
+
 #undef _PRINTF_ATTRIBUTE
 #define _PRINTF_ATTRIBUTE(a1, a2)
 
diff --git a/auth/wscript_build b/auth/wscript_build
index a61bc37..2026153 100644
--- a/auth/wscript_build
+++ b/auth/wscript_build
@@ -3,7 +3,6 @@
 bld.SAMBA_LIBRARY('auth_sam_reply',
                   source='auth_sam_reply.c wbc_auth_util.c',
                   deps='talloc samba-security samba-util',
-                  autoproto='auth_sam_reply.h',
                   private_library=True
                   )
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list