[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Tue Aug 16 11:52:01 UTC 2022


The branch, master has been updated
       via  55b3bcc30b4 s3:vfs.h: change SMB_VFS_INTERFACE_VERSION to 48 for 4.18
       via  5adf051228b s3:vfs.h: add comment about VFS_OPEN_HOW_RESOLVE_NO_SYMLINKS
      from  1654eae11b9 s3: smbd: Add IS_VETO_PATH checks to openat_pathref_fsp_case_insensitive().

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 55b3bcc30b4ffb026798f3a2626322d13c96ba24
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Aug 16 09:36:09 2022 +0200

    s3:vfs.h: change SMB_VFS_INTERFACE_VERSION to 48 for 4.18
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>
    
    Autobuild-User(master): Stefan Metzmacher <metze at samba.org>
    Autobuild-Date(master): Tue Aug 16 11:51:36 UTC 2022 on sn-devel-184

commit 5adf051228b56c05fe1205e7a865a497b58e81d9
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Aug 16 09:35:16 2022 +0200

    s3:vfs.h: add comment about VFS_OPEN_HOW_RESOLVE_NO_SYMLINKS
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=15146
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 source3/include/vfs.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/vfs.h b/source3/include/vfs.h
index 2fd8d1cdd06..33623969ef3 100644
--- a/source3/include/vfs.h
+++ b/source3/include/vfs.h
@@ -374,9 +374,11 @@
  * Version 47 - Re-add dirfsp to CREATE_FILE
  * Version 47 - Add fsp flag fstat_before_close
  * Version 47 - Change SMB_VFS_OPENAT() to match the Linux openat2 prototype, add vfs_open_how
+ * Version 47 - Add VFS_OPEN_HOW_RESOLVE_NO_SYMLINKS for SMB_VFS_OPENAT()
+ * Change to Version 48 - will ship with 4.18
  */
 
-#define SMB_VFS_INTERFACE_VERSION 47
+#define SMB_VFS_INTERFACE_VERSION 48
 
 /*
     All intercepted VFS operations must be declared as static functions inside module source


-- 
Samba Shared Repository



More information about the samba-cvs mailing list