r12194: Ensure that when we set a connection path we've canonicalized
authorJeremy Allison <jra@samba.org>
Mon, 12 Dec 2005 18:21:59 +0000 (18:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:48 +0000 (11:05 -0500)
commit22e3300911809692b595f49e87d91e3111923e6a
treeaaaae02ec3afec1f3cf95a3f49735415bebc9fb4
parent499224f02a8722eea0d4644ca81ca55da0e9a86b
r12194: Ensure that when we set a connection path we've canonicalized
the name (must be abolute - start with /, must not end in /,
must have ./ and ../ removed). Of course for realpath resolved
paths this won't be the case but for others we need this name
to be canonicalized. This name is going into the sharemode db
for #3303 so needs to be in a normalized format.
Jeremy.
source/smbd/msdfs.c
source/smbd/posix_acls.c
source/smbd/reply.c
source/smbd/service.c