X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=NEWS;h=e70ae8abf264ccb2db465d3e2e62e7ab756e0642;hp=ae95c730be85eda22948c5c0f01217ccdbd9eb2f;hb=05f93b531d59df6e976d9b40c97b51546524040a;hpb=75fbf31c20fac02e14b6c0cb7dcbfef8286f2ff1 diff --git a/NEWS b/NEWS index ae95c73..e70ae8a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ Significant changes for nfs-utils 1.1.0 - March/April 2007 - rpc.lockd is gone. One 3 old kernel releases need it. + - rpc.rquotad is gone. Use the one from the 'quota' package. + Everone else does. - /sbin/{u,}mount.nfs{,4} are now installed so 'mount' will use these to mount nfs filesystems instead of internal code. + mount.nfs will check for 'statd' to be running when mounting @@ -32,3 +34,30 @@ Significant changes for nfs-utils 1.1.0 - March/April 2007 not support NFS export. - Comprehensive notes on startup dependencies have been added to the README file. + - Mount and statd now listen on a non-privileged port by default. + For maximum safety an upgrade to portmap-6.0 is recommended. + http://neil.brown.name/portmap/ + git://neil.brown.name/portmap + + - This release should work with MIT Kerberos and Heimdal 0.8.1 and later. + + - A new option, -n, was added to rpc.gssd which specifies that + accesses by root should not use 'machine credentials' when + accessing NFS file systems mounted with Kerberos. Using this + option allows the root user to access the NFS space using any + Kerberos principal, rather than always using the machine + credentials. However, its use also requires that root manually + authenticate before attempting a mount with Kerberos. + + When rpc.gssd uses machine credentials, the selection algorithm has + been changed. Instead of simply using the first "nfs/*" key in the + keytab, the keytab is now searched for keys in the following + defined order: + + root/@REALM + nfs/@REALM + host/@REALM + root/@REALM + nfs/@REALM + host/@REALM +