X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=d19ca8311eb1cfc4707832cf274f937924d08161;hb=16be8c20d6fe1a997d90ecb229aee6a5f092b73d;hp=8b3740b1958c22d2edb9b326981ee8cd52db140b;hpb=cec295bf37b784ed6ae5674ce34b9c75d89ea0a1;p=nfs-utils.git diff --git a/ChangeLog b/ChangeLog index 8b3740b..d19ca83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2003-03-26 NeilBrown - devel branch + * support/nfs/cacheio.c: Add cache_flush and check_new_cache + * utils/exportfs/exportfs.c: Use check_new_cache and cache_flush + Don't actually talk to kernel when new cache is in effect, except + to flush + * utils/exportfs/exportfs.c: add -f option to fully flush cache. + * support/export/xtab.c: Only rename new xtab into place if it has + changed, thus preserving modify date for exportfs to use when + flushing. + * support/nfs/exports.c: make CROSSMNT distinct from NOHIDE + * utils/exportfs/exportfs.c: ditto + * support/include/nfs/export.h: ditto + * support/export/hostname.c: Define get_reliable_hostbyaddr + * support/include/misc.h: Declare that + * support/export/client.c: Add client_compose, client_member to + handle new composite client names + * support/include/exportfs.h: Declare those functions. + * support/utils/mountd/cache.c: new file + * support/utils/mountd/auth.c: substantial changes for new cache + support + * suppert/utils/mountd/mountd.c: changes to support new cache + 2003-03-26 NeilBrown * configure.in (VERSION): Set to "1.0.3".