1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-15 05:57:49 +03:00
Jeremy Allison 3f52654617 s3: smbd: Fix "follow symlink = no" regression part 2.
Add an extra paramter to cwd_name to check_reduced_name().

If cwd_name == NULL then fname is a client given path relative
to the root path of the share.

If cwd_name != NULL then fname is a client given path relative
to cwd_name. cwd_name is relative to the root path of the share.

Not yet used, logic added in the next commit.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12721

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
(cherry picked from commit 83e30cb48859b412b76572b6a3ba84d8fde167af)
2017-03-30 08:33:11 +02:00
..
2017-03-28 12:17:22 +02:00
2016-07-20 05:21:07 +02:00
2016-07-20 05:21:07 +02:00
2017-02-03 09:08:24 +01:00
2016-10-14 05:31:07 +02:00
2015-10-13 01:23:07 +02:00
2016-05-04 01:28:22 +02:00
2016-03-09 21:51:52 +01:00
2017-03-28 12:17:22 +02:00