s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filename...
authorTim Prouty <tprouty@samba.org>
Wed, 10 Jun 2009 17:37:57 +0000 (10:37 -0700)
committerTim Prouty <tprouty@samba.org>
Wed, 10 Jun 2009 20:13:27 +0000 (13:13 -0700)
commita9ec21cf219c3aef0388c252539f315d3e606a71
tree6e0072fabc7d1b33f7c824c850d7a8f3a39dc425
parentbddd7ad3dcc4a74fb61e09a2dd6fb7034c820046
s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filename struct

Some of the callers required minimal changes, while others
(copy_internals) required significant changes.  The task is simplified
a little bit because we are able to do operations and checks on the
base_name when a stream isn't used.

This patch should cause no functional changes.

Volker, Jeremy: Please check
source3/include/proto.h
source3/printing/nt_printing.c
source3/smbd/open.c
source3/smbd/reply.c
source3/smbd/trans2.c
source3/smbd/vfs.c