Restore NtCreateX case handling with FILE_FLAG_POSIX_SEMANTICS to the way
authorJeremy Allison <jra@samba.org>
Tue, 24 Nov 2009 05:06:54 +0000 (21:06 -0800)
committerJeremy Allison <jra@samba.org>
Tue, 24 Nov 2009 05:06:54 +0000 (21:06 -0800)
commita930e3e4e140a133cb2ab59d20bda9e04b93cd7a
treee0f1d98702b6b80407f2cfe2072aed6d26eebecc
parent840cdfa2fabbb48d2f18dc3cea65ff8123bf6ca9
Restore NtCreateX case handling with FILE_FLAG_POSIX_SEMANTICS to the way
it worked in 3.3.x and 3.2.x. UCF_POSIX_PATHNAMES may no longer be needed,
as lp_posix_pathnames() being set isn't the same as case handling from
NtCreateX (lp_posix_pathnames() changes the STAT calls to LSTAT, not
the case semantics).
Jeremy.
source3/smbd/nttrans.c