X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=95832a132d5cc47e47bd7bda045be429590d6e54;hb=5b9179e1d135ef4341516465222eaf9efb84c5f3;hp=70651c16083d76a716468f33da1bff663b64910e;hpb=bbdfb3e9b3beace2b32947861144b01a9e6104f6;p=nfs-utils.git diff --git a/ChangeLog b/ChangeLog index 70651c1..95832a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2001-09-12 NeilBrown + + * utils/mountd/auth.c (auth_authenticate_internal): Reverse + change from 2000-08-02: It causes problems if someone exports + to both a hostname and IP addresses. nfs-utils must be + consistant about the canonical name that it chooses. + +2001-08-17 Ragnar Kjørstad + H.J. Lu + + * etc/redhat/nfslock.init (STATDARG): New. Pass it to rpc.statd. + + * utils/statd/statd.c (longopts): Add "name". + (usage): Add "-n/--name". + (main): Set MY_NAME with "-n/--name". + + * utils/statd/state.c (change_state): Set MY_NAME only if it + is NULL. + + * utils/statd/statd.man: Updated for "-n/--name". + +2001-07-26 H.J. Lu + + * nfs-utils.spec (Release): Set to 8. + +2001-07-25 H.J. Lu + + * etc/redhat/nfs.init: Check if rpc.rquotad exists before doing + anything about it. + +2001-06-27 H.J. Lu + + * etc/redhat/nfs.init: Run rpc.rquotad only if it exists. + +2001-06-27 H.J. Lu + + * utils/rquotad/rquota_server.c: Don't call statfs () for + the block size. Use BLOCK_SIZE instead. + 2001-06-27 H.J. Lu * config.mk.in (CC_FOR_BUILD): Renamed from BUILD_CC. @@ -17,6 +56,7 @@ * nfs-utils.spec.in (rquotad): New. Set to 0 to disable rquotad. (CC_FOR_BUILD): Renamed from BUILD_CC. + * nfs-utils.spec: Regenerated. 2001-06-15 Chip Salzenberg