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
/
torture
/
cmd_vfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-01
vfstest: Remove the chdir/getwd commands
Volker Lendecke
1
-19
/
+0
2026-02-15
vfs: Change SMB_VFS_DISK_FREE to take a fsp
Volker Lendecke
1
-10
/
+15
2026-02-15
torture: Avoid a few casts in vfstest
Volker Lendecke
1
-5
/
+6
2026-02-15
smbd: Save a few lines with direct smb_file_time initialization
Volker Lendecke
1
-3
/
+1
2026-01-07
lib: Simplify sys_acl_to_text() with talloc_asprintf_addbuf()
Volker Lendecke
1
-4
/
+2
2025-05-09
smbd: Simplify synthetic_smb_fname_split()
Volker Lendecke
1
-23
/
+21
2025-05-09
smbd: Remove the "posix_pathnames" global variable
Volker Lendecke
1
-63
/
+23
2024-08-21
s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()
Stefan Metzmacher
1
-1
/
+3
2023-12-19
smbd: Give source3/smbd/dir.c its own header file
Volker Lendecke
1
-0
/
+1
2023-07-19
s3:torture: Fix code spelling
Andreas Schneider
1
-1
/
+1
2023-06-23
smbd: Remove unused "sbuf" argument from ReadDirName()
Volker Lendecke
1
-6
/
+2
2023-06-13
smbd: Remove the offset argument from ReadDirName()
Volker Lendecke
1
-7
/
+0
2022-09-20
s3:torture: fix strict aliasing warnings in cmd_vfs.c
Stefan Metzmacher
1
-2
/
+8
2022-09-07
torture3: Pass NULL to ReadDirName
Volker Lendecke
1
-2
/
+17
2022-09-07
torture3: Remove an unused variable
Volker Lendecke
1
-2
/
+1
2022-08-10
smbd: use metadata_fsp() with SMB_VFS_FSET_NT_ACL()
Ralph Boehme
1
-2
/
+8
2022-08-10
smbd: use metadata_fsp() with SMB_VFS_FGET_NT_ACL()
Ralph Boehme
1
-1
/
+1
2022-08-06
vfs: change openat propotype to match linux openat2
Volker Lendecke
1
-33
/
+24
2022-08-02
s3: smbd: Convert cmd_utime() to use filename_convert_dirfsp().
Jeremy Allison
1
-6
/
+8
2022-07-25
VFS: NULL dirfsp for openat on stream opens
Volker Lendecke
1
-0
/
+2
2022-04-28
Revert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"
Volker Lendecke
1
-0
/
+1
2022-04-07
torture: Disable vfs chain test dependant on SMB1
David Mulder
1
-0
/
+2
2022-04-01
torture: Create a base_fsp for a named stream in vfstest
Volker Lendecke
1
-0
/
+16
2022-04-01
torture: Introduce error labels for vfstest's cmd_open()
Volker Lendecke
1
-12
/
+14
2022-03-24
s3: cmd_vfs: cmd_set_nt_acl(). All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_name...
Jeremy Allison
1
-9
/
+3
2022-03-24
s3: cmd_vfs: cmd_open(). All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_name->st) ...
Jeremy Allison
1
-6
/
+3
2022-03-02
s3: smbd: Rename OpenDir_ntstatus() -> OpenDir().
Jeremy Allison
1
-12
/
+12
2022-03-02
s3: torture: In cmd_vfs, Move two more uses of OpenDir() -> OpenDir_nstatus().
Jeremy Allison
1
-7
/
+18
2022-02-11
vfstest: Align two integer types
Volker Lendecke
1
-2
/
+4
2022-02-10
torture: Add a test to show that full_audit uses a ptr after free
Volker Lendecke
1
-0
/
+85
2021-12-30
smbd: Replace SMB_VFS_CLOSE() calls with fd_close()
Volker Lendecke
1
-9
/
+10
2021-06-25
s3: torture: In cmd_getxattr(), SMB_VFS_GETXATTR() -> SMB_VFS_FGETXATTR().
Jeremy Allison
1
-4
/
+21
2021-06-09
s3: torture: cmd_get_nt_acl(), SMB_VFS_GET_NT_ACL_AT() -> SMB_VFS_FGET_NT_ACL()
Jeremy Allison
1
-2
/
+17
2021-06-09
s3: torture: Change cmd_sys_acl_blob_get_file() to be handle based.
Jeremy Allison
1
-5
/
+27
2021-06-09
s3: torture: cmd_sys_acl_get_file(), SMB_VFS_SYS_ACL_GET_FILE() -> SMB_VFS_SY...
Jeremy Allison
1
-2
/
+22
2021-06-09
VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type param
Noel Power
1
-1
/
+3
2021-05-18
s3: torture: cmd_sys_acl_delete_def_file: Move SMB_VFS_SYS_ACL_DELETE_DEF_FIL...
Jeremy Allison
1
-9
/
+29
2021-04-19
s3: torture: Change cmd_utime to use SMB_VFS_FNTIMES()
Samuel Cabrero
1
-1
/
+1
2021-04-11
s3/torture: Make cmd_chmod now use SMB_VFS_FCHMOD
Noel Power
1
-6
/
+16
2021-04-07
s3: torture: Change cmd_removexattr to use SMB_VFS_FREMOVEXATTR().
Jeremy Allison
1
-8
/
+16
2021-03-11
s3/torture: SMB_VFS_SETXATTR -> SMB_VFS_FSETXATTR
Noel Power
1
-5
/
+20
2021-02-26
s3/torture: migrate SMB_VFS_FLISTXATTR calls to SMB_VFS_FLISTXATTR
Noel Power
1
-3
/
+16
2020-12-16
vfstest: use filename_convert() in cmd_utime()
Ralph Boehme
1
-5
/
+10
2020-12-16
smbd: use fd_handle_create()
Ralph Boehme
1
-2
/
+2
2020-12-16
smbd: use fsp_get_pathref_fd() for logical fd comparisons
Ralph Boehme
1
-2
/
+2
2020-12-16
smbd: use fsp_set_fd()
Ralph Boehme
1
-22
/
+26
2020-05-21
s3/torture: use SMB_VFS_OPENAT() in cmd_set_nt_acl()
Ralph Boehme
1
-2
/
+18
2020-05-21
s3/torture: use SMB_VFS_OPENAT() in cmd_open()
Ralph Boehme
1
-1
/
+12
2020-05-08
Fix clang 9 missing-field-initializer warnings
Gary Lockyer
1
-1
/
+1
2020-05-07
s3: torture: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() in cmd_ge...
Jeremy Allison
1
-3
/
+6
[next]