summaryrefslogtreecommitdiff
path: root/source3/torture/cmd_vfs.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: change openat propotype to match linux openat2Volker Lendecke2022-08-061-33/+24
* s3: smbd: Convert cmd_utime() to use filename_convert_dirfsp().Jeremy Allison2022-08-021-6/+8
* VFS: NULL dirfsp for openat on stream opensVolker Lendecke2022-07-251-0/+2
* Revert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"Volker Lendecke2022-04-281-0/+1
* torture: Disable vfs chain test dependant on SMB1David Mulder2022-04-071-0/+2
* torture: Create a base_fsp for a named stream in vfstestVolker Lendecke2022-04-011-0/+16
* torture: Introduce error labels for vfstest's cmd_open()Volker Lendecke2022-04-011-12/+14
* s3: cmd_vfs: cmd_set_nt_acl(). All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_name...Jeremy Allison2022-03-241-9/+3
* s3: cmd_vfs: cmd_open(). All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_name->st) ...Jeremy Allison2022-03-241-6/+3
* s3: smbd: Rename OpenDir_ntstatus() -> OpenDir().Jeremy Allison2022-03-021-12/+12
* s3: torture: In cmd_vfs, Move two more uses of OpenDir() -> OpenDir_nstatus().Jeremy Allison2022-03-021-7/+18
* vfstest: Align two integer typesVolker Lendecke2022-02-111-2/+4
* torture: Add a test to show that full_audit uses a ptr after freeVolker Lendecke2022-02-101-0/+85
* smbd: Replace SMB_VFS_CLOSE() calls with fd_close()Volker Lendecke2021-12-301-9/+10
* s3: torture: In cmd_getxattr(), SMB_VFS_GETXATTR() -> SMB_VFS_FGETXATTR().Jeremy Allison2021-06-251-4/+21
* s3: torture: cmd_get_nt_acl(), SMB_VFS_GET_NT_ACL_AT() -> SMB_VFS_FGET_NT_ACL()Jeremy Allison2021-06-091-2/+17
* s3: torture: Change cmd_sys_acl_blob_get_file() to be handle based.Jeremy Allison2021-06-091-5/+27
* s3: torture: cmd_sys_acl_get_file(), SMB_VFS_SYS_ACL_GET_FILE() -> SMB_VFS_SY...Jeremy Allison2021-06-091-2/+22
* VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type paramNoel Power2021-06-091-1/+3
* s3: torture: cmd_sys_acl_delete_def_file: Move SMB_VFS_SYS_ACL_DELETE_DEF_FIL...Jeremy Allison2021-05-181-9/+29
* s3: torture: Change cmd_utime to use SMB_VFS_FNTIMES()Samuel Cabrero2021-04-191-1/+1
* s3/torture: Make cmd_chmod now use SMB_VFS_FCHMODNoel Power2021-04-111-6/+16
* s3: torture: Change cmd_removexattr to use SMB_VFS_FREMOVEXATTR().Jeremy Allison2021-04-071-8/+16
* s3/torture: SMB_VFS_SETXATTR -> SMB_VFS_FSETXATTRNoel Power2021-03-111-5/+20
* s3/torture: migrate SMB_VFS_FLISTXATTR calls to SMB_VFS_FLISTXATTRNoel Power2021-02-261-3/+16
* vfstest: use filename_convert() in cmd_utime()Ralph Boehme2020-12-161-5/+10
* smbd: use fd_handle_create()Ralph Boehme2020-12-161-2/+2
* smbd: use fsp_get_pathref_fd() for logical fd comparisonsRalph Boehme2020-12-161-2/+2
* smbd: use fsp_set_fd()Ralph Boehme2020-12-161-22/+26
* s3/torture: use SMB_VFS_OPENAT() in cmd_set_nt_acl()Ralph Boehme2020-05-211-2/+18
* s3/torture: use SMB_VFS_OPENAT() in cmd_open()Ralph Boehme2020-05-211-1/+12
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-081-1/+1
* s3: torture: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() in cmd_ge...Jeremy Allison2020-05-071-3/+6
* smbd: pass ucf_flags to canonicalize_snapshot_path()Ralph Boehme2020-05-051-1/+1
* smbd: vfs: convert link_contents arg of SMB_VFS_SYMLINKAT() to struct smb_fil...Ralph Boehme2020-05-051-1/+1
* smbd: call canonicalize_snapshot_path() on link target paths from clientRalph Boehme2020-05-051-1/+20
* smbd: add twrp arg to synthetic_smb_fname()Ralph Boehme2020-05-051-0/+9
* smbd: move files_struct.is_directory to a bitfieldRalph Boehme2020-04-031-3/+2
* smbd: move files_struct.modified to a bitfieldRalph Boehme2020-04-031-2/+2
* smbd: move files_struct.can_write to a bitfieldRalph Boehme2020-04-031-3/+2
* smbd: move files_struct.can_read to a bitfieldRalph Boehme2020-04-031-2/+2
* smbd: move files_struct.can_lock to a bitfieldRalph Boehme2020-04-031-2/+2
* vfstest: use OpenDir()Ralph Boehme2020-03-241-42/+55
* smbd: fix handling of sentinel timestamp valuesRalph Boehme2019-12-061-3/+3
* s3:param: make "servicename" a substituted optionRalph Boehme2019-11-271-1/+4
* s3: torture: Remove cmd_chown() - can be replicated by cmd_open()->cmd_fchown().Jeremy Allison2019-10-151-33/+0
* s3: cmd_vfs: Change cmd_pathfunc() to call SMB_VFS_UNLINKAT() in rmdir case.Jeremy Allison2019-10-101-1/+4
* s3: cmd_vfs: Change cmd_pathfunc() to call SMB_VFS_UNLINKAT().Jeremy Allison2019-09-261-1/+4
* s3: torture: Change cmd_mkdir to call SMB_VFS_MKDIRAT().Jeremy Allison2019-09-111-1/+6
* s3: torture: Change cmd_symlink to call SMB_VFS_SYMLINKAT().Jeremy Allison2019-09-031-1/+6