summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_unityed_media.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-15vfs: Remove SMB_VFS_STATVFSVolker Lendecke1-33/+0
2026-02-15vfs: Add SMB_VFS_FSTATVFSVolker Lendecke1-0/+58
2025-10-21vfs: Rename "srcfsp"->"src_dirfsp" and "dstfsp"->"dst_dirfsp"Volker Lendecke1-28/+28
2025-10-21smbd: Use fsp_str_dbg() in DEBUGsVolker Lendecke1-6/+3
2024-08-21s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()Stefan Metzmacher1-3/+6
2023-08-08s3:vfs: Add missing space in debug messageJoseph Sutton1-1/+1
2023-08-08s3:modules: Remove redundant newlines in logging messagesJoseph Sutton1-2/+2
2023-08-08s3:modules: Add missing newlines to logging messagesJoseph Sutton1-2/+2
2023-06-23vfs: Remove "sbuf" from readdir_fn()Volker Lendecke1-6/+4
2023-06-14vfs: Remove vfs telldir/seekdir functionsVolker Lendecke1-19/+0
2022-08-06vfs: change openat propotype to match linux openat2Volker Lendecke1-6/+3
2022-04-28Revert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"Volker Lendecke1-0/+3
2021-11-11source3: move lib/substitute.c functions out of proto.hRalph Boehme1-0/+1
2021-07-04s3: VFS: unityed_media: Remove um_getxattr.Jeremy Allison1-32/+0
2021-06-29VFS: unityed_media: Remove SMB_VFS_CHFLAGSNoel Power1-26/+0
2021-06-22s3: VFS: unityed_media: Use real dirfsp for SMB_VFS_RENAMEAT()Jeremy Allison1-10/+32
2021-06-09s3: VFS: unityed_media: Remove um_sys_acl_get_file().Jeremy Allison1-44/+0
2021-06-09s3: VFS: shadow_copy2: Remove shadow_copy2_get_nt_acl_at().Jeremy Allison1-66/+0
2021-05-18s3: VFS: unityed_media: Remove um_sys_acl_delete_def_file().Jeremy Allison1-36/+0
2021-05-11s3/modules: VFS: unityed_media: Remove SMB_VFS_STREAMINFONoel Power1-41/+0
2021-04-19s3: VFS: unityed_media: Remove SMB_VFS_NTIMES()Samuel Cabrero1-27/+0
2021-04-11s3/modules: VFS: unityed_media: Remove um_chmod functionNoel Power1-29/+0
2021-04-07s3: VFS: unityed_media: Remove um_removexattr(). No longer called.Jeremy Allison1-29/+0
2021-03-11VFS: Remove SMB_VFS_SETXATTR, no longer usedNoel Power1-34/+0
2021-02-26VFS: Remove SMB_VFS_LISTXATTR, no longer usedNoel Power1-32/+0
2021-02-13s3: VFS: unityed_media: Fix um_readlinkat() to cope with real directory fsps.Jeremy Allison1-3/+13
2021-02-09s3: VFS: unityed_media: Fix um_linkat() to cope with real directory fsps.Jeremy Allison1-6/+26
2021-01-28vfs_unityed_media: support real dirfsps in um_unlinkat()Ralph Boehme1-2/+11
2021-01-28VFS: unityed_media: Fixup um_symlinkat() to correctly use the dirfsp path.Jeremy Allison1-3/+13
2021-01-21VFS: unityed_media: Fixup um_mknodat() to correctly use the dirfsp path.Jeremy Allison1-3/+13
2021-01-21VFS: unityed_media: Fix um_mkdirat() to correctly look at the full pathname.Jeremy Allison1-9/+11
2020-12-17vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()Ralph Boehme1-39/+0
2020-12-17vfs_unityed_media: support real dirfsps in um_mkdirat()Ralph Boehme1-2/+11
2020-12-16vfs: Add dirfsp arg to SMB_VFS_READDIR()Ralph Boehme1-2/+3
2020-10-23vfs: make dirfsp arg to SMB_VFS_READLINKAT() constRalph Boehme1-1/+1
2020-10-02vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()Ralph Boehme1-3/+0
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2020-05-21vfs: remove SMB_VFS_OPEN()Ralph Boehme1-45/+0
2020-05-21vfs_unityed_media: implement SMB_VFS_OPENAT()Ralph Boehme1-0/+56
2020-05-21smbd: add dirfsp arg to SMB_VFS_CREATE_FILE()Ralph Boehme1-0/+3
2020-05-14vfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()Ralph Boehme1-3/+0
2020-05-07s3: VFS: unityed_media. Remove get_nt_acl_fn().Jeremy Allison1-47/+0
2020-05-07s3: VFS: unityed_media. Add um_get_nt_acl_at().Jeremy Allison1-0/+58
2020-05-05smbd: vfs: convert link_contents arg of SMB_VFS_SYMLINKAT() to struct smb_fil...Ralph Boehme1-7/+7
2020-05-05smbd: add twrp arg to synthetic_smb_fname()Ralph Boehme1-0/+1
2020-03-24vfs: remove SMB_VFS_OPENDIR()Ralph Boehme1-53/+0
2019-10-15s3: VFS: vfs_cap: Remove chown_fn().Jeremy Allison1-30/+0
2019-10-10s3: VFS: vfs_unityed_media: Remove rmdir_fn. No longer used.Jeremy Allison1-29/+0
2019-09-26s3: VFS: vfs_unityed_media: Remove unlink_fn. No longer used.Jeremy Allison1-27/+0
2019-09-26s3: VFS: vfs_unityed_media. Implement unlinkat().Jeremy Allison1-0/+35