X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=ChangeLog;h=451a7838d80c7233998b5ce16a57569695f86e27;hp=d82c70a4eb9a908ad0c1ac77482ea7a69d0eab14;hb=0bd51f4c931eb68c355140c721763be64213a3ca;hpb=e005f9f0ff176fa01e85fe5e9ad40c05051d4c94 diff --git a/ChangeLog b/ChangeLog index d82c70a..451a783 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2001-12-20 NeilBrown + + * support/export/client.c (client_lookup): use strcasecmp when + comparing host names + * support/nfs/export.c (getexportent): add fromkernel arg and use + different defaults as kernels prior to 2.4.11 assume different + defaults in /proc/fs/nfs/exports + * support/include/nfslib.h, support/export/export.c, + support/export/xtab.c: support extra "fromkernel" arg for + getexportent. + +2001-12-13 Chip Salzenberg + + * debian/changelog: Version 0.3.3-5. + +2001-11-26 TAKAI Kousuke + + * support/nfs/xio.c (xskip): Call `xungetc' instead of + `ungetc' to keep x_line more properly. + +2001-11-26 Chip Salzenberg + + * utils/showmount/showmount.c (main): Don't assume that strings + starting with digits are IP addresses. + * utils/nfsd/nfsd.c (main): Close all fds and reopen 0,1,2 on + /dev/null before nfssvc(). Use syslog to report nfssvc errors. + * support/misc/tcpwrapper.c, utils/mountd/mountd.man, + utils/rquotad/rquotad.man, utils/statd/statd.man: Fix comments and + man pages: We check host names *and* addresses with tcpwrappers. + * debian/changelog: Version 0.3.3-4. + 2001-11-21 Chip Salzenberg * support/nfs/clients.c (cfname): Added: current clients file name. @@ -7,6 +38,7 @@ (setnfsexportent): Set it. (endnfsexportent, parseopts, getexport, syntaxerr): Use it. (parseopts): Accept old-style "crossmnt" option, for old xtabs. + * debian/changelog: Version 0.3.3-3. 2001-10-11 Chip Salzenberg