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:52:03 +0000 (15:52 +0200)
commita12cbcb009a02ee23ec0b24c2fca5deaa0ba6412
tree42dab22f02418a7dda32a56acf0420fc7bc41ee2
parentc3dda372241c4e7171aa928fe0a4f5889bcb21a8
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