From: Andreas Schneider Date: Tue, 3 Nov 2020 10:57:03 +0000 (+0100) Subject: s3:vfs: Document the encryption_required flag in vfs.h X-Git-Tag: talloc-2.3.2~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27480333fdc0ee6c35c5b3d3bbd5bb026fc7dba0;p=thirdparty%2Fsamba.git 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 --- 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