Ignore and handle more NT Create & X options.
authorAndrew Bartlett <abartlet@samba.org>
Wed, 16 Jul 2008 04:00:18 +0000 (14:00 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 16 Jul 2008 04:00:18 +0000 (14:00 +1000)
commit502739ff90d56d2c9aabe8e224317f6ceb175c17
treef707a0111ba51aa26dc70cb45ad0dfca0abd33ee
parentf13572d9e9f1962b637cbd573588184d1459d252
Ignore and handle more NT Create & X options.

The MS-SMB document explains that some of these options should be
ignored.  The test proves it.

/* Must be ignored by the server, per MS-SMB 2.2.8 */
/* Must be ignored by the server, per MS-SMB 2.2.8 */

If we implement HSM in samba4 (likely) we should honour this bit.
/* Don't pull this file off tape in a HSM system */

Andrew Bartlett
source/libcli/raw/smb.h
source/ntvfs/posix/pvfs_open.c
source/torture/raw/open.c