X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=fc60290334e557c1cfb8351fff3c131ded6acd85;hp=d03d8c40cef1e092596db2700946ed127e8c17cc;hb=dd369074fb986c2fe1a59eed070f01433344ab2f;hpb=b1f8653d43b6bfaf80a44efcb7418bcf898d3af1 diff --git a/ChangeLog b/ChangeLog index d03d8c4..fc60290 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2001-12-26 Chip Salzenberg + + * utils/exportfs/exports.man: Emphasize the need for options to + immediately follow client names. Explain that wildcards don't + usually work on addresses, but may work when reverse DNS fails. + Comment out a leftover TP that was TPing our indentation. + * utils/mountd/mountd.man, utils/rquotad/rquotad.man, + utils/statd/statd.man: Remove refs to non-existent "hosts_allow(5)". + * debian/changelog: Version 0.3.3-6. + +2001-12-20 NeilBrown + + * support/export/client.c(client_lookup): If a host has multiple + IP addresses, then we must always use the result of a + gethostbyname, not that of gethostbyaddr for exporting + +2001-12-20 NeilBrown + + * support/export/client.c (client_lookup): use strcasecmp when + comparing host names + * support/nfs/export.c (getexportent): add fromkernel arg and use + different defaults as kernels prior to 2.4.11 assume different + defaults in /proc/fs/nfs/exports + * support/include/nfslib.h, support/export/export.c, + support/export/xtab.c: support extra "fromkernel" arg for + getexportent. + +2001-12-13 Chip Salzenberg + + * debian/changelog: Version 0.3.3-5. + 2001-11-26 TAKAI Kousuke * support/nfs/xio.c (xskip): Call `xungetc' instead of