svn commit: samba r1154 - in branches/SAMBA_3_0/source: client include libsmb param smbd torture

jra at samba.org jra at samba.org
Tue Jun 15 18:36:45 GMT 2004


Author: jra
Date: 2004-06-15 18:36:45 +0000 (Tue, 15 Jun 2004)
New Revision: 1154

Modified:
   branches/SAMBA_3_0/source/client/client.c
   branches/SAMBA_3_0/source/include/client.h
   branches/SAMBA_3_0/source/include/smb.h
   branches/SAMBA_3_0/source/libsmb/clientgen.c
   branches/SAMBA_3_0/source/param/loadparm.c
   branches/SAMBA_3_0/source/smbd/blocking.c
   branches/SAMBA_3_0/source/smbd/conn.c
   branches/SAMBA_3_0/source/smbd/negprot.c
   branches/SAMBA_3_0/source/smbd/notify_hash.c
   branches/SAMBA_3_0/source/smbd/process.c
   branches/SAMBA_3_0/source/smbd/server.c
   branches/SAMBA_3_0/source/smbd/service.c
   branches/SAMBA_3_0/source/torture/vfstest.c
Log:
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.


WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_3_0/source&rev=1154&nolog=1


More information about the samba-cvs mailing list