Determine case sensitivity based on file system attributes.
commit0a8e64887b7bb2f4d473da342d035bf8a05193c7
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>
Sat, 17 Jan 2009 18:35:12 +0000 (17 13:35 -0500)
committerKarolin Seeger <kseeger@samba.org>
Wed, 28 Jan 2009 08:40:07 +0000 (28 09:40 +0100)
tree5530c3dd9d33470fd6133168d46e103ff78c2d03
parentff5fcc5538b8f17a56fd4533f25bd2cb25523089
Determine case sensitivity based on file system attributes.

- Most of the time, we can determine from the file system we're connecting to
  whether it supports case sensitivity. In those cases, we now set the
  internal case sensitivity flag automatically. For those cases where the
  request to retrieve file system attributes fails, we'll use the
  user-specified option value.

Derrell
(cherry picked from commit ded86426c222b11b9c2e8d8e4cae5ed0eff19edd)
source/include/libsmbclient.h
source/libsmb/libsmb_context.c
source/libsmb/libsmb_server.c
source/libsmb/libsmb_setget.c