X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=5a53aa6ba62a588210a47188e65dcb1d34a5c362;hb=421eea9be078d04921c1fd2f3df09e0ec69af3b6;hp=b7da6911b621e2fac6b641b54fce6bbeae5d3fbb;hpb=2d33968c66860ad772aac918992986fe4865b3a4;p=nfs-utils.git diff --git a/ChangeLog b/ChangeLog index b7da691..5a53aa6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2003-05-30 Michael Griffith + NeilBrown + + utils/nfsstat/nfsstat.c(print_callstats): use unsigned + long long to avoid overflow when printing stats. + +2003-05-30 NeilBrown + + * support/export/export.c, support/include/nfslib.h, + support/nfs/export.c, utils/exportfs/exportfs.c, + utils/mountd/mountd.c: new export option "mountpoint" + If no path is given, then the export point must be a + mount point, or it won't be exported. If a path is + given (e.g. mountpoint=/path) then that path must be + a mountpoint or the exportpoint won't be exported. + * utils/exportfs/exportfs.man: document mountpoint option. + * support/misc/mountpoint.c: New file with is_mountpoint() + to determine if something is a mountpoint. +2003-05-23 NeilBrown + + * utils/mountd/cache.c(cache_get_filehandle): take a separate path + argument as we might not be getting the filehandle for the + mountpoint. + * utils/mountd/mountd.c(get_rootfh): pass real path when calling + cache_get_filehandle. + * utils/mountd/mountd.c(get_rootfh): check export point and + requested directory are on the same filesystem, and complain if + not. + +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