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

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


The branch, v3-2-test has been updated
       via  cdc93a7edc6798078a7b21b1728a844437b6522b (commit)
      from  3f45721216cc6144784c28b82a594f25ebdb1608 (commit)

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


- Log -----------------------------------------------------------------
commit cdc93a7edc6798078a7b21b1728a844437b6522b
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 28208bf..184967c 100644
--- a/source/smbd/msdfs.c
+++ b/source/smbd/msdfs.c
@@ -260,6 +260,8 @@ static 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