diff options
author | Jeremy Allison <jra@samba.org> | 2008-02-28 03:27:55 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-02-28 03:27:55 -0800 |
commit | d9b6f9a75d39944eb5ef78280fdffd97e45975e6 (patch) | |
tree | c170abe7c310072f8c62e711a5cdcf94b0aae3a5 | |
parent | ed596336ad9498cc37ceece5f7b939366512f5a2 (diff) | |
download | samba-d9b6f9a75d39944eb5ef78280fdffd97e45975e6.tar.gz samba-d9b6f9a75d39944eb5ef78280fdffd97e45975e6.tar.bz2 samba-d9b6f9a75d39944eb5ef78280fdffd97e45975e6.zip |
Updated comments on the encryption support.
Jeremy.
(This used to be commit ab6a9fad3873a9e4f5945e5d72faabbf42bd4f48)
-rw-r--r-- | WHATSNEW.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index c9287ac6a0..bb68817d17 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -22,9 +22,9 @@ Major enhancements in Samba 3.2.0 include: o Introduction of a registry based configuration system. o Improved CIFS Unix Extensions support. o Experimental support for file serving clusters. - o Support for IPv6 connections. - o Support for storing alternate data streams in xattrs - + o Support for IPv6 in the server, and client tools and libraries. + o Support for storing alternate data streams in xattrs. + o Encrypted SMB transport in client tools and libraries, and server. Winbind and Active Directory Integration: o Full support for Windows 2003 cross-forest, transitive trusts @@ -158,9 +158,7 @@ o Jeremy Allison <jra@samba.org> * Remove unused utilities: smbctool and rpctorture. * Fix service principal detection to match Windows Vista (based on work from Andreas Schneider). - * Additional work on the session data privacy for clients - implementing the Unix CIFS Extensions. - + * Encrypted SMB transport in client tools and libraries, and server. o Kai Blin <kai@samba.org> * Added support for an SMB_CONF_PATH environment variable |