From: Volker Lendecke Date: Fri, 7 Oct 2022 07:52:19 +0000 (+0200) Subject: vfs-docs: Fix the list of full_audit operations X-Git-Tag: talloc-2.4.0~716 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dcf8d76ccce310515ffa693fa5a2120d8b5b206;p=thirdparty%2Fsamba.git vfs-docs: Fix the list of full_audit operations I got this list with modified source3/modules/test_vfs_full_audit.c @@ -34,6 +34,7 @@ static void test_full_audit_array(void **state) for (i=0; i Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Fri Oct 14 17:58:56 UTC 2022 on sn-devel-184 --- diff --git a/docs-xml/manpages/vfs_full_audit.8.xml b/docs-xml/manpages/vfs_full_audit.8.xml index dcd71fa9b64..401ac5a0d8f 100644 --- a/docs-xml/manpages/vfs_full_audit.8.xml +++ b/docs-xml/manpages/vfs_full_audit.8.xml @@ -38,116 +38,114 @@ complete set of Samba VFS operations: - aio_force - audit_file - brl_lock_windows - brl_unlock_windows - chdir - chflags - chmod - close - closedir - connect - connectpath - create_dfs_pathat - create_file - disconnect - disk_free - durable_cookie - durable_disconnect - durable_reconnect - fallocate - fchmod - fchown - fdopendir - fget_compression - fget_dos_attributes - fget_nt_acl_at - fgetxattr - file_id_create - flistxattr - fremovexattr - fs_capabilities - fsctl - fset_dos_attributes - fset_nt_acl - fsetxattr - fs_file_id - fstat - fsync - fsync_recv - fsync_send - ftruncate - get_alloc_size - get_dfs_referrals - get_dos_attributes - get_dos_attributes_recv - get_dos_attributes_send - getlock - get_nt_acl - get_quota - get_real_filename - get_shadow_copy_data - getwd - getxattr - getxattrat_recv - getxattrat_send - is_offline - filesystem_sharemode - lchown - linkat - linux_setlease - listxattr - lock - lseek - lstat - mkdirat - mknodat - ntimes - offload_read_recv - offload_read_send - offload_write_recv - offload_write_send - open - pread - pread_recv - pread_send - pwrite - pwrite_recv - pwrite_send - read - readdir - readdir_attr - readlinkat - realpath - recvfile - removexattr - renameat - rewinddir - seekdir - sendfile - set_compression - set_dos_attributes - set_offline - set_quota - setxattr - snap_check_path - snap_create - snap_delete - stat - statvfs - streaminfo - strict_lock_check - symlinkat - sys_acl_blob_get_fd - sys_acl_blob_get_file - sys_acl_get_fd - sys_acl_get_file - sys_acl_set_fd - telldir - translate_name - unlinkat - write + aio_force + audit_file + brl_lock_windows + brl_unlock_windows + chdir + close + closedir + connect + connectpath + create_dfs_pathat + create_file + disconnect + disk_free + durable_cookie + durable_disconnect + durable_reconnect + fallocate + fchflags + fchmod + fchown + fcntl + fdopendir + fget_compression + fget_dos_attributes + fget_nt_acl + fgetxattr + file_id_create + filesystem_sharemode + flistxattr + fntimes + freaddir_attr + fremovexattr + fs_capabilities + fsctl + fset_dos_attributes + fset_nt_acl + fsetxattr + fs_file_id + fstat + fstatat + fstreaminfo + fsync_recv + fsync_send + ftruncate + get_alloc_size + get_dfs_referrals + get_dos_attributes_recv + get_dos_attributes_send + getlock + get_quota + get_real_filename + get_real_filename_at + get_shadow_copy_data + getwd + getxattrat_recv + getxattrat_send + is_offline + lchown + linkat + linux_setlease + lock + lseek + lstat + mkdirat + mknodat + ntimes + offload_read_recv + offload_read_send + offload_write_recv + offload_write_send + open + openat + parent_pathname + pread + pread_recv + pread_send + pwrite + pwrite_recv + pwrite_send + read + read_dfs_pathat + readdir + readlinkat + realpath + recvfile + removexattr + renameat + rewinddir + seekdir + sendfile + set_compression + set_offline + set_quota + snap_check_path + snap_create + snap_delete + stat + statvfs + strict_lock_check + symlinkat + sys_acl_blob_get_fd + sys_acl_delete_def_fd + sys_acl_get_fd + sys_acl_set_fd + telldir + translate_name + unlinkat + write In addition to these operations,