VFS: Add vfs_widelinks module.
authorJeremy Allison <jra@samba.org>
Sat, 4 Apr 2020 01:24:42 +0000 (18:24 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 9 Apr 2020 19:40:34 +0000 (19:40 +0000)
commit8197fc07b425735554d17205feb78519278fc3f0
tree008bb1e93d30890522f2cd8a98fc4234d6ef9129
parent03f79a3bd71bc7a0a401d5f19560e831251d32b7
VFS: Add vfs_widelinks module.

Hides symlinks from smbd. Will be used to replace
the lp_widelinks() code inside smbd.

Long description of how this module works
with notes is included.

The man page and WHATSNEW.txt update is done
in a later patch in this series.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_widelinks.c [new file with mode: 0644]
source3/modules/wscript_build
source3/wscript