smbd: use metadata_fsp() with SMB_VFS_FGET_NT_ACL()
[samba-bkup.git] / source3 / torture / cmd_vfs.c
2022-08-10 Ralph Boehmesmbd: use metadata_fsp() with SMB_VFS_FGET_NT_ACL()
2022-08-06 Volker Lendeckevfs: change openat propotype to match linux openat2
2022-08-02 Jeremy Allisons3: smbd: Convert cmd_utime() to use filename_convert_d...
2022-07-25 Volker LendeckeVFS: NULL dirfsp for openat on stream opens
2022-04-28 Volker LendeckeRevert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"
2022-04-07 David Muldertorture: Disable vfs chain test dependant on SMB1
2022-04-01 Volker Lendecketorture: Create a base_fsp for a named stream in vfstest
2022-04-01 Volker Lendecketorture: Introduce error labels for vfstest's cmd_open()
2022-03-24 Jeremy Allisons3: cmd_vfs: cmd_set_nt_acl(). All calls to SMB_VFS_FST...
2022-03-24 Jeremy Allisons3: cmd_vfs: cmd_open(). All calls to SMB_VFS_FSTAT...
2022-03-02 Jeremy Allisons3: smbd: Rename OpenDir_ntstatus() -> OpenDir().
2022-03-02 Jeremy Allisons3: torture: In cmd_vfs, Move two more uses of OpenDir...
2022-02-11 Volker Lendeckevfstest: Align two integer types
2022-02-10 Volker Lendecketorture: Add a test to show that full_audit uses a...
2021-12-30 Volker Lendeckesmbd: Replace SMB_VFS_CLOSE() calls with fd_close()
2021-06-25 Jeremy Allisons3: torture: In cmd_getxattr(), SMB_VFS_GETXATTR()...
2021-06-09 Jeremy Allisons3: torture: cmd_get_nt_acl(), SMB_VFS_GET_NT_ACL_AT...
2021-06-09 Jeremy Allisons3: torture: Change cmd_sys_acl_blob_get_file() to...
2021-06-09 Jeremy Allisons3: torture: cmd_sys_acl_get_file(), SMB_VFS_SYS_ACL_GE...
2021-06-09 Noel PowerVFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additio...
2021-05-18 Jeremy Allisons3: torture: cmd_sys_acl_delete_def_file: Move SMB_VFS_...
2021-04-19 Samuel Cabreros3: torture: Change cmd_utime to use SMB_VFS_FNTIMES()
2021-04-11 Noel Powers3/torture: Make cmd_chmod now use SMB_VFS_FCHMOD
2021-04-07 Jeremy Allisons3: torture: Change cmd_removexattr to use SMB_VFS_FREM...
2021-03-11 Noel Powers3/torture: SMB_VFS_SETXATTR -> SMB_VFS_FSETXATTR
2021-02-26 Noel Powers3/torture: migrate SMB_VFS_FLISTXATTR calls to SMB_VFS...
2020-12-16 Ralph Boehmevfstest: use filename_convert() in cmd_utime()
2020-12-16 Ralph Boehmesmbd: use fd_handle_create()
2020-12-16 Ralph Boehmesmbd: use fsp_get_pathref_fd() for logical fd comparisons
2020-12-16 Ralph Boehmesmbd: use fsp_set_fd()
2020-05-21 Ralph Boehmes3/torture: use SMB_VFS_OPENAT() in cmd_set_nt_acl()
2020-05-21 Ralph Boehmes3/torture: use SMB_VFS_OPENAT() in cmd_open()
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
2020-05-07 Jeremy Allisons3: torture: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET...
2020-05-05 Ralph Boehmesmbd: pass ucf_flags to canonicalize_snapshot_path()
2020-05-05 Ralph Boehmesmbd: vfs: convert link_contents arg of SMB_VFS_SYMLINK...
2020-05-05 Ralph Boehmesmbd: call canonicalize_snapshot_path() on link target...
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2020-04-03 Ralph Boehmesmbd: move files_struct.is_directory to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.modified to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_write to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_read to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.can_lock to a bitfield
2020-03-24 Ralph Boehmevfstest: use OpenDir()
2019-12-06 Ralph Boehmesmbd: fix handling of sentinel timestamp values
2019-11-27 Ralph Boehmes3:param: make "servicename" a substituted option
2019-10-15 Jeremy Allisons3: torture: Remove cmd_chown() - can be replicated...
2019-10-10 Jeremy Allisons3: cmd_vfs: Change cmd_pathfunc() to call SMB_VFS_UNLI...
2019-09-26 Jeremy Allisons3: cmd_vfs: Change cmd_pathfunc() to call SMB_VFS_UNLI...
2019-09-11 Jeremy Allisons3: torture: Change cmd_mkdir to call SMB_VFS_MKDIRAT().
2019-09-03 Jeremy Allisons3: torture: Change cmd_symlink to call SMB_VFS_SYMLINK...
2019-08-23 Jeremy Allisons3: torture: Change cmd_readlink to call SMB_VFS_READLI...
2019-08-22 Jeremy Allisons3: torture: Change cmd_mknod to call SMB_VFS_MKNODAT().
2019-08-20 Jeremy Allisons3: torture: Change cmd_link to call SMB_VFS_LINKAT().
2019-08-16 Jeremy Allisons3: torture: Change cmd_vfs to call SMB_VFS_RENAMEAT().
2019-01-28 Andreas Schneiders3:torture: Use C99 initializer for cmd_set in cmd_vfs
2018-05-25 Jeremy Allisons3: torture: Remove cmd_fchmod_acl().
2018-05-25 Jeremy Allisons3: torture: Remove cmd_chmod_acl().
2018-05-04 Jeremy Allisons3: torture: Remove the last user of SMB_VFS_WRITE.
2018-05-04 Jeremy Allisons3: torture: Make cmd_read use read_file().
2018-05-01 Jeremy Allisons3: vfs: Use the new smb_vfs_fsync_sync() call in place...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_REALPATH to take and return...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_GETWD to return struct smb_file...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_CHDIR to use const struct smb_f...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_SYMLINK to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_READLINK to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_LINK to use const struct smb_fi...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_DISK_FREE to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_MKNOD to use const struct smb_f...
2017-06-01 Jeremy Allisons3: VFS: Change SMB_VFS_GETXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SETXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_LISTXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to...
2016-10-20 Jeremy Allisons3: torture: vfstest. unlink cmd must be stream aware.
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-03-10 Jeremy Allisons3:lib: Move internal lp_posix_pathnames() call out...
2016-03-10 Jeremy Allisons3:lib: Remove the const SMB_STRUCT_STAT * parameter...
2016-03-05 Jeremy AllisonVFS: Modify chown to take a const struct smb_filename...
2016-03-03 Jeremy AllisonVFS: Modify chmod_acl to take a const struct smb_filena...
2016-03-03 Jeremy AllisonVFS: Modify chmod to take a const struct smb_filename...
2016-03-01 Jeremy AllisonVFS: Modify opendir to take a const struct smb_filename...
2016-02-25 Jeremy AllisonVFS: Modify rmdir to take a const struct smb_filename...
2016-02-24 Jeremy Allisons3: VFS: Modify mkdir to take a const struct smb_filena...
2016-02-16 Jeremy Allisons3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const...
2015-05-11 Richard SharpeConvert all uses of uint32/16/8 to _t in source3/torture.
2015-02-17 David Disseldorps3/vfs: remove unused SMB_VFS_DISK_FREE() small_query...
2013-12-06 Andreas Schneiders3-torture: Make sure status is used initialized.
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-11-08 David Disseldorpvfstest: fix uninitialised variable usage in open
2013-04-17 Volker Lendeckevfstest: Convert cmd_set_nt_acl to synthetic_smb_fname
2013-04-17 Volker Lendeckevfstest: Convert cmd_utime to synthetic_smb_fname
2013-04-17 Volker Lendeckevfstest: Convert cmd_lstat to synthetic_smb_fname
2013-04-17 Volker Lendeckevfstest: Convert cmd_stat to synthetic_smb_fname
2013-04-17 Volker Lendeckevfstest: Convert cmd_rename to synthetic_smb_fname
2013-04-17 Volker Lendeckevfstest: Convert cmd_pathfunc to synthetic_smb_fname
2013-04-17 Volker Lendeckevfstest: Convert cmd_open to synthetic_smb_fname
2013-03-12 Guenter Kukkukkvfs_catia: write a testcase - add a translate command...
next