Determine case sensitivity based on file system attributes.
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>
Sat, 17 Jan 2009 18:33:25 +0000 (13:33 -0500)
committerDerrell Lipman <derrell.lipman@unwireduniverse.com>
Sat, 17 Jan 2009 18:33:39 +0000 (13:33 -0500)
commit6d300399b52e0921ce205ef2f053b722b21edeeb
treec37c1ff554ddabf931af2e3ff702890e12283e39
parent9b3c38f4afe2b15159c8659b5916740493f7b60c
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
source3/include/libsmbclient.h
source3/libsmb/libsmb_context.c
source3/libsmb/libsmb_server.c
source3/libsmb/libsmb_setget.c