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