X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=d19ca8311eb1cfc4707832cf274f937924d08161;hb=refs%2Ftags%2Fnfs-utils-1-1-0-pre11;hp=a2c7629bbf1fcd15489d78c02e31fbd464f69053;hpb=6d7abc3856e3333a481c81809875acb2d694b504;p=nfs-utils.git diff --git a/ChangeLog b/ChangeLog index a2c7629..d19ca83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +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". + * nfs-utils.spec: Likewise. + * configure: Regenerated. + +2003-03-26 NeilBrown + + * support/nfs/cacheio.c: New File - support for read/writing + to export cache in /proc/rpc/*/channel + * support/nfs/Makefile: compile cacheio.c + * support/include/nfslib.h: declare cacheio.c functions + * support/nfs/nfsexport.c: export and unexport through + /proc/rpc/*/channel if possible, as old syscall interface + may not survive into 2.6 on all architectures. + +2003-02-19 NeilBrown + Ben Leslie + + * support/nfs/rpcmisc.c(rpc_init): change test for ignoring + "defport" from (__rpcfdtype == 0) to (__rpcpmstart==0). The + former would incorectly ignore defport if the application + explicitly set __rpcfdtype. The later is sufficient to avoid the + special handling in the case where stdin is an internet socket. + + * utils/mountd/mountd.c(main): Add 'n' to option list in + getopt_long as this is a short form of --no-tcp which want being + checked. + 2003-02-12 Chip Salzenberg * debian/changelog: Version 1.0.2-2.