X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=31db7560436562a9f38307fb214ffd53ec4e3c71;hp=633fb021e680aa6bd8003be24afc39fff593c8c8;hb=75cbc5abeb4b1d39abf298be217783c2b0889ae5;hpb=6bab6a04db331c70d8a7a62cc1d11cca257844f1 diff --git a/ChangeLog b/ChangeLog index 633fb02..31db756 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +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.