Fix bug 7104 - "wide links" and "unix extensions" are incompatible.
authorJeremy Allison <jra@samba.org>
Sat, 6 Feb 2010 00:22:27 +0000 (16:22 -0800)
committerKarolin Seeger <kseeger@samba.org>
Tue, 9 Feb 2010 09:28:29 +0000 (10:28 +0100)
commitc1b05ae4febfba1a419eee0d04c3886de9f5fee0
tree2fc3234e061f59e0e716dd7b0ee1b74e8552b1a6
parent22ca62f7bb268e3695458d6105b847685112ec0f
Fix bug 7104 - "wide links" and "unix extensions" are incompatible.

Change parameter "wide links" to default to "no".
Ensure "wide links = no" if "unix extensions = yes" on a share.
Fix man pages to refect this.

Remove "within share" checks for a UNIX symlink set - even if
widelinks = no. The server will not follow that link anyway.

Correct DEBUG message in check_reduced_name() to add missing "\n"
so it's really clear when a path is being denied as it's outside
the enclosing share path.

Jeremy.
docs-xml/smbdotconf/misc/widelinks.xml
docs-xml/smbdotconf/protocol/unixextensions.xml
source/param/loadparm.c
source/smbd/service.c
source/smbd/trans2.c
source/smbd/vfs.c