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)
commitfa4df827d0b7e6e280a1736fb45772ed27131e64
tree59f3f63ce8eedb97e1988afe7491ff5b47155b48
parentc9c8781ccf14271ac4baed838b59dcad50f8b742
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.
(This used to be commit 22e3300911809692b595f49e87d91e3111923e6a)
source3/smbd/msdfs.c
source3/smbd/posix_acls.c
source3/smbd/reply.c
source3/smbd/service.c