summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_catia.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-21vfs: Rename "srcfsp"->"src_dirfsp" and "dstfsp"->"dst_dirfsp"Volker Lendecke1-10/+10
2025-03-27vfs: Implement catia_fstatat()Volker Lendecke1-0/+36
2025-02-05vfs: Remove a few calls to map_errno_from_nt_status()Volker Lendecke1-132/+138
2025-02-05vfs: Slightly simplify catia_translate_name()Volker Lendecke1-1/+1
2025-02-05lib: Convert string_replace_allocate() to return 0/errnoVolker Lendecke1-8/+11
2024-08-21s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()Stefan Metzmacher1-2/+4
2022-08-06vfs: change openat propotype to match linux openat2Volker Lendecke1-5/+2
2022-02-11smbd: Introduce fsp_is_alternate_stream()Volker Lendecke1-6/+6
2021-09-21vfs_catia: Rename kernel_flock to filesystem_sharemodeChristof Schmitt1-5/+5
2021-09-21VFS: Rename kernel_flock to filesystem_sharemodeChristof Schmitt1-2/+5
2021-07-15s3: tests: Our tests for "smbd async dosmode = yes" haven't been working corr...Jeremy Allison1-1/+1
2021-07-04s3: VFS: catia: Remove catia_getxattr.Jeremy Allison1-60/+0
2021-06-29VFS: catia: Remove SMB_VFS_CHFLAGSNoel Power1-37/+0
2021-06-09s3: VFS: catia: Remove catia_sys_acl_get_file().Jeremy Allison1-47/+0
2021-06-09s3: VFS: catia. Remove catia_get_nt_acl_at().Jeremy Allison1-44/+0
2021-06-09VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type paramNoel Power1-1/+2
2021-05-18s3: VFS: catia: Remove catia_sys_acl_delete_def_file().Jeremy Allison1-43/+0
2021-05-14s3: VFS: catia: Remove SMB_VFS_READDIR_ATTR()Samuel Cabrero1-33/+0
2021-05-11s3/modules: VFS: catia: Remove SMB_VFS_STREAMINFONoel Power1-93/+0
2021-05-11s3: VFS: catia: Implement SMB_VFS_FSTREAMINFONoel Power1-0/+102
2021-04-19vfs: Remove a call to TALLOC_ZERO()Volker Lendecke1-1/+1
2021-04-19s3: VFS: catia: Remove SMB_VFS_NTIMES()Samuel Cabrero1-34/+0
2021-04-19s3: VFS: catia: Implement SMB_VFS_FNTIMES()Samuel Cabrero1-0/+20
2021-04-11s3/modules: VFS: catia: Remove catia_chmod() functionNoel Power1-39/+0
2021-04-08VFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer usedNoel Power1-42/+0
2021-04-07s3: VFS: catia: Remove catia_removexattr(). No longer called.Jeremy Allison1-58/+0
2021-03-11VFS: Remove SMB_VFS_SETXATTR, no longer usedNoel Power1-61/+0
2021-03-11s3/modules: ensure catia_set_dos_attributes passes on pathrefNoel Power1-5/+11
2021-02-26VFS: Remove SMB_VFS_LISTXATTR, no longer usedNoel Power1-46/+0
2021-02-26s3/modules: Ensure vfs_streaminfo gets passed valid pathref smb_filenameNoel Power1-5/+7
2021-01-28vfs_catia: support real dirfsps in catia_unlinkat()Ralph Boehme1-2/+12
2021-01-28vfs_catia: forward pathref fsp in catia_unlinkat()Ralph Boehme1-0/+2
2020-12-17vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()Ralph Boehme1-47/+0
2020-12-17vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()Ralph Boehme1-1/+2
2020-12-16vfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESSION()Ralph Boehme1-39/+7
2020-12-16vfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES()Ralph Boehme1-40/+0
2020-06-03s3: VFS: catia. Ensure read_dfs_pathat() returns stat info.Jeremy Allison1-0/+5
2020-06-03s3: VFS: Change the function signature for SMB_VFS_READ_DFS_PATHAT() to take ...Jeremy Allison1-1/+1
2020-05-21vfs: remove SMB_VFS_OPEN()Ralph Boehme1-37/+0
2020-05-21vfs_catia: implement SMB_VFS_OPENAT()Ralph Boehme1-0/+56
2020-05-21s3: VFS: catia: Change saved_errno to catia_saved_errno in a macro.Jeremy Allison1-2/+2
2020-05-07s3: VFS: catia. Remove get_nt_acl_fn().Jeremy Allison1-38/+0
2020-05-07s3: VFS: catia. Add catia_get_nt_acl_at().Jeremy Allison1-0/+44
2020-05-05smbd: add twrp arg to synthetic_smb_fname()Ralph Boehme1-0/+21
2020-05-05vfs_catia: realign synthetic_smb_fname() args in catia_readdir_attr()Ralph Boehme1-2/+5
2020-03-24vfs: remove SMB_VFS_OPENDIR()Ralph Boehme1-39/+0
2020-02-18s3: VFS: catia: Add read_dfs_pathat().Jeremy Allison1-0/+42
2020-01-30s3: VFS: Implement create_dfs_pathat() in catia.Jeremy Allison1-0/+40
2020-01-08vfs_catia: Rename argument for flock functionChristof Schmitt1-2/+2
2019-10-15s3: VFS: vfs_catia: Remove chown_fn().Jeremy Allison1-39/+0