[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu Sep 9 15:26:05 MDT 2010


The branch, master has been updated
       via  789a162 s3: Ensure NULL termination for "workstation" in auth_crap
      from  9f4c1a2 s3-nmbd: use NETLOGON_NT_VERSION_1 in LOGON_PRIMARY_RESPONSE.

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


- Log -----------------------------------------------------------------
commit 789a16298945a7c728c419d8466f8fa9447f5dc2
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Sep 9 16:25:09 2010 +0200

    s3: Ensure NULL termination for "workstation" in auth_crap

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_pam_auth_crap.c b/source3/winbindd/winbindd_pam_auth_crap.c
index d9f0273..41e6681 100644
--- a/source3/winbindd/winbindd_pam_auth_crap.c
+++ b/source3/winbindd/winbindd_pam_auth_crap.c
@@ -48,6 +48,8 @@ struct tevent_req *winbindd_pam_auth_crap_send(
 		sizeof(request->data.auth_crap.user)-1] = '\0';
 	request->data.auth_crap.domain[
 		sizeof(request->data.auth_crap.domain)-1] = '\0';
+	request->data.auth_crap.workstation[
+		sizeof(request->data.auth_crap.workstation)-1] = '\0';
 
 	DEBUG(3, ("[%5lu]: pam auth crap domain: [%s] user: %s\n",
 		  (unsigned long)cli->pid,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list