r1154: Change default setting for case sensitivity to "auto". If set to auto
authorJeremy Allison <jra@samba.org>
Tue, 15 Jun 2004 18:36:45 +0000 (18:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:51:57 +0000 (10:51 -0500)
commit2acd0848663f28afedff9b11b738e048f5ead2cc
tree3f36e5c0fc1bba20f626ae58ee5cfa9371a4f8d0
parent2895acb6e7c476e88735096b7f5d01f616739fe3
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.
(This used to be commit cf84c0fe1a061acc0313f7db124b8f947cdf623d)
13 files changed:
source3/client/client.c
source3/include/client.h
source3/include/smb.h
source3/libsmb/clientgen.c
source3/param/loadparm.c
source3/smbd/blocking.c
source3/smbd/conn.c
source3/smbd/negprot.c
source3/smbd/notify_hash.c
source3/smbd/process.c
source3/smbd/server.c
source3/smbd/service.c
source3/torture/vfstest.c