[SCM] Samba Shared Repository - branch v3-6-test updated

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


The branch, v3-6-test has been updated
       via  4865071 s3: Ensure NULL termination for "workstation" in auth_crap
      from  b438cee Don't rely on the underlying ACL modules to enforce share level security when setting ACLs, check at the call level as well.

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


- Log -----------------------------------------------------------------
commit 48650719294d6856597e94e30059c19ec5ff29c1
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 dc2dc3e..9cf98c0 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