X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=1a9e642d33c7df87608b4a589f52eab82199b746;hp=8014fb4a9e5692f2f8925c478a2f4c34fce666af;hb=965b15b855c0c621462256b0ab687fc32644255a;hpb=c74c5af6fd1e130b565d4ffa67ef68cbc4e6790d diff --git a/ChangeLog b/ChangeLog index 8014fb4..1a9e642 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +Author: Steinar H. Gunderson +Date: Wed Sep 13 22:23:23 CEST 2006 + + Fix -n option to mountd + + The getopt_long() option string in mountd was having a spurious + colon after the 'n', leading to the short form of --no-tcp not + being usable (expecting a parameter, contrary to the long form + and the documentation). Fix. + +Author: Steinar H. Gunderson +Date: Wed Sep 13 22:19:39 CEST 2006 + + Document sensitive gids + + The exports(8) man page already mentions that some non-root users, + such as bin, might be just as sensitive as root, and that root_squash + thus might not be as effective as one could hope for. Update the + documentation to also mention that this could be the case for non-root + groups, such as staff. + Author: NeilBrown Date: Mon Aug 7 16:35:03 AEST 2006