X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=fc60290334e557c1cfb8351fff3c131ded6acd85;hp=451a7838d80c7233998b5ce16a57569695f86e27;hb=dd369074fb986c2fe1a59eed070f01433344ab2f;hpb=0bd51f4c931eb68c355140c721763be64213a3ca diff --git a/ChangeLog b/ChangeLog index 451a783..fc60290 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +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