summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_widelinks.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-01vfs: Remove unused SMB_VFS_GETWD()Volker Lendecke1-22/+0
2026-03-01vfs_widelinks: Chdir never gets a relative path anymoreVolker Lendecke1-36/+3
2025-11-10lib: Introduce cp_smb_basename() helper functionVolker Lendecke1-12/+2
2025-04-16vfs: Fix "wide links = yes"Volker Lendecke1-4/+6
2024-06-11s3: vfs_widelinks: Allow case insensitivity to work on DFS widelinks shares.Jeremy Allison1-2/+11
2023-11-07smbd: Simplify openat_pathref_fsp_case_insensitive()Volker Lendecke1-1/+1
2023-07-29s3/modules: Fix DFS links when widelinks = yesNoel Power1-2/+24
2023-07-28s3/modules: Add flag indicating if connected share is a dfs shareNoel Power1-1/+3
2023-07-17s3:modules: Fix code spellingAndreas Schneider1-1/+1
2023-06-23vfs: Remove "sbuf" from readdir_fn()Volker Lendecke1-36/+0
2022-08-06vfs: change openat propotype to match linux openat2Volker Lendecke1-5/+4
2020-12-16vfs: Add dirfsp arg to SMB_VFS_READDIR()Ralph Boehme1-4/+6
2020-05-21vfs: remove SMB_VFS_OPEN()Ralph Boehme1-51/+0
2020-05-21vfs_widelinks: implement SMB_VFS_OPENAT()Ralph Boehme1-0/+34
2020-05-05smbd: add twrp arg to synthetic_smb_fname()Ralph Boehme1-0/+2
2020-05-05vfs_widelinks: Fix small typosVolker Lendecke1-2/+2
2020-04-22s3: VFS: widelinks. Change call to resolve_realpath_name() -> canonicalize_ab...Jeremy Allison1-106/+5
2020-04-09VFS: Add vfs_widelinks module.Jeremy Allison1-0/+545