summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_cap.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-15vfs: Change SMB_VFS_GET_QUOTA to take a fsp instead of a nameVolker Lendecke1-14/+26
2026-02-15vfs: Change SMB_VFS_DISK_FREE to take a fspVolker Lendecke1-14/+22
2025-10-21vfs: Rename "srcfsp"->"src_dirfsp" and "dstfsp"->"dst_dirfsp"Volker Lendecke1-22/+22
2025-03-27vfs: Implement cap_fstatat()Volker Lendecke1-0/+34
2024-09-20vfs: Simplify capdecode() with hex_byte()Volker Lendecke1-23/+1
2024-09-20vfs: Simplify capencode() with nybble_to_hex_lower()Volker Lendecke1-4/+2
2024-08-21s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()Stefan Metzmacher1-2/+4
2023-06-23vfs: Remove "sbuf" from readdir_fn()Volker Lendecke1-5/+3
2022-08-06vfs: change openat propotype to match linux openat2Volker Lendecke1-5/+2
2022-01-10s3:modules: VFS CAP symlinkat always failsPavel Filipenský1-1/+1
2021-07-14s3: VFS: cap: Fix cap_read_dfs_pathat() to cope with relative paths.Jeremy Allison1-2/+13
2021-07-04s3: VFS: cap: Remove cap_getxattr.Jeremy Allison1-43/+0
2021-06-22s3: VFS: cap: Use real dirfsp for SMB_VFS_RENAMEAT()Jeremy Allison1-6/+36
2021-06-09s3: VFS: cap: Remove cap_sys_acl_get_file().Jeremy Allison1-39/+0
2021-05-18s3: VFS: cap: Remove cap_sys_acl_delete_def_file().Jeremy Allison1-36/+0
2021-04-19s3: VFS: cap: Remove SMB_VFS_NTIMES()Samuel Cabrero1-31/+0
2021-04-11s3/modules: VFS: cap: remove cap_chmodNoel Power1-35/+0
2021-04-07s3: VFS: cap: Remove cap_removexattr(). No longer called.Jeremy Allison1-40/+0
2021-03-11VFS: Remove SMB_VFS_SETXATTR, no longer usedNoel Power1-44/+0
2021-02-26VFS: Remove SMB_VFS_LISTXATTR, no longer usedNoel Power1-38/+0
2021-02-13s3: VFS: cap: Fix cap_readlinkat() to cope with real directory fsps.Jeremy Allison1-3/+15
2021-02-09s3: VFS: cap: Fix cap_linkat() to cope with real directory fsps.Jeremy Allison1-16/+46
2021-01-28vfs_cap: support real dirfsps in cap_unlinkat()Ralph Boehme1-3/+13
2021-01-28VFS: cap: Fixup cap_symlinkat() to cope with translating dirfsp path.Jeremy Allison1-2/+20
2021-01-21VFS: cap: Fixup cap_mknodat() to cope with translating dirfsp path.Jeremy Allison1-2/+14
2020-12-17vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()Ralph Boehme1-39/+0
2020-12-16vfs: Add dirfsp arg to SMB_VFS_READDIR()Ralph Boehme1-3/+4
2020-10-23vfs: make dirfsp arg to SMB_VFS_READLINKAT() constRalph Boehme1-1/+1
2020-06-03s3: VFS: cap. Ensure read_dfs_pathat() returns stat info.Jeremy Allison1-0/+6
2020-06-03s3: VFS: Change the function signature for SMB_VFS_READ_DFS_PATHAT() to take ...Jeremy Allison1-1/+1
2020-05-26s3: VFS: cap. Fixup mistake using the wrong parameter to capencode.Jeremy Allison1-1/+1
2020-05-21vfs: remove SMB_VFS_OPEN()Ralph Boehme1-27/+0
2020-05-21vfs_cap: implement SMB_VFS_OPENAT()Ralph Boehme1-0/+46
2020-05-05smbd: vfs: convert link_contents arg of SMB_VFS_SYMLINKAT() to struct smb_fil...Ralph Boehme1-3/+20
2020-05-05smbd: add twrp arg to synthetic_smb_fname()Ralph Boehme1-0/+21
2020-03-24vfs: remove SMB_VFS_OPENDIR()Ralph Boehme1-26/+0
2020-02-18s3: VFS: cap: Add cap_read_dfs_pathat().Jeremy Allison1-1/+37
2020-01-30s3: VFS: Implement create_dfs_pathat() in catia.Jeremy Allison1-1/+34
2019-10-15s3: VFS: vfs_cap: Remove chown_fn().Jeremy Allison1-35/+0
2019-10-10s3: VFS: vfs_cap: Remove rmdir_fn(). No longer used.Jeremy Allison1-26/+0
2019-09-26s3: VFS: vfs_cap: Remove unlink_fn. No longer used.Jeremy Allison1-29/+0
2019-09-26s3: VFS: vfs_cap. Implement unlinkat().Jeremy Allison1-0/+34
2019-09-11s3: VFS: vfs_cap. Remove mkdir_fn(). No longer used.Jeremy Allison1-27/+0
2019-09-11s3: VFS: vfs_cap. Implement mkdirat().Jeremy Allison1-0/+31
2019-09-03s3: VFS: vfs_cap. Remove symlink_fn(). No longer used.Jeremy Allison1-42/+0
2019-09-03s3: VFS: vfs_cap. Implement symlinkat().Jeremy Allison1-0/+43
2019-08-23s3: VFS: vfs_cap. Remove readlink_fn(). No longer used.Jeremy Allison1-37/+0
2019-08-23s3: VFS: vfs_cap. Implement readlinkat().Jeremy Allison1-0/+42
2019-08-22s3: VFS: vfs_cap. Remove mknod_fn(). No longer used.Jeremy Allison1-37/+0
2019-08-22s3: VFS: vfs_cap. Implement mknodat().Jeremy Allison1-0/+42