X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=9f178630503cc28edf562a2cbf8877c5f922eac1;hp=18a2c40d98f1255c0a0f66b0b86374b1a062086f;hb=0c6739f385777cabaf6bcce25ee5ce4e2a9a86ff;hpb=ef9c0013a0fbe9b482faf02641178beddccb45cc diff --git a/ChangeLog b/ChangeLog index 18a2c40..9f17863 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,48 @@ -2000-10-24 Lon Hohberger +2000-12-03 Chip Salzenberg + + * support/nfs/xio.c (xfopen): Initialize x_line to one, not zero. + * debian/control: Let nhfsstone replace files in nfs-kernel-server. + * debian/changelog: Version 0.2.1-4. + +2000-11-27 Tobias Ringstrom + + * utils/mountd/auth.c (auth_authenticate): Log the bad path + warning. + +2000-11-24 Neil Brown + + * support/nfs/exports.c (getexportent): Check for host name + without option, or options without hostname, and print a warning, + as this is most likely a typo. + +2000-11-19 Chip Salzenberg + + * debian/control: Add dependency on portmap. + * debian/changelog: Version 0.2.1-3. + +2000-11-10 H.J. Lu + + * nfs-utils.spec.in: Don't use libtool. + Add ChangeLog and COPYING to doc. + * nfs-utils.spec: Rebuild. + +2000-11-09 H.J. Lu + + * etc/redhat/nfs.init (start): Back out the last change. + +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 @@ -18,12 +62,12 @@ * aclocal.m4 (AC_TCP_WRAPPER): Fix a typo. * configure: Rebuilt. -2000-10-06 Lon Hohberger +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 +2000-10-05 Lon Hohberger * utils/statd/statd.h (run_mode): New global bitmask of runtime behaviors: fg/bg, logging, etc.