index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_catia.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-21
vfs: Rename "srcfsp"->"src_dirfsp" and "dstfsp"->"dst_dirfsp"
Volker Lendecke
1
-10
/
+10
2025-03-27
vfs: Implement catia_fstatat()
Volker Lendecke
1
-0
/
+36
2025-02-05
vfs: Remove a few calls to map_errno_from_nt_status()
Volker Lendecke
1
-132
/
+138
2025-02-05
vfs: Slightly simplify catia_translate_name()
Volker Lendecke
1
-1
/
+1
2025-02-05
lib: Convert string_replace_allocate() to return 0/errno
Volker Lendecke
1
-8
/
+11
2024-08-21
s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()
Stefan Metzmacher
1
-2
/
+4
2022-08-06
vfs: change openat propotype to match linux openat2
Volker Lendecke
1
-5
/
+2
2022-02-11
smbd: Introduce fsp_is_alternate_stream()
Volker Lendecke
1
-6
/
+6
2021-09-21
vfs_catia: Rename kernel_flock to filesystem_sharemode
Christof Schmitt
1
-5
/
+5
2021-09-21
VFS: Rename kernel_flock to filesystem_sharemode
Christof Schmitt
1
-2
/
+5
2021-07-15
s3: tests: Our tests for "smbd async dosmode = yes" haven't been working corr...
Jeremy Allison
1
-1
/
+1
2021-07-04
s3: VFS: catia: Remove catia_getxattr.
Jeremy Allison
1
-60
/
+0
2021-06-29
VFS: catia: Remove SMB_VFS_CHFLAGS
Noel Power
1
-37
/
+0
2021-06-09
s3: VFS: catia: Remove catia_sys_acl_get_file().
Jeremy Allison
1
-47
/
+0
2021-06-09
s3: VFS: catia. Remove catia_get_nt_acl_at().
Jeremy Allison
1
-44
/
+0
2021-06-09
VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type param
Noel Power
1
-1
/
+2
2021-05-18
s3: VFS: catia: Remove catia_sys_acl_delete_def_file().
Jeremy Allison
1
-43
/
+0
2021-05-14
s3: VFS: catia: Remove SMB_VFS_READDIR_ATTR()
Samuel Cabrero
1
-33
/
+0
2021-05-11
s3/modules: VFS: catia: Remove SMB_VFS_STREAMINFO
Noel Power
1
-93
/
+0
2021-05-11
s3: VFS: catia: Implement SMB_VFS_FSTREAMINFO
Noel Power
1
-0
/
+102
2021-04-19
vfs: Remove a call to TALLOC_ZERO()
Volker Lendecke
1
-1
/
+1
2021-04-19
s3: VFS: catia: Remove SMB_VFS_NTIMES()
Samuel Cabrero
1
-34
/
+0
2021-04-19
s3: VFS: catia: Implement SMB_VFS_FNTIMES()
Samuel Cabrero
1
-0
/
+20
2021-04-11
s3/modules: VFS: catia: Remove catia_chmod() function
Noel Power
1
-39
/
+0
2021-04-08
VFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer used
Noel Power
1
-42
/
+0
2021-04-07
s3: VFS: catia: Remove catia_removexattr(). No longer called.
Jeremy Allison
1
-58
/
+0
2021-03-11
VFS: Remove SMB_VFS_SETXATTR, no longer used
Noel Power
1
-61
/
+0
2021-03-11
s3/modules: ensure catia_set_dos_attributes passes on pathref
Noel Power
1
-5
/
+11
2021-02-26
VFS: Remove SMB_VFS_LISTXATTR, no longer used
Noel Power
1
-46
/
+0
2021-02-26
s3/modules: Ensure vfs_streaminfo gets passed valid pathref smb_filename
Noel Power
1
-5
/
+7
2021-01-28
vfs_catia: support real dirfsps in catia_unlinkat()
Ralph Boehme
1
-2
/
+12
2021-01-28
vfs_catia: forward pathref fsp in catia_unlinkat()
Ralph Boehme
1
-0
/
+2
2020-12-17
vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()
Ralph Boehme
1
-47
/
+0
2020-12-17
vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()
Ralph Boehme
1
-1
/
+2
2020-12-16
vfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESSION()
Ralph Boehme
1
-39
/
+7
2020-12-16
vfs: RIP SMB_VFS_GET_DOS_ATTRIBUTES()
Ralph Boehme
1
-40
/
+0
2020-06-03
s3: VFS: catia. Ensure read_dfs_pathat() returns stat info.
Jeremy Allison
1
-0
/
+5
2020-06-03
s3: VFS: Change the function signature for SMB_VFS_READ_DFS_PATHAT() to take ...
Jeremy Allison
1
-1
/
+1
2020-05-21
vfs: remove SMB_VFS_OPEN()
Ralph Boehme
1
-37
/
+0
2020-05-21
vfs_catia: implement SMB_VFS_OPENAT()
Ralph Boehme
1
-0
/
+56
2020-05-21
s3: VFS: catia: Change saved_errno to catia_saved_errno in a macro.
Jeremy Allison
1
-2
/
+2
2020-05-07
s3: VFS: catia. Remove get_nt_acl_fn().
Jeremy Allison
1
-38
/
+0
2020-05-07
s3: VFS: catia. Add catia_get_nt_acl_at().
Jeremy Allison
1
-0
/
+44
2020-05-05
smbd: add twrp arg to synthetic_smb_fname()
Ralph Boehme
1
-0
/
+21
2020-05-05
vfs_catia: realign synthetic_smb_fname() args in catia_readdir_attr()
Ralph Boehme
1
-2
/
+5
2020-03-24
vfs: remove SMB_VFS_OPENDIR()
Ralph Boehme
1
-39
/
+0
2020-02-18
s3: VFS: catia: Add read_dfs_pathat().
Jeremy Allison
1
-0
/
+42
2020-01-30
s3: VFS: Implement create_dfs_pathat() in catia.
Jeremy Allison
1
-0
/
+40
2020-01-08
vfs_catia: Rename argument for flock function
Christof Schmitt
1
-2
/
+2
2019-10-15
s3: VFS: vfs_catia: Remove chown_fn().
Jeremy Allison
1
-39
/
+0
[next]