s3:vfs: Document the encryption_required flag in vfs.h
authorAndreas Schneider <asn@samba.org>
Tue, 3 Nov 2020 10:57:03 +0000 (11:57 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 3 Nov 2020 16:47:57 +0000 (16:47 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Tue Nov  3 16:47:57 UTC 2020 on sn-devel-184

source3/include/vfs.h

index 7aff0c67ada2bd0acd614e180e63af8de367fcdb..91151df6e062bcfa5dd18b19605b4a8025829e0e 100644 (file)
  * 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