X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=09277b3a5a95254ee2674b15b75d6b4e6988b886;hb=5272be95bf48cb4e9f8579105a79522e88b695f4;hp=4142630499765b2da974a419136b0484c974d256;hpb=cda9a6c6f9a4c0105956ba2595bb62b14f865739;p=nfs-utils.git diff --git a/ChangeLog b/ChangeLog index 4142630..09277b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,59 @@ +2003-05-22 NeilBrown + + * utils/mountd/auth.c(auth_authenticate_internal): make sure + portnumber is still checked when using new cache lookup. + +2003-05-21 NeilBrown + + * 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/cacheio.c: Add cache_flush + * support/export/xtab.c: Only rename new xtab into place if it has + changed, thus preserving modify date for exportfs to use when + flushing. + +2003-05-21 NeilBrown + + * support/export/client.c: Add client_compose, client_member to + handle new composite client names + * support/include/exportfs.h: Declare above functions. + * utils/mountd/auth.c: use client_compose to determine calling + client if new cache is being used. + * utils/mountd/auth.c: call cache_export to export a filesystem if + new_cache, check if new cache is used, and call my_svc_run instead + of svc_run + * utils/mountd/svc_run.c: new file defining my_svc_run + * utils/mountd/cache.c: new file for handling cache upcalls. + * support/nfs/cacheio.c(check_new_cache): new function to check if + new cache should be used. + + +2003-05-21 NeilBrown + + * support/include/nfs/export.h: New CROSSMNT distinct from NOHIDE + * support/nfs/exports.c: Make CROSSMNT distinct from NOHIDE + * utils/exportfs/exportfs.c(dump): ditto + +2003-05-21 NeilBrown + + * support/export/hostname.c(get_reliable_hostbyaddr): new function + to get host name from address with full checking of authenticity. + * support/include/misc.h: declare above function + * utils/mountd/auth.c(auth_authenticate_internal): remove all + logic for authenticating address. + * utils/mountd/auth.c(auth_authenticate): call new + get_reliable_hostbyaddr to to hostname lookup before calling _internal. + + 2003-03-30 NeilBrown * tools/rpcgen/rpc_main.c(find_cpp): removed - * tools/rpcgen/rpc_main.c(open_input): use execvp to find "ccp", + * tools/rpcgen/rpc_main.c(open_input): use execvp to find "cpp", then try hard-coded paths. 2003-03-26 Chip Salzenberg