]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:libsmb: Generate the inode only based on the path component
authorAndreas Schneider <asn@samba.org>
Wed, 18 Dec 2019 12:27:26 +0000 (13:27 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 19 Dec 2019 14:20:41 +0000 (14:20 +0000)
commitea51a426e506bd6456814ecddcb63441859f9d89
treeba45907b3bda06dc7a547cbdf101d2c1e0200453
parentdd694bdc643ad294475ddf2dd42b537ffeb7e8dc
s3:libsmb: Generate the inode only based on the path component

Currently we use the full smb url which includes also username and
password.

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

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libsmb/libsmb_dir.c
source3/libsmb/libsmb_stat.c