X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=2c466d71cfeb4afaecd2ed33c6c18e07c84a3262;hb=f6a8d3907cd24a4c255234b0161c868763736fdf;hp=a2c7629bbf1fcd15489d78c02e31fbd464f69053;hpb=6d7abc3856e3333a481c81809875acb2d694b504;p=nfs-utils.git diff --git a/ChangeLog b/ChangeLog index a2c7629..2c466d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +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.