The branch, master has been updated via e4ad0aa373a VFS: Update status of SMB_VFS_CHMOD from 768d48fca9f tests python krb5: MS-KILE client principal look-up
https://git.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit e4ad0aa373afc94b15a5d538deea53bfa2d14856 Author: Noel Power <noel.po...@suse.com> Date: Mon Apr 12 10:48:34 2021 +0100 VFS: Update status of SMB_VFS_CHMOD Missed when SMB_VFS_CHMOD() was removed. Signed-off-by: Noel Power <noel.po...@suse.com> Reviewed-by: Ralph Boehme <s...@samba.org> Autobuild-User(master): Noel Power <npo...@samba.org> Autobuild-Date(master): Mon Apr 12 11:11:06 UTC 2021 on sn-devel-184 ----------------------------------------------------------------------- Summary of changes: source3/modules/The_New_VFS.org | 2 +- source3/modules/The_New_VFS.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Changeset truncated at 500 lines: diff --git a/source3/modules/The_New_VFS.org b/source3/modules/The_New_VFS.org index afb2ed84f1c..5dc899befb6 100644 --- a/source3/modules/The_New_VFS.org +++ b/source3/modules/The_New_VFS.org @@ -203,7 +203,7 @@ whenever VFS access is done in a piecemeal fashion. | SMB_VFS_BRL_UNLOCK_WINDOWS() | [[fsp][fsp]] | - | | SMB_VFS_CHDIR() | [[Path][Path]] | Todo | | SMB_VFS_CHFLAGS() | [[Path][Path]] | Todo | -| SMB_VFS_CHMOD() | [[Path][Path]] | Todo | +| SMB_VFS_CHMOD() | [[Path][Path]] | - | | SMB_VFS_CLOSE() | [[fsp][fsp]] | - | | SMB_VFS_CLOSEDIR() | [[fsp][fsp]] | - | | SMB_VFS_CONNECT() | [[Disk][Disk]] | - | diff --git a/source3/modules/The_New_VFS.txt b/source3/modules/The_New_VFS.txt index ecff08972d0..5121229dc0a 100644 --- a/source3/modules/The_New_VFS.txt +++ b/source3/modules/The_New_VFS.txt @@ -271,7 +271,7 @@ Table of Contents SMB_VFS_BRL_UNLOCK_WINDOWS() [fsp] - SMB_VFS_CHDIR() [Path] Todo SMB_VFS_CHFLAGS() [Path] Todo - SMB_VFS_CHMOD() [Path] Todo + SMB_VFS_CHMOD() [Path] - SMB_VFS_CLOSE() [fsp] - SMB_VFS_CLOSEDIR() [fsp] - SMB_VFS_CONNECT() [Disk] - -- Samba Shared Repository