X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=0022c1c8bb5aec7b300869b5cb1bff2b821c9eec;hb=e035a74a36a30b9bdbf47a020ba3231a07fb98f2;hp=ab7c336f8873a173fbad5fb2285b017bbc99353a;hpb=a19d80373216f3257c1b5ef59e41279f94744377;p=nfs-utils.git diff --git a/ChangeLog b/ChangeLog index ab7c336..0022c1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2000-11-09 H.J. Lu + + * etc/redhat/nfs.init (start): Pass --no-tcp to mountd if + TCP is not supported by kernel. + + * support/nfs/rpcmisc.c (rpc_init): Don't set _rpcfdtype to 0. + + * utils/mountd/mountd.c (longopts): Add "-n/--no-tcp". + (main): Set to _rpcfdtype to SOCK_DGRAM for "-n/--no-tcp". + + * utils/mountd/mountd.man: Updated for "-n/--no-tcp". + +2000-10-24 Lon Hohberger + + * utils/statd/callback.c: Fix bug preventing callbacks to local lockd. + * utils/statd/rmtcall.c: Add some IP address paranoia when doing + callbacks to local lockd. + +2000-10-18 Scott McDermott + + * utils/exportfs/exports.man: Updated for CIDR netmask. + 2000-10-17 Scott McDermott * support/export/client.c (client_init): Support CIDR netmask @@ -8,6 +30,26 @@ * aclocal.m4 (AC_TCP_WRAPPER): Fix a typo. * configure: Rebuilt. +2000-10-06 Lon Hohberger + + * utils/statd/statd.man: Change "/var/lib/nfs/sm/state" to + "/var/lib/nfs/state". + +2000-10-05 Lon Hohberger + + * utils/statd/statd.h (run_mode): New global bitmask of runtime + behaviors: fg/bg, logging, etc. + * utils/statd/statd.c: New command line options: -V -h -? -d . + * utils/statd/statd.man: Update for changes to statd. + + * utils/statd/log.h (log_init): Remove parameter of function; use + global variable "name_p" instead. + * utils/statd/log.c: Add support for logging to stderr. + + * utils/statd/notlist.c: Partially rewrite notify list handling + functions. Eliminate run-off-end-of-list bug when calling + nlist_insert_timer. Add lots of comments. + 2000-09-27 H.J. Lu * README: Updated for RedHat 7.0.