s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argument
authorTim Prouty <tprouty@samba.org>
Mon, 1 Dec 2008 20:47:31 +0000 (12:47 -0800)
committerTim Prouty <tprouty@samba.org>
Thu, 4 Dec 2008 01:51:44 +0000 (17:51 -0800)
commit58440122853b65048793efd90ee45916e25c08c1
treeb45857ab9f281dde20f34ea046009a9ea0df7ae6
parentf79aae70dd10877311243b5b2a55e1f130bd54b6
s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argument

This replaces the is_dos_path bool with a more future-proof argument.
The next step is to plumb INTERNAL_OPEN_ONLY through this flag instead
of overridding the oplock_request.
13 files changed:
source3/include/proto.h
source3/include/smb.h
source3/include/vfs.h
source3/include/vfs_macros.h
source3/modules/vfs_default.c
source3/modules/vfs_full_audit.c
source3/printing/nt_printing.c
source3/rpc_server/srv_srvsvc_nt.c
source3/smbd/nttrans.c
source3/smbd/open.c
source3/smbd/posix_acls.c
source3/smbd/reply.c
source3/smbd/trans2.c