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

Karolin Seeger kseeger at samba.org
Sat May 23 18:24:00 GMT 2009


The branch, v3-3-test has been updated
       via  fda54237e8a4a87086a670499273c1402d1cd02b (commit)
      from  1653bbf50b02e4f4dc2f01c5dab32c1cc4894582 (commit)

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


- Log -----------------------------------------------------------------
commit fda54237e8a4a87086a670499273c1402d1cd02b
Author: Volker Lendecke <vl at samba.org>
Date:   Wed May 20 17:45:47 2009 +0200

    Fix bug 6382: Case insensitive access to DFS links broken

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

Summary of changes:
 source/smbd/msdfs.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/smbd/msdfs.c b/source/smbd/msdfs.c
index 52b395e..8f18f77 100644
--- a/source/smbd/msdfs.c
+++ b/source/smbd/msdfs.c
@@ -263,6 +263,8 @@ NTSTATUS create_conn_struct(TALLOC_CTX *ctx,
 		return status;
 	}
 
+	conn->fs_capabilities = SMB_VFS_FS_CAPABILITIES(conn);
+
 	/*
 	 * Windows seems to insist on doing trans2getdfsreferral() calls on
 	 * the IPC$ share as the anonymous user. If we try to chdir as that


-- 
Samba Shared Repository


More information about the samba-cvs mailing list