summaryrefslogtreecommitdiff
path: root/source3/torture/cmd_vfs.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-01vfstest: Remove the chdir/getwd commandsVolker Lendecke1-19/+0
2026-02-15vfs: Change SMB_VFS_DISK_FREE to take a fspVolker Lendecke1-10/+15
2026-02-15torture: Avoid a few casts in vfstestVolker Lendecke1-5/+6
2026-02-15smbd: Save a few lines with direct smb_file_time initializationVolker Lendecke1-3/+1
2026-01-07lib: Simplify sys_acl_to_text() with talloc_asprintf_addbuf()Volker Lendecke1-4/+2
2025-05-09smbd: Simplify synthetic_smb_fname_split()Volker Lendecke1-23/+21
2025-05-09smbd: Remove the "posix_pathnames" global variableVolker Lendecke1-63/+23
2024-08-21s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()Stefan Metzmacher1-1/+3
2023-12-19smbd: Give source3/smbd/dir.c its own header fileVolker Lendecke1-0/+1
2023-07-19s3:torture: Fix code spellingAndreas Schneider1-1/+1
2023-06-23smbd: Remove unused "sbuf" argument from ReadDirName()Volker Lendecke1-6/+2
2023-06-13smbd: Remove the offset argument from ReadDirName()Volker Lendecke1-7/+0
2022-09-20s3:torture: fix strict aliasing warnings in cmd_vfs.cStefan Metzmacher1-2/+8
2022-09-07torture3: Pass NULL to ReadDirNameVolker Lendecke1-2/+17
2022-09-07torture3: Remove an unused variableVolker Lendecke1-2/+1
2022-08-10smbd: use metadata_fsp() with SMB_VFS_FSET_NT_ACL()Ralph Boehme1-2/+8
2022-08-10smbd: use metadata_fsp() with SMB_VFS_FGET_NT_ACL()Ralph Boehme1-1/+1
2022-08-06vfs: change openat propotype to match linux openat2Volker Lendecke1-33/+24
2022-08-02s3: smbd: Convert cmd_utime() to use filename_convert_dirfsp().Jeremy Allison1-6/+8
2022-07-25VFS: NULL dirfsp for openat on stream opensVolker Lendecke1-0/+2
2022-04-28Revert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"Volker Lendecke1-0/+1
2022-04-07torture: Disable vfs chain test dependant on SMB1David Mulder1-0/+2
2022-04-01torture: Create a base_fsp for a named stream in vfstestVolker Lendecke1-0/+16
2022-04-01torture: Introduce error labels for vfstest's cmd_open()Volker Lendecke1-12/+14
2022-03-24s3: cmd_vfs: cmd_set_nt_acl(). All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_name...Jeremy Allison1-9/+3
2022-03-24s3: cmd_vfs: cmd_open(). All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_name->st) ...Jeremy Allison1-6/+3
2022-03-02s3: smbd: Rename OpenDir_ntstatus() -> OpenDir().Jeremy Allison1-12/+12
2022-03-02s3: torture: In cmd_vfs, Move two more uses of OpenDir() -> OpenDir_nstatus().Jeremy Allison1-7/+18
2022-02-11vfstest: Align two integer typesVolker Lendecke1-2/+4
2022-02-10torture: Add a test to show that full_audit uses a ptr after freeVolker Lendecke1-0/+85
2021-12-30smbd: Replace SMB_VFS_CLOSE() calls with fd_close()Volker Lendecke1-9/+10
2021-06-25s3: torture: In cmd_getxattr(), SMB_VFS_GETXATTR() -> SMB_VFS_FGETXATTR().Jeremy Allison1-4/+21
2021-06-09s3: torture: cmd_get_nt_acl(), SMB_VFS_GET_NT_ACL_AT() -> SMB_VFS_FGET_NT_ACL()Jeremy Allison1-2/+17
2021-06-09s3: torture: Change cmd_sys_acl_blob_get_file() to be handle based.Jeremy Allison1-5/+27
2021-06-09s3: torture: cmd_sys_acl_get_file(), SMB_VFS_SYS_ACL_GET_FILE() -> SMB_VFS_SY...Jeremy Allison1-2/+22
2021-06-09VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type paramNoel Power1-1/+3
2021-05-18s3: torture: cmd_sys_acl_delete_def_file: Move SMB_VFS_SYS_ACL_DELETE_DEF_FIL...Jeremy Allison1-9/+29
2021-04-19s3: torture: Change cmd_utime to use SMB_VFS_FNTIMES()Samuel Cabrero1-1/+1
2021-04-11s3/torture: Make cmd_chmod now use SMB_VFS_FCHMODNoel Power1-6/+16
2021-04-07s3: torture: Change cmd_removexattr to use SMB_VFS_FREMOVEXATTR().Jeremy Allison1-8/+16
2021-03-11s3/torture: SMB_VFS_SETXATTR -> SMB_VFS_FSETXATTRNoel Power1-5/+20
2021-02-26s3/torture: migrate SMB_VFS_FLISTXATTR calls to SMB_VFS_FLISTXATTRNoel Power1-3/+16
2020-12-16vfstest: use filename_convert() in cmd_utime()Ralph Boehme1-5/+10
2020-12-16smbd: use fd_handle_create()Ralph Boehme1-2/+2
2020-12-16smbd: use fsp_get_pathref_fd() for logical fd comparisonsRalph Boehme1-2/+2
2020-12-16smbd: use fsp_set_fd()Ralph Boehme1-22/+26
2020-05-21s3/torture: use SMB_VFS_OPENAT() in cmd_set_nt_acl()Ralph Boehme1-2/+18
2020-05-21s3/torture: use SMB_VFS_OPENAT() in cmd_open()Ralph Boehme1-1/+12
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-1/+1
2020-05-07s3: torture: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() in cmd_ge...Jeremy Allison1-3/+6