diff options
author | yar <yar@FreeBSD.org> | 2006-03-05 22:52:17 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2006-03-05 22:52:17 +0000 |
commit | 66715ad5a3d7d2253ba5215689c262551c691bc6 (patch) | |
tree | 42d69dbc46168ef705cc8d1fdd34c38e8020ff20 /UPDATING | |
parent | 5d4e90d7750c8099d9fafe80c202756922b60e01 (diff) | |
download | FreeBSD-src-66715ad5a3d7d2253ba5215689c262551c691bc6.zip FreeBSD-src-66715ad5a3d7d2253ba5215689c262551c691bc6.tar.gz |
Retire NETSMBCRYPTO as a kernel option and make its functionality
enabled by default in NETSMB and smbfs.ko.
With the most of modern SMB providers requiring encryption by
default, there is little sense left in keeping the crypto part
of NETSMB optional at the build time.
This will also return smbfs.ko to its former properties users
are rather accustomed to.
Discussed with: freebsd-stable, re (scottl)
Not objected by: bp, tjr (silence)
MFC after: 5 days
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -21,6 +21,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20060305: + The NETSMBCRYPTO kernel option has been retired because its + functionality is always included in NETSMB and smbfs.ko now. + 20060303: The TDFX_LINUX kernel option was retired and replaced by the tdfx_linux device. The latter can be loaded as a kernel module. |