added support for stream renames in Samba4
authorAndrew Tridgell <tridge@samba.org>
Wed, 7 Jan 2009 05:46:34 +0000 (16:46 +1100)
committerAndrew Tridgell <tridge@samba.org>
Wed, 7 Jan 2009 05:46:34 +0000 (16:46 +1100)
commitc81863e86861bbb00df23b92470631e60314d9d1
treede0f3b1bbc4d25fc65638ea0091a882b8fa00e1f
parent07e01f8405f2bd3f0ee521e8aebf2c647052104f
added support for stream renames in Samba4

This allows the RAW-STREAMS test to work again. We still have some
limitations though:

  - renames of a stream to the default stream doesn't work
  - delete on close handling between streams and the main file
    is still broken
source4/ntvfs/posix/pvfs_rename.c
source4/ntvfs/posix/pvfs_setfileinfo.c
source4/ntvfs/posix/pvfs_streams.c
source4/torture/raw/streams.c