[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2563-g0bc1896

Jeremy Allison jra at samba.org
Thu May 22 21:19:48 GMT 2008


The branch, v3-3-test has been updated
       via  0bc18967aa7cb6f4debeaa48be81d0e48a7d9503 (commit)
      from  037b9689d9042a398cb91e4628a82fcdfa913c21 (commit)

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


- Log -----------------------------------------------------------------
commit 0bc18967aa7cb6f4debeaa48be81d0e48a7d9503
Author: Jeremy Allison <jra at samba.org>
Date:   Thu May 22 14:19:14 2008 -0700

    Get rid of "shadowed local var" warnings with gcc.
    Jeremy.

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

Summary of changes:
 source/winbindd/winbindd_pam.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/winbindd/winbindd_pam.c b/source/winbindd/winbindd_pam.c
index 2de10a9..f548a04 100644
--- a/source/winbindd/winbindd_pam.c
+++ b/source/winbindd/winbindd_pam.c
@@ -1290,12 +1290,12 @@ NTSTATUS winbindd_dual_pam_auth_samlogon(struct winbindd_domain *domain,
 				     uint32 logon_parameters,
 				     const char *server,
 				     const char *username,
-				     const char *domain,
+				     const char *ldomain,
 				     const char *workstation,
-				     const uint8 chal[8],
+				     const uint8 lchal[8],
 				     DATA_BLOB lm_response,
 				     DATA_BLOB nt_response,
-				     struct netr_SamInfo3 **info3);
+				     struct netr_SamInfo3 **linfo3);
 
 		ZERO_STRUCTP(my_info3);
 		retry = False;
@@ -1868,12 +1868,12 @@ enum winbindd_result winbindd_dual_pam_auth_crap(struct winbindd_domain *domain,
 				     uint32 logon_parameters,
 				     const char *server,
 				     const char *username,
-				     const char *domain,
-				     const char *workstation,
-				     const uint8 chal[8],
+				     const char *ldomain,
+				     const char *lworkstation,
+				     const uint8 lchal[8],
 				     DATA_BLOB lm_response,
 				     DATA_BLOB nt_response,
-				     struct netr_SamInfo3 **info3);
+				     struct netr_SamInfo3 **linfo3);
 
 		retry = False;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list