X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=c181e21e53210e3e574263b0a4186925074ef428;hp=4142630499765b2da974a419136b0484c974d256;hb=77c32fa565d6af59cbeb8601e08efa9af6ef3d81;hpb=cda9a6c6f9a4c0105956ba2595bb62b14f865739 diff --git a/ChangeLog b/ChangeLog index 4142630..c181e21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,18 @@ +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