r1154: Change default setting for case sensitivity to "auto". If set to auto
commitcf84c0fe1a061acc0313f7db124b8f947cdf623d
authorJeremy Allison <jra@samba.org>
Tue, 15 Jun 2004 18:36:45 +0000 (15 18:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:51:57 +0000 (10 10:51 -0500)
tree9793fd065214eb18a50b6e09b472f699f8d6c1da
parent4da976dbd07e70726055cc4251fd1c26f63b3b2c
r1154: Change default setting for case sensitivity to "auto". If set to auto
then is the client supports it (current clients supported are Samba and
CIFSVFS - detected by the negprot strings "Samba", "POSIX 2" and a bare
"NT LM 0.12" string) then the setting of the per packet flag smb_flag
FLAG_CASELESS_PATHNAMES is taken into account per packet. This allows
the linux CIFS client to use Samba in a case sensitive manner.
Additional command in smbclient "case_sensitive", toggles the
flag in subsequent packets.
Docs to follow.
Jeremy.
13 files changed:
source/client/client.c
source/include/client.h
source/include/smb.h
source/libsmb/clientgen.c
source/param/loadparm.c
source/smbd/blocking.c
source/smbd/conn.c
source/smbd/negprot.c
source/smbd/notify_hash.c
source/smbd/process.c
source/smbd/server.c
source/smbd/service.c
source/torture/vfstest.c