The Samba-Bugzilla – Attachment 4483 Details for
Bug 6583
Samba server ignores FILE_OPEN_FOR_BACKUP_INTENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Adds into smb.h the definitions for all missing create options
missing-create-options.patch (text/x-diff), 1.36 KB, created by
Steve French
on 2009-07-29 15:05:24 UTC
(
hide
)
Description:
Adds into smb.h the definitions for all missing create options
Filename:
MIME Type:
Creator:
Steve French
Created:
2009-07-29 15:05:24 UTC
Size:
1.36 KB
patch
obsolete
>diff --git a/source3/include/smb.h b/source3/include/smb.h >index 1192744..88c74f6 100644 >--- a/source3/include/smb.h >+++ b/source3/include/smb.h >@@ -1322,12 +1322,23 @@ struct bitmap { > #define FILE_DIRECTORY_FILE 0x0001 > #define FILE_WRITE_THROUGH 0x0002 > #define FILE_SEQUENTIAL_ONLY 0x0004 >+#define FILE_NO_INTERMEDIATE_BUFFERING 0x0008 >+#define FILE_SYNCHRONOUS_IO_ALERT 0x0010 /* may be ignored */ >+#define FILE_SYNCHRONOUS_IO_NONALERT 0x0020 /* may be ignored */ > #define FILE_NON_DIRECTORY_FILE 0x0040 >+#define FILE_CREATE_TREE_CONNECTION 0x0080 /* ignore, should be zero */ >+#define FILE_COMPLETE_IF_OPLOCKED 0x0100 /* ignore, should be zero */ > #define FILE_NO_EA_KNOWLEDGE 0x0200 >-#define FILE_EIGHT_DOT_THREE_ONLY 0x0400 >+#define FILE_EIGHT_DOT_THREE_ONLY 0x0400 /* aka OPEN_FOR_RECOVERY: ignore, should be zero */ > #define FILE_RANDOM_ACCESS 0x0800 > #define FILE_DELETE_ON_CLOSE 0x1000 > #define FILE_OPEN_BY_FILE_ID 0x2000 >+#define FILE_OPEN_FOR_BACKUP_INTENT 0x4000 >+#define FILE_NO_COMPRESSION 0x8000 >+#define FILE_RESERVER_OPFILTER 0x00100000 /* ignore, should be zero */ >+#define FILE_OPEN_REPARSE_POINT 0x00200000 >+#define FILE_OPEN_NO_RECALL 0x00400000 >+#define FILE_OPEN_FOR_FREE_SPACE_QUERY 0x00800000 /* ignore should be zero */ > > #define NTCREATEX_OPTIONS_MUST_IGNORE_MASK (0x008F0480) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 6583
:
4481
|
4482
| 4483 |
5428