[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sun Apr 11 03:16:05 MDT 2010


The branch, master has been updated
       via  b91484a... s3: Cosmetics -- I could not spot where "chal" was initialized
      from  2c193fe... s4:auth Remove event context from anonymous_session()

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


- Log -----------------------------------------------------------------
commit b91484a1a075c2913ebb50ee034f36580387bfa8
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Apr 11 11:14:24 2010 +0200

    s3: Cosmetics -- I could not spot where "chal" was initialized

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c
index e151b1a..d5650d9 100644
--- a/source3/winbindd/winbindd_pam.c
+++ b/source3/winbindd/winbindd_pam.c
@@ -1218,8 +1218,8 @@ static NTSTATUS winbindd_dual_pam_auth_samlogon(struct winbindd_domain *domain,
 
 	/* do password magic */
 
-
 	generate_random_buffer(chal, 8);
+
 	if (lp_client_ntlmv2_auth()) {
 		DATA_BLOB server_chal;
 		DATA_BLOB names_blob;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list