smbd: fix the handling of create_options to pass RAW-OPEN
authorStefan Metzmacher <metze@samba.org>
Tue, 19 Aug 2008 14:34:50 +0000 (16:34 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 20 Aug 2008 13:50:26 +0000 (15:50 +0200)
commiteb8dd6a81181c3dab9cbe6b934ceb4f3ba1ba2af
tree4a3fa4fb1e04f8cebef9c72428aa7d190fa8be57
parentb02746346112c94a7f20ac1cebc43b7aee6976e3
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
(This used to be commit 7b4c8a4e39f310eb450918fa841b0ea1b4af19f7)
source3/include/smb.h
source3/smbd/nttrans.c
source3/smbd/open.c