Fix bug #6254 - PUT/GET produces an error in IPv6 to a smb-server(3.3)
commiteb29aa406f14397e3c55e559e2c02da6eb6c4cbd
authorJeremy Allison <jra@samba.org>
Fri, 10 Apr 2009 05:46:31 +0000 (9 22:46 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 10 Apr 2009 05:47:48 +0000 (9 22:47 -0700)
treeacd750b335b716eb7f9548f0589fa9bc9c6c1b56
parent89542c9dc4fede1547886b480791322f0497f277
Fix bug #6254 - PUT/GET produces an error in IPv6 to a smb-server(3.3)
has parameter "msdfs root = yes"
This was broken by the refactoring around create_file().
MSDFS pathname processing must be done FIRST.
MSDFS pathnames containing IPv6 addresses can
be confused with NTFS stream names (they contain
":" characters.
Jeremy.
source/smbd/open.c