s3: Plumb smb_filename from create_file all of the way down to fd_open
authorTim Prouty <tprouty@samba.org>
Mon, 15 Jun 2009 21:14:31 +0000 (14:14 -0700)
committerTim Prouty <tprouty@samba.org>
Thu, 18 Jun 2009 03:11:53 +0000 (20:11 -0700)
commit5cfac1a1bd59712d7a771d3631e869c5d078a0f3
tree7b6830bd25ea8d0c542fad14de10b5151af2b660
parent78e316ddbc15c37604c84cb08dd13c95e2539d68
s3: Plumb smb_filename from create_file all of the way down to fd_open

I used the smb_filename struct everywhere that was feasible for the
first pass.  There are still some places in this path that need to be
changed to use smb_filename, but this is a good start.

I also:
- Removed fname/path arguments from a few functions that weren't
  really using them.
- Added a utility function for detecting whether an smb_filename is a
  stream.
source3/include/proto.h
source3/modules/onefs_open.c
source3/smbd/file_access.c
source3/smbd/nttrans.c
source3/smbd/open.c