Change SMB_VFS_CREATE_FILE to take a create_file_flags argument create_file_refactor
authorTim Prouty <tprouty@samba.org>
Tue, 2 Dec 2008 01:24:33 +0000 (17:24 -0800)
committerTim Prouty <tprouty@samba.org>
Tue, 2 Dec 2008 01:24:33 +0000 (17:24 -0800)
commit21c8b72216c1d2153f4b5a1f8b171091cec36f14
tree6c021a516dc2c8c52a634ada0dd0e39fcf44dc2c
parent16760dfa903f0a94bf424d1a3ed1fb6add707783
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