smbd: fix the handling of create_options to pass RAW-OPEN
commit3366ac2857820d87fb36a1357786a3564d258da5
authorStefan Metzmacher <metze@samba.org>
Tue, 19 Aug 2008 14:34:50 +0000 (19 16:34 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 20 Aug 2008 13:52:59 +0000 (20 15:52 +0200)
tree00507f451d76db838b29d36edd72d34a9b4143cf
parent3d96409c115b3ad4ef29ff75e40b39a26e316afe
smbd: fix the handling of create_options to pass RAW-OPEN

Some of the bits generate INVALID_PARAMETER and some bits
are ignored when they come from a client, that's why we need
to use bits from the ignored range for our internal usage.

metze
(cherry picked from commit 7b4c8a4e39f310eb450918fa841b0ea1b4af19f7)
source/include/smb.h
source/smbd/nttrans.c
source/smbd/open.c