Determine case sensitivity based on file system attributes.
commit005bd7eee44160e4531e46be85c67650821a8328
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>
Sat, 17 Jan 2009 18:21:54 +0000 (17 13:21 -0500)
committerDerrell Lipman <derrell.lipman@unwireduniverse.com>
Sat, 17 Jan 2009 18:35:40 +0000 (17 13:35 -0500)
tree3ba3e8e0b948e1a90a82fe172f1b638fa38491b0
parentc07bcd6efd3383fc3a46fce35fd34df85ab221c9
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
source/include/libsmbclient.h
source/libsmb/libsmb_context.c
source/libsmb/libsmb_server.c
source/libsmb/libsmb_setget.c