From 27480333fdc0ee6c35c5b3d3bbd5bb026fc7dba0 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 3 Nov 2020 11:57:03 +0100 Subject: [PATCH] s3:vfs: Document the encryption_required flag in vfs.h Signed-off-by: Andreas Schneider Reviewed-by: Alexander Bokovoy Reviewed-by: Ralph Boehme Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Tue Nov 3 16:47:57 UTC 2020 on sn-devel-184 --- source3/include/vfs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/include/vfs.h b/source3/include/vfs.h index 7aff0c67ada..91151df6e06 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -331,6 +331,8 @@ * Version 44 - Remove dirfsp arg from struct files_struct * Version 44 - Remove dirfsp arg to SMB_VFS_CREATE_FILE() * Version 44 - Make dirfsp arg to SMB_VFS_READLINKAT() const + * Version 44 - Add a flag 'encryption_required' to files_struct that that + * prevents that encrypted connections can be downgraded. */ #define SMB_VFS_INTERFACE_VERSION 44 -- 2.47.3