]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - ChangeLog
Make CROSSMNT distinct from NOHIDE
[nfs-utils.git] / ChangeLog
index d587a2dc4b2b3603711ed8a0ba53330c78b71cfb..1494b88bdda6761145ce8df44f174450483e0ee4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,35 @@
-2003-03-26 NeilBrown <neilb@cse.unsw.edu.au>
-       *utils/mountd/rmtab.c(slink_sfe_rename): real_newpath should be
-       "const char*", not "char"
+2003-05-21  NeilBrown <neilb@cse.unsw.edu.au>
+
+       * 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 <neilb@cse.unsw.edu.au>
+
+       * 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 <neilb@cse.unsw.edu.au>
+
+       * tools/rpcgen/rpc_main.c(find_cpp): removed
+       * tools/rpcgen/rpc_main.c(open_input): use execvp to find "cpp", 
+       then try hard-coded paths.
        
+2003-03-26  Chip Salzenberg  <chip@pobox.com>
+
+       * debian/changelog: Version 1.0.3-1.
+
+2003-03-26 NeilBrown <neilb@cse.unsw.edu.au>
+
+       * utils/mountd/rmtab.c (slink_safe_rename): real_newpath should be
+       "const char*", not "char*".
+
 2003-03-26 NeilBrown <neilb@cse.unsw.edu.au>
 
        * configure.in (VERSION): Set to "1.0.3".