]> git.decadent.org.uk Git - nfs-utils.git/blob - ChangeLog
2003-07-24 Chip Salzenberg <chip@pobox.com>
[nfs-utils.git] / ChangeLog
1 2003-07-24  Chip Salzenberg  <chip@pobox.com>
2
3         * debian/nfs-kernel-server.init: Cosmetic changes.
4         * debian/changelog: Version 1.0.5-1.
5
6 2003-07-18 NeilBrown <neilb@cse.unsw.edu.au>
7
8         Release 1.0.5:
9          1.0.4 was a bit of a brown-paper-bag-release because of the extra
10          'free' in auth.c.  So I'm releasing this just a few days later.
11
12         * support/nfs/cacheio.c(cache_flush): Correct test for 'open
13         failed'
14         * utils/exportfs/exportfs.c(main): If "-f" given as lone option,
15         check if new_cache is enabled, error if not, flush and exit if it
16         is. 
17         * utils/exportfs/exportfs.man: Explain -f option and explain the
18         two different modes that exportfs can work in.
19         * utils/mountd/mountd.c: Do not change RLIMIT_NOFILE if the -o
20         option wasn't given.
21         * utils/mountd/mountd.man: Record the change if default behaviour
22         for RLIMIT_NOFILE.
23         * configure.in, nfs-utils.spec: update version to 1.0.5 and
24         run autoconf
25         
26 2003-07-15 NeilBrown <neilb@cse.unsw.edu.au>
27
28         * utils/mountd/mountd.c(main): getopt string fix for 'o'
29         * utils/mountd/auth.c(auth_authenticate): remove extra 'free'
30         * utils/exportfs/exportfs.c(main): make 'exportfs -f' just flush
31         the caches.
32         * support/include/nfs/export.h: Reserve a bit for possible ACL
33         related use.
34         
35 2003-07-03 NeilBrown <neilb@cse.unsw.edu.au>
36
37         * utils/exportfs/nfsd.man: new man page for nfsd filesystem. Also
38         assorted changed to cope with section 7 of the manual.
39         * configure.in, nfs-utils.spec: Update version to 1.0.4
40         * run autoconf
41
42         This is a 'pre-release' for 1.1.0  Hopefully 1.1.0 will be the
43         baseline for 2.6 and 2.8.  I.e. it should continue to work right
44         through the 2.8 (or 3.0) kernel series.  Previous releases wont.
45
46 2003-07-04 NeilBrown <neilb@cse.unsw.edu.au>    
47         Steve Dickson <SteveD@redhat.com>
48
49         statd cleanup:
50         * utils/statd/statd.c: create a pidfile with pid of statd, and
51         truncate it when statd exists.
52         * utils/statd/statd.c: drop privs by setuid to owner of SM_DIR,
53         and warn if this is root.
54         * utils/statd/statd.c: when statd forks, connect child to parent
55         with a pipe, and send a byte down the pipe once the child is
56         working properly.
57         * Makefile: create and chown sm, sm.bak, state when "make install"
58         * configure.in: add --with-statduser= option which defaults to
59         "rpcuser" or "nobody"
60         * config.mk.in: pass "statduser" through to Makefile
61         
62 2003-07-03 NeilBrown <neilb@cse.unsw.edu.au>
63
64         * support/include/nfs/nfs.h: Make sure correct __kernel_dev_t is
65         used as the size was changed somewhere in 2.5.60-2.5.70.  Without
66         this nfs-utils compiles against 2.6 headers will not work on a
67         2.4 kernel.     
68         
69 2003-07-03 NeilBrown <neilb@cse.unsw.edu.au>
70
71         * support/nfs/nfssvc.c(nfssvc): If /proc/fs/nfs/threads exists,
72         set number of threads by writing to there.  This means it will
73         still work when the syscall interface goes away in 2.7.
74
75 2003-07-03 NeilBrown <neilb@cse.unsw.edu.au>
76         fumihiko kakuma <kakmy@mvh.biglobe.ne.jp>
77
78         * utils/exportfs/exportfs.c(unexportfs): improve host comparison
79         so as to only export the wildcard exports that were asked for.
80         * support/export/export.c(export_allowed): changed to return the
81         nfs_export rather than a "struct exportent", as m_changed is
82         needed by called
83         * support/export/rmtab.c(rmtab_read): modified to deal with
84         interface change for export_allowed(), and enhanced to preserve
85         m_changed flag when a wild-card export causes the creation of
86         a non-wildcard export.
87         
88 2003-07-02 NeilBrown <neilb@cse.unsw.edu.au>
89         Steve Dickson <SteveD@redhat.com>
90
91         * utils/mountd/mountd.man: Add valid kinds of debugging.
92         * utils/mountd/mountd.c(main): ignore SIGPIPE
93         * utils/nfsstat/nfsstat.c: fine-tune printing of warning so
94         we don't get warnings about unavailable stats that weren't asked
95         for.
96         
97 2003-06-24 NeilBrown <neilb@cse.unsw.edu.au>
98
99         * support/nfs/nfsexport.c(exp_unexp): When unexporting filesystems
100         via /rpc/net/rpc/nfsd*/channel, set the expiry date to 1, not
101         'forever', so things disappear out of the cache rather than just
102         be ignored. 
103         
104 2003-06-16  "J. Bruce Fields" <bfields@fieldses.org>
105
106         * utils/mountd/cache.c(nfsd_fh): don't export the export_ent
107         if it wasn't found.
108
109 2003-06-16  NeilBrown   <neilb@cse.unsw.edu.au>
110
111         * debian/nfs-kernel-server.init,etc/nodist/nfs-server,
112         etc/redhat/nfs.init: when checking if V3 is supported, make sure
113         nfs server 'knows' about 127.0.0.1 first.
114         
115 2003-06-10  Chip Salzenberg  <chip@pobox.com>
116
117         * support/nfs/xlog.c (xlog): Fix off-by-one buffer overflow bug.
118         * debian/changelog: Version 1.0.3-2.
119
120 2003-05-30 Michael Griffith <grif@michaelgriffith.com>
121         NeilBrown <neilb@cse.unsw.edu.au>
122
123         utils/nfsstat/nfsstat.c(print_callstats): use unsigned
124         long long to avoid overflow when printing stats.
125         
126 2003-05-30  NeilBrown <neilb@cse.unsw.edu.au>
127
128         * support/export/export.c, support/include/nfslib.h,
129         support/nfs/export.c, utils/exportfs/exportfs.c,
130         utils/mountd/mountd.c: new export option "mountpoint"
131         If no path is given, then the export point must be a
132         mount point, or it won't be exported.  If a path is 
133         given (e.g. mountpoint=/path) then that path must be
134         a mountpoint or the exportpoint won't be exported.
135         * utils/exportfs/exportfs.man: document mountpoint option.
136         * support/misc/mountpoint.c: New file with is_mountpoint()
137         to determine if something is a mountpoint.
138         
139 2003-05-23  NeilBrown <neilb@cse.unsw.edu.au>
140
141         * utils/mountd/cache.c(cache_get_filehandle): take a separate path
142         argument as we might not be getting the filehandle for the
143         mountpoint.
144         * utils/mountd/mountd.c(get_rootfh): pass real path when calling
145         cache_get_filehandle.
146         * utils/mountd/mountd.c(get_rootfh): check export point and
147         requested directory are on the same filesystem, and complain if
148         not.
149         
150 2003-05-22  NeilBrown <neilb@cse.unsw.edu.au>
151
152         * utils/mountd/auth.c(auth_authenticate_internal): make sure
153         portnumber is still checked when using new cache lookup.
154         
155 2003-05-21  NeilBrown <neilb@cse.unsw.edu.au>
156
157         * utils/exportfs/exportfs.c: Use check_new_cache and cache_flush
158          Don't actually talk to kernel when new cache is in effect, except
159          to flush
160         * utils/exportfs/exportfs.c: add -f option to fully flush cache.
161         * support/export/xtab.c: Only rename new xtab into place if it has
162          changed, thus preserving modify date for exportfs to use when
163          flushing.
164         * support/nfs/cacheio.c: Add cache_flush
165         * support/export/xtab.c: Only rename new xtab into place if it has
166          changed, thus preserving modify date for exportfs to use when
167          flushing.
168         
169 2003-05-21  NeilBrown <neilb@cse.unsw.edu.au>
170
171         * support/export/client.c: Add client_compose, client_member to
172         handle new composite client names
173         * support/include/exportfs.h: Declare above functions.
174         * utils/mountd/auth.c: use client_compose to determine calling
175         client if new cache is being used.
176         * utils/mountd/auth.c: call cache_export to export a filesystem if
177         new_cache, check if new cache is used, and call my_svc_run instead
178         of svc_run
179         * utils/mountd/svc_run.c: new file defining my_svc_run
180         * utils/mountd/cache.c: new file for handling cache upcalls.
181         * support/nfs/cacheio.c(check_new_cache): new function to check if
182         new cache should be used.
183         
184         
185 2003-05-21  NeilBrown <neilb@cse.unsw.edu.au>
186
187         * support/include/nfs/export.h: New CROSSMNT distinct from NOHIDE
188         * support/nfs/exports.c: Make CROSSMNT distinct from NOHIDE
189         * utils/exportfs/exportfs.c(dump): ditto
190         
191 2003-05-21  NeilBrown <neilb@cse.unsw.edu.au>
192
193         * support/export/hostname.c(get_reliable_hostbyaddr): new function
194         to get host name from address with full checking of authenticity.
195         * support/include/misc.h: declare above function
196         * utils/mountd/auth.c(auth_authenticate_internal): remove all
197         logic for authenticating address.
198         * utils/mountd/auth.c(auth_authenticate): call new
199         get_reliable_hostbyaddr to to hostname lookup before calling _internal.
200         
201         
202 2003-03-30  NeilBrown <neilb@cse.unsw.edu.au>
203
204         * tools/rpcgen/rpc_main.c(find_cpp): removed
205         * tools/rpcgen/rpc_main.c(open_input): use execvp to find "cpp", 
206         then try hard-coded paths.
207         
208 2003-03-26  Chip Salzenberg  <chip@pobox.com>
209
210         * debian/changelog: Version 1.0.3-1.
211
212 2003-03-26 NeilBrown <neilb@cse.unsw.edu.au>
213
214         * utils/mountd/rmtab.c (slink_safe_rename): real_newpath should be
215         "const char*", not "char*".
216
217 2003-03-26 NeilBrown <neilb@cse.unsw.edu.au>
218
219         * configure.in (VERSION): Set to "1.0.3".
220         * nfs-utils.spec: Likewise.
221         * configure: Regenerated.
222
223 2003-03-26 NeilBrown <neilb@cse.unsw.edu.au>
224
225         * support/nfs/cacheio.c: New File - support for read/writing
226         to export cache in /proc/rpc/*/channel
227         * support/nfs/Makefile: compile cacheio.c
228         * support/include/nfslib.h: declare cacheio.c functions
229         * support/nfs/nfsexport.c: export and unexport through
230         /proc/rpc/*/channel if possible, as old syscall interface
231         may not survive into 2.6 on all architectures.
232         
233 2003-02-19 NeilBrown <neilb@cse.unsw.edu.au>    
234         Ben Leslie <benno@sesgroup.net>
235
236         * support/nfs/rpcmisc.c(rpc_init):  change test for ignoring
237         "defport" from (__rpcfdtype == 0) to (__rpcpmstart==0).  The
238         former would incorectly ignore defport if the application 
239         explicitly set __rpcfdtype.  The later is sufficient to avoid the
240         special handling in the case where stdin is an internet socket.
241
242         * utils/mountd/mountd.c(main): Add 'n' to option list in
243         getopt_long as this is a short form of --no-tcp which want being
244         checked.
245         
246 2003-02-12  Chip Salzenberg  <chip@pobox.com>
247
248         * debian/changelog: Version 1.0.2-2.
249
250 2002-11-27  Chip Salzenberg  <chip@pobox.com>
251
252         * utils/mountd/rmtab.c (slink_safe_rename): Fix off-by-one buffer
253         overflow bug.  Reformat per rest of source file.
254
255 2002-11-19  NeilBrown <neilb@cse.unsw.edu.au>
256
257         * utils/exportfs/exports.man: Correct notes about whether the wild
258         card characters match a period.  They do.
259         
260 2002-10-15  Juan Gomez <juang@us.ibm.com>
261
262         * utils/mountd/rmtab.c (slink_safe_rename): New. Support
263         symlink.
264         (mountlist_add): Call slink_safe_rename instead of rename.
265
266 2002-10-11  H.J. Lu <hjl@lucon.org>
267
268         * support/include/exportfs.h (export_errno): New.
269
270         * support/nfs/exports.c: Include <errno.h>.
271         (export_errno): New.
272         (getexportent): Set export_errno to EINVAL for bad option.
273         (parseopts): Likewise.
274         Report the location of the default sync/async option.
275
276         * utils/exportfs/exportfs.c (main): Initialize export_errno to
277         0. Return export_errno.
278
279 2002-10-11  Juan Gomez  <gomez@cs.sjsu.edu>
280         NeilBrown <neilb@cse.unsw.edu.au>
281
282         utils/statd/statd.c(killer): don't pmap_unset if in notify_only mode
283         utils/statd/statd.c(main): don't pmap_unset if in notify_only mode
284         
285 2002-09-16  Chip Salzenberg  <chip@pobox.com>
286
287         * utils/rquotad/rquota_svc.c (main): Use int for value of getopt.
288
289 2002-09-15  Chip Salzenberg  <chip@pobox.com>
290
291         * support/nfs/rpcmisc.c (rpc_init): Allow stdin to be a non-INET
292         socket, as occurs when run from sshd.
293         * debian/changelog: Version 1.0.2-1.
294
295 2002-09-12  H.J. Lu <hjl@lucon.org>
296
297         * support/nfs/svc_socket.c: Remove HAVE_SVCTCP_SOCKET and
298         HAVE_SVCUDP_SOCKET.
299
300 2002-09-12  H.J. Lu <hjl@lucon.org>
301
302         * configure.in: Remove checking svctcp_socket and svcudp_socket.
303         * configure: Regenerated.
304
305         * support/include/config.h.in (HAVE_SVCTCP_SOCKET): Removed.
306         (HAVE_SVCUDP_SOCKET): Removed.
307
308         * support/include/nfslib.h: Undo the last change.
309
310 2002-09-12  H.J. Lu <hjl@lucon.org>
311
312         * support/include/nfslib.h (svctcp_socket): Protect it with
313         HAVE_SVCTCP_SOCKET.
314         (svcudp_socket): Protect it with HAVE_SVCUDP_SOCKET.
315
316 2002-09-12  H.J. Lu <hjl@lucon.org>
317
318         * configure.in (VERSION): Set to "1.0.2".
319         * configure: Regenerated.
320         * nfs-utils.spec: Likewise.
321
322 2002-09-12  H.J. Lu <hjl@lucon.org>
323
324         * configure.in: Check svctcp_socket and svcudp_socket.
325         * configure: Regenerated.
326
327         * support/include/config.h.in (HAVE_SVCTCP_SOCKET): New.
328         (HAVE_SVCUDP_SOCKET): New.
329
330         * support/include/nfslib.h (svctcp_socket): New.
331         (svcudp_socket): New.
332
333         * support/nfs/Makefile (OBJS): Add svc_socket.o.
334
335         * support/nfs/svc_socket.c: New.
336
337         * support/nfs/rpcmisc.c (rpc_init): Call svctcp_socket and
338         svcudp_socket if port is unspecified.
339
340         * utils/nfsd/nfsd.c (main): Call getservbyname for port.
341
342         * utils/rquotad/rquota_svc.c: Include <nfslib.h>.
343         (killer): New. Signal handler to unregister.
344         (main): Use killer. Call svcudp_socket to get the default
345         socket.
346
347 2002-09-02 Juan Gomez <juang@us.ibm.com>
348         NeilBrown <neilb@cse.unsw.edu.au>
349
350         Add -N option to statd to run in notify-only mode.
351
352         * utils/statd/statd.h: uncomment MODE_NOTIFY_ONLY
353         * utils/statd/statd.man: document -N
354         * utils/statd/statd.c: enabled -N, largely exists but needed to be
355         uncommented and completed
356         
357 2002-09-02 Juan Gomez <juang@us.ibm.com>
358         NeilBrown <neilb@cse.unsw.edu.au>
359
360         statd to have " -P directory" arg to use that directory instead
361         of /var/lib/nfs.  This is useful for fail-over clusters.
362         
363         * utils/statd/statd.h: define SM_DIR etc as var, not const.
364         * utils/statd/statd.c: define "-P" option to set SM_*
365         appropriately.
366         * utils/statd/monitor.c: sprintf to cope with SM_DIR not being
367         a constant any more.
368         * utils/statd/notify.c: ditto.
369         * utils/statd/statd.man: document -P option.
370         
371 2002-08-26  Chip Salzenberg  <chip@pobox.com>
372
373         * utils/nfsd/nfsd.man: Fix typo.
374         * debian/changelog: Version 1.0.1-1.
375
376 2002-05-29 NeilBrown <neilb@cse.unsw.edu.au>
377
378         * let parseopts know if /etc/exports was being read or not, 
379         and have it only print "no sync or async" warning in that case.
380         
381 2002-05-06 Tom McNeal <trmcneal@attbi.com>
382         NeilBrown <neilb@cse.unsw.edu.au>
383
384         * utils/nfsstat/nfsstat.c: Handle differing format for
385            /proc/net/rpc/nfsd between pre and post 2.4.0
386         
387 2002-04-09  NeilBrown <neilb@cse.unsw.edu.au>
388         James Pearson <james-p@moving-picture.com>
389
390         * support/nfs/rmtab.c(fendrmtabent): sync changes to 
391         storage before returning, as this is critical state
392
393 2002-04-08  Sean O'Connell <sean@ee.duke.edu>
394             H.J. Lu <hjl@lucon.org>
395
396         * etc/redhat/nfs: New.
397
398 2002-04-08  H.J. Lu <hjl@lucon.org>
399
400         * etc/redhat/nfs.init: Updated.
401
402         * nfs-utils.spec.in: Updated.
403         * nfs-utils.spec: Regenerated.
404
405         * utils/mountd/mountd.c (longopts): Fix a typo.
406
407         * utils/mountd/mountd.man: Updated.
408
409 2002-04-07  H.J. Lu <hjl@lucon.org>
410
411         * etc/redhat/nfslock.init (restart): Just do stop and start.
412
413         * etc/redhat/nfs.init: Fix a typo.
414
415 2002-04-07  H.J. Lu <hjl@lucon.org>
416
417         * configure.in (VERSION): Set to "1.0.1".
418         * configure: Regenerated.
419         * nfs-utils.spec: Likewise.
420
421         * README: Updated for 1.0.1.
422
423 2002-04-07  Sean O'Connell <sean@ee.duke.edu>
424             H.J. Lu <hjl@lucon.org>
425
426         * etc/redhat/nfs.init: Read /etc/sysconfig/nfsd for NFS tuning.
427
428 2002-02-28   Steven Whitehouse <steve@gw.chygwyn.com>
429               NeilBrown <neilb@cse.unsw.edu.au>
430
431         Add support for fsid=nn export option so that device
432         numbers don't go in filehandles.
433         * support/export/nfsctl.c(expsetup): if exporting and NFSEXP_FSID
434         is set, pass the fsid in-place of the device number
435         * support/nfs/exports.c: parse and print fsid= option.
436         Also check if efname has been set, and use "command line"
437         instead in error messages.
438         Also, use strtol instead of atoi for anon[ug]id= so that
439         bad numbers cause errors.
440         
441 2002-01-17   Adrian Drzewiecki <drze@MissionCriticalLinux.com>
442              NeilBrown <neilb@cse.unsw.edu.au>
443
444         * support/nfs/exports.c: remove NFSEXP_ASYNC as a default
445         flag so that "sync" becomes the default.
446         Check that either "sync" or "async" is given as an option
447         and warn if neither are present
448         * utils/exportfs/exports.man: change documentation for "sync"
449         to be documentation for "async".
450         * utils/exportfs/exportfs.man: note that "sync" is the default
451         rather than "async"
452         
453         
454 2002-01-02  Chip Salzenberg  <chip@pobox.com>
455
456         * support/export/nfsctl.c (expsetup): Don't export entries that
457         specify id mappings not supported by the kernel.  No extant kernel
458         supports any significant mapping, only 'identity' (i.e. none).
459         When other mappings are supported, this code will need changing.
460         * debian/changelog: Version 1.0-2.
461
462 2001-12-26  Chip Salzenberg  <chip@pobox.com>
463
464         * nfs-utils.spec (Version): Set to "1.0".
465         * configure.in (VERSION): Likewise.
466         * configure: Regenerated.
467         * README: Rewritten.
468         * debian/changelog: Version 1.0-1.
469
470         * utils/exportfs/exports.man: Emphasize the need for options to
471         immediately follow client names.  Explain that wildcards don't
472         usually work on addresses, but may work when reverse DNS fails.
473         Comment out a leftover TP that was TPing our indentation.
474         * utils/mountd/mountd.man, utils/rquotad/rquotad.man,
475         utils/statd/statd.man: Remove refs to non-existent "hosts_allow(5)".
476         * debian/changelog: Version 0.3.3-6.
477
478 2001-12-20  NeilBrown <neilb@cse.unsw.edu.au>
479
480         * support/export/client.c(client_lookup): If a host has multiple
481         IP addresses, then we must always use the result of a
482         gethostbyname, not that of gethostbyaddr for exporting
483         
484 2001-12-20  NeilBrown <neilb@cse.unsw.edu.au>
485
486         * support/export/client.c (client_lookup): use strcasecmp when
487         comparing host names
488         * support/nfs/export.c (getexportent): add fromkernel arg and use
489         different defaults as kernels prior to 2.4.11 assume different
490         defaults in /proc/fs/nfs/exports
491         * support/include/nfslib.h, support/export/export.c,
492         support/export/xtab.c:  support extra "fromkernel" arg for
493         getexportent. 
494         
495 2001-12-13  Chip Salzenberg  <chip@pobox.com>
496
497         * debian/changelog: Version 0.3.3-5.
498
499 2001-11-26  TAKAI Kousuke <takai@vlsi.kuee.kyoto-u.ac.jp>
500
501         * support/nfs/xio.c (xskip): Call `xungetc' instead of
502         `ungetc' to keep x_line more properly.
503
504 2001-11-26  Chip Salzenberg  <chip@pobox.com>
505
506         * utils/showmount/showmount.c (main): Don't assume that strings
507         starting with digits are IP addresses.
508         * utils/nfsd/nfsd.c (main): Close all fds and reopen 0,1,2 on
509         /dev/null before nfssvc().  Use syslog to report nfssvc errors.
510         * support/misc/tcpwrapper.c, utils/mountd/mountd.man,
511         utils/rquotad/rquotad.man, utils/statd/statd.man: Fix comments and
512         man pages: We check host names *and* addresses with tcpwrappers.
513         * debian/changelog: Version 0.3.3-4.
514
515 2001-11-21  Chip Salzenberg  <chip@pobox.com>
516
517         * support/nfs/clients.c (cfname): Added: current clients file name.
518         (setnfsclntent): Set it.
519         ({get,end}nfsclntent, syntaxerr): Use it.
520         * support/nfs/exports.c (efname): Added: current exports file name.
521         (setnfsexportent): Set it.
522         (endnfsexportent, parseopts, getexport, syntaxerr): Use it.
523         (parseopts): Accept old-style "crossmnt" option, for old xtabs.
524         * debian/changelog: Version 0.3.3-3.
525
526 2001-10-11  Chip Salzenberg  <chip@pobox.com>
527
528         * utils/mountd/mountd.c (main): Close fds > 2 _before_ RPC init.
529         * debian/changelog: Version 0.3.3-2.
530
531 2001-10-08  Chip Salzenberg  <chip@pobox.com>
532
533         * utils/mountd/mountd.c (main): When daemonizing, close all fds > 2.
534         * utils/Makefile.in: Remove old Makefile in target 'distclean'.
535         * utils/mountd/mountd.man: Update paths to /var/lib.
536         * debian/*: Version 0.3.3-1, with Debian-specific fixes.
537
538 2001-10-06  Preston Brown <pbrown@redhat.com>
539
540         * utils/nfsstat/nfsstat.man: Updated.
541
542 2001-09-24  H.J. Lu <hjl@lucon.org>
543
544         * configure.in (VERSION): Set to "0.3.3".
545         * configure: Regenerated.
546         * nfs-utils.spec: Likewise.
547
548         * README: Updated for 0.3.3.
549
550 2001-09-20 NeilBrown <neilb@cse.unsw.edu.au>
551
552         Arrange that "exportfs -au" never does DNS lookup:
553         
554         * support/export/client.c (client_lookup) : add "canonical"
555         flag which says that the hostname is known to be canonical, so
556         don't do a lookup
557
558         * support/export/export.c (export_create) : add "canonical"
559         flag to be passed down to client_lookup
560         * support/export/export.c (export_lookup) : Likewise
561
562         * support/export/xtab.c (xtab_read) : pass appropriate
563         "canonical" flag to export_lookup and export_create:
564         set if reading list of filesystems currently exports
565         (is_export != 1). 
566
567         * support/export/export.c (export_read) : pass 0 as 
568         "canonical" flag to export_lookup and export_create
569         * support/export/rmtab.s (rmtab_read) : Likewise
570
571         * support/include/exportfs.h : redeclare various routines
572         to have "canonical" flag
573
574         * utils/exportfs/exportfs.c (main) : redo logic for 
575         "-au" to read in what is currently exported, but never even 
576         look at what "should" be exported.
577
578         * utils/exportfs/exportfs.c (unexportall) : remove this
579         routine. Functionality is completely included in
580         exports_update
581
582         * utils/exportfs/exportfs.c (exportfs) : set "canonical"
583         flag to zero in calls to export_lookup and export_create.
584
585         
586 2001-09-20 NeilBrown <neilb@cse.unsw.edu.au>
587             Anne Milicia <milicia@missioncriticallinux.com>
588
589         * support/export/client.c (client_lookup) call gethostbyadd
590         to make sure that we have a canonical hostname, even for
591         dotted-quads
592         * utils/exportfs/exportfs.c (exportfs) Likewise
593         
594 2001-09-12 NeilBrown <neilb@cse.unsw.edu.au>
595
596         * support/nfs/exports.c (putexportent): \octal quote any spaces
597         etc in a path name
598         * support/nfs/xio.c (xgettok): recognise double-quote and
599         \octal quoting in path names
600         * utils/exportfs/exports.man: document quoting conventions
601         for path names
602         
603 2001-09-12 NeilBrown <neilb@cse.unsw.edu.au>
604
605         * utils/mountd/auth.c (auth_authenticate_internal): Reverse
606           change from 2000-08-02:  It causes problems if someone exports
607           to both a hostname and IP addresses.  nfs-utils must be
608           consistant about the canonical name that it chooses.
609
610 2001-08-17  Ragnar Kjørstad <nfs@ragnark.vestdata.no>
611             H.J. Lu <hjl@lucon.org>
612
613         * etc/redhat/nfslock.init (STATDARG): New. Pass it to rpc.statd.
614
615         * utils/statd/statd.c (longopts): Add "name".
616         (usage): Add "-n/--name".
617         (main): Set MY_NAME with "-n/--name".
618
619         * utils/statd/state.c (change_state): Set MY_NAME only if it
620         is NULL.
621         
622         * utils/statd/statd.man: Updated for "-n/--name".
623
624 2001-07-26  H.J. Lu <hjl@lucon.org>
625
626         * nfs-utils.spec (Release): Set to 8.
627
628 2001-07-25  H.J. Lu <hjl@lucon.org>
629
630         * etc/redhat/nfs.init: Check if rpc.rquotad exists before doing
631         anything about it.
632
633 2001-06-27  H.J. Lu <hjl@lucon.org>
634
635         * etc/redhat/nfs.init: Run rpc.rquotad only if it exists.
636
637 2001-06-27  H.J. Lu <hjl@lucon.org>
638
639         * utils/rquotad/rquota_server.c: Don't call statfs () for
640         the block size. Use BLOCK_SIZE instead.
641
642 2001-06-27  H.J. Lu <hjl@lucon.org>
643
644         * config.mk.in (CC_FOR_BUILD): Renamed from BUILD_CC.
645         (CFLAGS_FOR_BUILD): New. Don't use @CFLAGS@.
646
647         * configure.in (enable_nfsv3): Set to yes by default.
648         (--enable-rquotad): Added
649         (AC_PROG_CXX): Removed.
650         (AC_OUTPUT): Add utils/Makefile.
651         (CC_FOR_BUILD): Renamed from BUILD_CC.
652         * configure: Regenerated.
653
654         * utils/Makefile: Removed.
655
656         * utils/Makefile.in: New.
657
658         * nfs-utils.spec.in (rquotad): New. Set to 0 to disable
659         rquotad.
660         (CC_FOR_BUILD): Renamed from BUILD_CC.
661         * nfs-utils.spec: Regenerated.
662
663 2001-06-15  Chip Salzenberg  <chip@debian.org>
664
665         * debian/changelog: Version 0.3.2-2.
666         * debian/*.init: Minor fixes.
667
668 2001-06-07  Lon H. Hohberger <hohberger@missioncriticallinux.com>
669
670         * etc/nodist/nfs-server: Fixed a bug where the script would
671         disable mounts from NFSv3 clients if NFSv3 is present.
672
673 2001-06-05  H.J. Lu <hjl@lucon.org>
674
675         * utils/mountd/mountd.c (longopts): Add "descriptors/o".
676         (main): Support --descriptors/-o to set the limit of the number
677         of open file descriptors.
678         (usage): Updated.
679
680         * utils/mountd/mountd.man: Updated for --descriptors/-o.
681
682 2001-06-04  H.J. Lu <hjl@lucon.org>
683
684         * nfs-utils.spec (Release): Set to 6.
685
686 2001-05-28  H.J. Lu <hjl@lucon.org>
687
688         * utils/lockd/lockd.c (main): chdir to NFS_STATEDIR.
689         * utils/mountd/mountd.c (main): Likewise.
690         * utils/nfsd/nfsd.c (main): Likewise.
691         * utils/rquotad/rquota_svc.c (main): Likewise.
692
693 2001-05-06  Anne Milicia <milicia@missioncriticallinux.com>
694
695         * support/export/client.c (client_check): Check IP address
696         againet netgroup.
697
698 2001-05-06  Neil Brown <neilb@cse.unsw.edu.au>
699
700         * support/export/client.c (client_gettype): Treat `*' as
701         MCL_ANONYMOUS.
702
703 2001-04-22  H.J. Lu <hjl@lucon.org>
704
705         * nfs-utils.spec.in: Fix a typo.
706         * nfs-utils.spec: Regenerated.
707
708 2001-04-21  H.J. Lu <hjl@lucon.org>
709
710         * nfs-utils.spec.in: Fix cross build.
711         * nfs-utils.spec: Regenerated.
712         (Release): Set to 5.
713
714 2001-04-18  H.J. Lu <hjl@lucon.org>
715
716         * nfs-utils.spec.in: Support cross build.
717         * nfs-utils.spec: Regenerated.
718         (Release): Set to 4.
719
720         * config.sub: New.
721         * config.guess: New.
722
723         * config.mk.in (BUILD_CC): New.
724         (CC): Set to $(BUILD_CC) if BUILD is defined.
725         (AR): Set to @AR@.
726         (LD): Set to @LD@.
727         (RANLIB): Set to @RANLIB@.
728
729         * configure.in: Check BUILD_CC, RANLIB, AR and LD.
730         * configure: Regenerated.
731
732         * tools/rpcgen/Makefile (BUILD): Set to true.
733
734 2001-04-01  Chip Salzenberg  <chip@valinux.com>
735
736         * tools/rpcgen/rpc_svcout.c (write_timeout_func): Remove
737         redundant, and sometimes broken, declaration of svc_fdset;
738         it may be a macro.
739         * support/nfs/rpcmisc.c (closedown): Likewise.
740         
741 2001-03-21  H.J. Lu <hjl@lucon.org>
742
743         * nfs-utils.spec: Regenerated.
744         (Release): Set to 3.
745
746 2001-03-21  Ion Badulescu  <ionut@cs.columbia.edu>
747
748         * utils/statd/statd.c (main): make sure file descriptors 0-2
749         are open to /dev/null.
750
751 2001-03-21  H.J. Lu <hjl@lucon.org>
752
753         * support/nfs/rpcmisc.c: Restore the change made on 2001-03-10.
754         * support/nfs/rpcmisc.c: Likewise.
755         * utils/rquotad/rquota_svc.c: Likewise.
756         * utils/rquotad/rquotad.man: Likewise.
757         * utils/statd/Makefile: Likewise.
758         * utils/statd/rmtcall.c: Likewise.
759         * utils/statd/simulate.c: Likewise.
760         * utils/statd/statd.c: Likewise.
761         * utils/statd/statd.man: Likewise.
762
763 2001-03-11  H.J. Lu <hjl@lucon.org>
764
765         * configure.in (RELEASE): New. Default to 1, set by
766         --with-release=XXX. Substitute nfs-utils.spec.
767         * nfs-utils.spec.in (Release): Set to @RELEASE@.
768         * configure: Regenerated.
769         * nfs-utils.spec: Likewise.
770
771 2001-03-11  H.J. Lu <hjl@lucon.org>
772
773         * utils/rquotad/rquotad.man: Fix a typo.
774
775 2001-03-11  H.J. Lu <hjl@lucon.org>
776
777         * support/include/rpcmisc.h: Undo the change made on 2001-03-10.
778         * support/nfs/rpcmisc.c: Likewise.
779         * utils/rquotad/rquota_svc.c: Likewise.
780         * utils/rquotad/rquotad.man: Likewise.
781         * utils/statd/Makefile: Likewise.
782         * utils/statd/rmtcall.c: Likewise.
783         * utils/statd/simulate.c: Likewise.
784         * utils/statd/statd.c: Likewise.
785         * utils/statd/statd.man: Likewise.
786
787 2001-03-10  H.J. Lu <hjl@lucon.org>
788
789         * configure.in (VERSION): Set to "0.3.2".
790         * configure: Regenerated.
791         * nfs-utils.spec: Likewise.
792
793         * README: Updated for 0.3.2.
794
795 2001-03-10  Tavis Barr <tavis@boole.isetr.columbia.edu>
796
797         * utils/rquotad/rquotad.man: Updated for -p.
798         * utils/statd/statd.man: Likewise.
799
800 2001-03-10  Ion Badulescu  <ionut@cs.columbia.edu>
801
802         * support/nfs/rpcmisc.c: export makesock()
803
804         * support/include/rpcmisc.h (makesock): Declared.
805
806         * utils/rquotad/rquota_svc.c: added longopts, added support for
807         specifying the port to bind to on the command line.
808
809         * utils/statd/statd.c: ditto, also specify port used for
810         outgoing connections.
811         (do_regist): Removed.
812
813         * utils/statd/rmtcall.c (statd_get_socket): Renamed from
814         get_socket. Make it extern.
815
816         * utils/statd/simulate.c (daemon_simulator): Call rpc_init
817         instead of do_regist.
818
819         * utils/statd/Makefile (LIBS): link with our own libnfs
820
821 2001-03-09  H.J. Lu <hjl@lucon.org>
822
823         * etc/redhat/nfslock.init: Changed chkconfig line to 60 86.
824         * etc/nodist/nfs-client: Likewise.
825
826 2001-02-26  Chip Salzenberg  <chip@valinux.com>
827
828         * debian/changelog: Version 0.3.1-1.
829         * Mention upstream source and license in copyright file.
830         * Add build-Depends for debhelper and libwrap0-dev.
831
832 2001-02-20  Lon Hohberger <hohberger@missioncriticallinux.com>
833
834         * etc/nodist/nfs-server: Changed chkconfig line to 60 20
835         * etc/nodist/nfs-client: Likewise.
836
837 2001-02-18  Lon Hohberger <hohberger@missioncriticallinux.com>
838
839         * utils/statd/statd.man: Changed /usr/sbin/rpc.statd to
840         /sbin/rpc.statd.
841
842 2001-02-17  Patrick J. LoPresti <patl@curl.com>
843
844         * utils/statd/log.c (log_init): Use LOG_DAEMON instead of
845         LOG_LOCAL5.
846
847 2001-02-14  H.J. Lu <hjl@lucon.org>
848
849         * utils/statd/rmtcall.c: Include <time.h>.
850         * utils/statd/svc_run.c: Likewise.
851
852 2001-02-14  H.J. Lu <hjl@lucon.org>
853
854         * configure.in (VERSION): Set to "0.3.1".
855         * configure: Regenerated.
856         * nfs-utils.spec: Likewise.
857
858         * README: Updated for 0.3.1.
859
860 2001-02-14  H.J. Lu <hjl@lucon.org>
861
862         * support/nfs/rpcmisc.c: Include <time.h>.
863
864 2001-02-14  Chip Salzenberg  <chip@valinux.com>
865
866         * debian/control: Change priority of nhfsstone package to 'extra'.
867
868 2001-02-12  Chip Salzenberg  <chip@valinux.com>
869
870         * debian/changelog: Version 0.3-2.
871
872 2001-02-02  H.J. Lu <hjl@lucon.org>
873
874         * support/include/rpcmisc.h (rpc_init): Remove bufsize.
875         
876         * support/nfs/rpcmisc.c (makesock): Remove socksz and comment
877         out SO_SNDBUF/SO_RCVBUF.
878         (rpc_init): Remove bufsize and remove socksz in calls to
879         makesock ().
880
881         * utils/mountd/mountd.c (main): Remove bufsize in calls to
882         rpc_init ().
883
884 2001-01-28  Chip Salzenberg  <chip@valinux.com>
885
886         * debian/changelog: Version 0.3-1.
887
888 2001-01-25  H.J. Lu <hjl@lucon.org>
889
890         * configure.in (VERSION): Set to "0.3".
891         * configure: Regenerated.
892         * nfs-utils.spec: Likewise.
893
894         * README: Updated for 0.3.
895
896 2001-01-25  H.J. Lu <hjl@lucon.org>
897
898         * utils/lockd/lockd.c (main): Ignore errno == EINVAL.
899
900 2001-01-20  Chip Salzenberg  <chip@valinux.com>
901
902         * support/include/xio.h (xgetc): Declare to return int.
903         * support/nfs/xio.c (xgetc): Return int.
904         (xgettok, xskip, xskipcomment): Use int for value of xgetc.
905         * utils/statd/statd.c (main): Use int for value of getopt.
906         * debian/changelog: Version 0.2.1-5.
907         
908 2000-12-10  Chip Salzenberg  <chip@valinux.com>
909
910         * utils/statd/monitor.c (sm_mon_1_svc): Fix buggy check for
911         program and procedure numbers of kernel lockd's callback.  Also,
912         besides the old (and broken) procedure #24, allow #16 per Trond.
913
914 2000-12-03  Chip Salzenberg  <chip@valinux.com>
915
916         * support/nfs/xio.c (xfopen): Initialize x_line to one, not zero.
917         * debian/control: Let nhfsstone replace files in nfs-kernel-server.
918         * debian/changelog: Version 0.2.1-4.
919
920 2000-11-27  Tobias Ringstrom <tori@tellus.mine.nu>
921
922         * utils/mountd/auth.c (auth_authenticate): Log the bad path
923         warning.
924
925 2000-11-24  Neil Brown <neilb@cse.unsw.edu.au>
926
927         * support/nfs/exports.c (getexportent): Check for host name
928         without option, or options without hostname, and print a warning,
929         as this is most likely a typo.
930
931 2000-11-19  Chip Salzenberg  <chip@valinux.com>
932
933         * debian/control: Add dependency on portmap.
934         * debian/changelog: Version 0.2.1-3.
935
936 2000-11-10  H.J. Lu <hjl@lucon.org>
937
938         * nfs-utils.spec.in: Don't use libtool.
939         Add ChangeLog and COPYING to doc.
940         * nfs-utils.spec: Rebuild.
941
942 2000-11-09  H.J. Lu <hjl@lucon.org>
943
944         * etc/redhat/nfs.init (start): Back out the last change.
945
946 2000-11-09  H.J. Lu <hjl@lucon.org>
947
948         * etc/redhat/nfs.init (start): Pass --no-tcp to mountd if
949         TCP is not supported by kernel.
950
951         * support/nfs/rpcmisc.c (rpc_init): Don't set _rpcfdtype to 0.
952
953         * utils/mountd/mountd.c (longopts): Add "-n/--no-tcp".
954         (main): Set to _rpcfdtype to SOCK_DGRAM for "-n/--no-tcp".
955
956         * utils/mountd/mountd.man: Updated for "-n/--no-tcp".
957
958 2000-10-24  Lon Hohberger <hohberger@missioncriticallinux.com>
959
960         * utils/statd/callback.c: Fix bug preventing callbacks to local lockd.
961         * utils/statd/rmtcall.c: Add some IP address paranoia when doing
962         callbacks to local lockd.
963
964 2000-10-18  Scott McDermott <mcdermot@questra.com>
965
966         * utils/exportfs/exports.man: Updated for CIDR netmask.
967
968 2000-10-17  Scott McDermott <mcdermot@questra.com>
969
970         * support/export/client.c (client_init): Support CIDR netmask
971         in /etc/exports.
972
973 2000-10-11  H.J. Lu <hjl@lucon.org>
974
975         * aclocal.m4 (AC_TCP_WRAPPER): Fix a typo.
976         * configure: Rebuilt.
977
978 2000-10-06  Lon Hohberger <hohberger@missioncriticallinux.com>
979
980         * utils/statd/statd.man: Change "/var/lib/nfs/sm/state" to
981         "/var/lib/nfs/state".
982
983 2000-10-05  Lon Hohberger <hohberger@missioncriticallinux.com>
984
985         * utils/statd/statd.h (run_mode): New global bitmask of runtime
986         behaviors: fg/bg, logging, etc.
987         * utils/statd/statd.c: New command line options: -V -h -? -d .
988         * utils/statd/statd.man: Update for changes to statd.
989
990         * utils/statd/log.h (log_init): Remove parameter of function; use
991         global variable "name_p" instead.
992         * utils/statd/log.c: Add support for logging to stderr.
993
994         * utils/statd/notlist.c: Partially rewrite notify list handling
995         functions.  Eliminate run-off-end-of-list bug when calling
996         nlist_insert_timer.  Add lots of comments.
997         
998 2000-09-27  H.J. Lu <hjl@lucon.org>
999
1000         * README: Updated for RedHat 7.0.
1001
1002 2000-09-27  H.J. Lu <hjl@lucon.org>
1003
1004         * nfs-utils.spec: Rebuild.
1005
1006 2000-09-27  H.J. Lu <hjl@lucon.org>
1007
1008         * README: Updated for 0.2.1.
1009
1010 2000-09-27  H.J. Lu <hjl@lucon.org>
1011
1012         * nfs-utils.spec.in: Updated to use rpm macros and support
1013         RedHat 7.0.
1014
1015 2000-09-25  H.J. Lu <hjl@lucon.org>
1016
1017         * configure.in (VERSION): Set to "0.2.1".
1018         * configure: Regenerated.
1019         * nfs-utils.spec: Updated.
1020
1021 2000-09-25  H.J. Lu <hjl@lucon.org>
1022
1023         * utils/mountd/auth.c (auth_authenticate_internal): Make sure a
1024         non-NULL hostent is always returned.
1025
1026 2000-09-11  Ion Badulescu  <ionut@cs.columbia.edu>
1027
1028         * etc/redhat/nfslock.init: don't kill lockd processes that do not
1029         have an executable (i.e. kernel threads)
1030
1031 2000-09-01  H.J. Lu <hjl@lucon.org>
1032
1033         * README: Updated for 0.2.
1034
1035 2000-09-01  Jay Weber <jweber@valinux.com>
1036
1037         * etc/redhat/nfs.init: Added ability for rpc.mountd to default to
1038         supporting version 3 of nfs if available, else it will fall back to
1039         version 2 support only.
1040
1041 2000-08-30  H.J. Lu <hjl@lucon.org>
1042
1043         * configure.in (VERSION): Set to "0.2".
1044         * configure: Regenerated.
1045         * nfs-utils.spec: Updated.
1046
1047 2000-08-25  H.J. Lu <hjl@lucon.org>
1048
1049         * support/misc/tcpwrapper.c (logit): Modify the log output.
1050
1051 2000-08-25  Ion Badulescu  <ionut@cs.columbia.edu>
1052
1053         * utils/rquotad/rquotad.man, utils/statd/statd.man,
1054         utils/mountd/mountd.man: updated
1055         
1056         * utils/mountd/Makefile (LIBS): added -lmisc $(LIBWRAP) $(LIBNSL)
1057         * utils/rquotad/Makefile: fix comment
1058
1059         * support/misc/tcpwrapper.c (logit): added comment about waiting
1060         for the children after fork()
1061         
1062         * utils/mountd/mountd.c (main): ignore SIGCHLD to prevent leaving
1063         zombies behind (from logit()'s fork)
1064         * utils/rquotad/rquota_svc.c (main): ditto
1065         * utils/statd/statd.c (main): ditto
1066
1067         * utils/rquotad/rquota_svc.c (rquotaprog_1): pass RQUOTAPROG
1068         to check_default instead of 0, for prognum
1069
1070         * utils/statd/statd.c (sm_prog_1_wrapper): pass SM_PROG
1071         to check_default instead of 0, for prognum
1072
1073         * utils/mountd/mount_dispatch.c: Include "tcpwrapper.h" if
1074         HAVE_TCP_WRAPPER is defined.
1075         (mount_dispatch): Call check_default () if HAVE_TCP_WRAPPER is
1076         defined. Reject an RPC call if check_default () fails.
1077
1078 2000-08-25  H.J. Lu <hjl@lucon.org>
1079
1080         * support/include/tcpwrapper.h: New for the tcp wrapper
1081         support.
1082         * support/misc/Makefile: Likewise.
1083         * support/misc/from_local.c: Likewise.
1084         * support/misc/tcpwrapper.c: Likewise.
1085
1086         * aclocal.m4 (AC_TCP_WRAPPER): New.
1087         * configure.in: Use it. Substitute LIBWRAP.
1088         * configure: Rebuilt.
1089
1090         * config.mk.in (LIBNSL): New.
1091         (LIBWRAP): Likewise.
1092
1093         * support/Makefile (SUBDIRS): Add misc.
1094
1095         * support/lib/Makefile (LIBS): Add libmisc.a.
1096
1097         * utils/rquotad/Makefile (LIBS): Add
1098         
1099                 -lmisc $(LIBWRAP) $(LIBNSL)
1100
1101         * utils/statd/Makefile (LIBS): Likewise.
1102
1103         * utils/rquotad/rquota_svc.c: Include "tcpwrapper.h" if
1104         HAVE_TCP_WRAPPER is defined.
1105         (rquotaprog_1): Call check_default () if HAVE_TCP_WRAPPER is
1106         defined. Reject an RPC call if check_default () fails.
1107
1108         * utils/statd/statd.c: Include "tcpwrapper.h" if
1109         HAVE_TCP_WRAPPER is defined.
1110         (sm_prog_1_wrapper): New. A wrapper for sm_prog_1. Call
1111         check_default () before calling sm_prog_1 (). Define it as
1112         sm_prog_1_wrapper if HAVE_TCP_WRAPPER is defined.
1113
1114 2000-08-25  Chip Salzenberg  <chip@valinux.com>
1115
1116         * debian/*: Complete Debian build support.
1117         * etc/debian/*: Remove.
1118
1119 2000-08-24  Neil Brown <neilb@cse.unsw.edu.au>
1120
1121         * support/export/client.c(client_check): removed the "dot+1" as a
1122           ypdomain argument to innetgr as this is entirely bogus.
1123           It should always be NULL.
1124         
1125 2000-08-23  Neil Brown <neilb@cse.unsw.edu.au>
1126
1127         * support/export/xtab.c(xtab_read): introduce new mode for
1128            reading xtab. i.e. a list of exports that might be known to the
1129            kernel, or might not.  These are flagged as m_exported == -1
1130         * support/export/xtab.c(xtab_mount_read):  call xtab_read with new
1131            value "2" for xtab, meaning don't trust this too much.
1132         * support/include/exportfs.h(struct mexport): changed m_exported
1133            from one bit to an int so that it can hold new value
1134         * utils/exportfs/exportfs.c(exportfs_ipdate): add an export to the
1135            kernel if it is uncertain whether the kernel knows (m_exported == -1)
1136         * utils/mountd/mountd.c(get_rootfh): similarly export to kernel if
1137            status is uncertain
1138
1139         * support/nfs/xio.c(xflock): added O_CREAT when getting
1140            a write lock so that missing files aren't fatal.
1141
1142         * etc/debian/nfs-common: new file from "potato"
1143         * etc/debian/nfs-kernel-server: new file from "potato" plus fixes.
1144          
1145 2000-08-09  H.J. Lu <hjl@lucon.org>
1146
1147         * etc/redhat/nfs.init: Run /usr/sbin/exportfs first during
1148         startup to ensure all existing clients work fine.
1149
1150         * support/export/xtab.c (xtab_mount_read): Pass 1 instead of 0
1151         to xtab_read () for reading _PATH_XTAB.
1152
1153 2000-08-02  H.J. Lu <hjl@lucon.org>
1154
1155         * utils/mountd/auth.c (auth_authenticate_internal): Try to
1156         avoid the reverse name lookup.
1157
1158 2000-07-04  H.J. Lu <hjl@lucon.org>
1159
1160         * utils/statd/log.c: Include <stdlib.h> for exit ().
1161
1162         * utils/statd/misc.c (xunlink): Add `{' and `}' to quiet the
1163         gcc warning.
1164
1165 2000-07-04  H.J. Lu <hjl@lucon.org>
1166
1167         * configure.in (VERSION): Set to "0.1.9.1".
1168         * configure: Regenerated.
1169         * nfs-utils.spec: Updated.
1170
1171         * README: Updated.
1172
1173 2000-07-04  Neil Brown  <neilb@cse.unsw.edu.au>
1174
1175         * support/export/hostname.c (hostent_dup): Handle the NULL
1176         h_aliases field.
1177
1178 2000-07-03  H.J. Lu <hjl@lucon.org>
1179
1180         * README: Update the util-linux requirement.
1181
1182 2000-07-03  H.J. Lu <hjl@lucon.org>
1183
1184         * configure.in (VERSION): Set to "0.1.9".
1185         * configure: Regenerated.
1186         * nfs-utils.spec: Updated.
1187
1188         * README: Updated.
1189
1190 2000-07-03  H.J. Lu <hjl@lucon.org>
1191
1192         * etc/redhat/nfs.init: Run /usr/sbin/exportfs last during
1193         stop to ensure all clients can still access the server
1194         before it is shutdown.
1195
1196 2000-06-30  Jeff Uphoff <juphoff@transmeta.com>
1197
1198         * tools/rpcgen/rpc_svcout.c (write_msg_out): Generate syslog()
1199         calls with format string.
1200         
1201 2000-06-28  Chip Salzenberg  <chip@valinux.com>
1202
1203         * utils/statd/log.c (log): Call syslog with format string.
1204
1205 2000-06-27  H.J. Lu <hjl@lucon.org>
1206
1207         * utils/statd/statd.c (main): Use sysconf (_SC_OPEN_MAX)
1208         instead of OPEN_MAX.
1209
1210 2000-06-27  H.J. Lu <hjl@lucon.org>
1211
1212         * README: Updated.
1213
1214 2000-06-27  H.J. Lu <hjl@lucon.org>
1215
1216         * etc/redhat/nfs.init: Run /usr/sbin/exportfs last during
1217         startup to ensure all existing clients are exported.
1218
1219         * configure.in (VERSION): Set to "0.1.8.2".
1220         * configure: Regenerated.
1221         * nfs-utils.spec: Updated.
1222
1223 2000-06-06  H.J. Lu <hjl@lucon.org>
1224
1225         * configure.in (VERSION): Set to "0.1.8.1".
1226         * configure: Regenerated.
1227         * nfs-utils.spec: Updated.
1228
1229 2000-06-06  H.J. Lu <hjl@lucon.org>
1230
1231         * utils/mountd/mountd.c (mount_dump_1_svc): Cast svc_getcaller
1232         to "struct sockaddr_in *" for glibc 2.2.
1233         (mount_umnt_1_svc): Likewise.
1234         (mount_umntall_1_svc): Likewise.
1235         (mount_export_1_svc): Likewise.
1236         (mount_exportall_1_svc): Likewise.
1237         (mount_pathconf_2_svc): Likewise.
1238         (get_rootfh): Likewise.
1239
1240 2000-06-04  H.J. Lu <hjl@lucon.org>
1241
1242         * etc/redhat/nfs.init: Fix a typo in comment.
1243
1244 2000-05-31  H.J. Lu <hjl@lucon.org>
1245
1246         * configure.in (VERSION): Set to "0.1.8".
1247         * configure: Regenerated.
1248         * nfs-utils.spec: Updated.
1249
1250         * README: Updated.
1251
1252 2000-05-31  H.J. Lu <hjl@lucon.org>
1253
1254         * configure.in (VERSION): Set to "0.1.7.5".
1255         * configure: Regenerated.
1256         * nfs-utils.spec: Updated.
1257
1258         * support/include/nfslib.h (exportent): Add a new field,
1259         r_count, to count the number of mounts from a client.
1260         (getrmtabent): Take a new argument for position in file.
1261         (putrmtabent): Likewise.
1262         (fgetrmtabent): Likewise.
1263         (fputrmtabent): Likewise.
1264         * support/nfs/rmtab.c (getrmtabent): Handle the new argument
1265         for position in file.
1266         (fgetrmtabent): Likewise.
1267         (putrmtabent): Likewise.
1268         (fputrmtabent): Likewise.
1269
1270         * support/nfs/rmtab.c (fgetrmtabent): Get value for the new
1271         field, r_count.
1272
1273         * support/export/rmtab.c (rmtab_read): Pass NULL as the new
1274         argument to getrmtabent (), fgetrmtabent (), putrmtabent ()
1275         and fputrmtabent ().
1276         * utils/mountd/rmtab.c (mountlist_add): Likewise.
1277         (mountlist_del): Likewise.
1278         (mountlist_del_all): Likewise.
1279         (mountlist_list): Likewise.
1280
1281         * utils/mountd/rmtab.c (mountlist_add): Increment "r_count"
1282         for the existing entry and initialize "r_count" to 1.
1283         (mountlist_del): Decrement "r_count".
1284
1285 2000-05-18  H.J. Lu <hjl@lucon.org>
1286
1287         * configure.in (VERSION): Set to "0.1.7.4".
1288         * configure: Regenerated.
1289         * nfs-utils.spec: Updated.
1290
1291 2000-05-18  H.J. Lu <hjl@lucon.org>
1292
1293         * etc/redhat/nfs.init (restart): Just do stop and start.
1294
1295 2000-05-09  Jay Weber <jweber@valinux.com>
1296
1297         * utils/rquotad/hasquota.c: added support for ext3 recognition
1298         in rquotad.
1299         * utils/rquotad/mntent.h: Likewise.
1300
1301 2000-05-01  H.J. Lu <hjl@lucon.org>
1302
1303         * configure.in (VERSION): Set to "0.1.7.3".
1304         * configure: Regenerated.
1305         * nfs-utils.spec: Updated.
1306
1307 2000-05-01  H.J. Lu <hjl@lucon.org>
1308
1309         * utils/rquotad/rquota_server.c (getquotainfo): Skip bad
1310         mounting poins in /etc/fstab.
1311
1312 2000-05-01  H.J. Lu <hjl@lucon.org>
1313
1314         * configure.in (VERSION): Set to "0.1.7.2".
1315         * configure: Regenerated.
1316         * nfs-utils.spec: Updated.
1317
1318 2000-05-01  H.J. Lu <hjl@lucon.org>
1319
1320         * utils/rquotad/rquota_server.c (getquotainfo): Call stat ()
1321         to check for the mounting point.
1322
1323 2000-04-29  Chip Salzenberg  <chip@valinux.com>
1324             Neil Brown  <neilb@cse.unsw.edu.au>
1325
1326         * Really re-use RPC ports.
1327           (Fixes earlier patch.  Sorry, Neil.)
1328
1329 2000-04-26  H.J. Lu <hjl@lucon.org>
1330
1331         * configure.in (VERSION): Set to "0.1.7.1".
1332         * configure: Regenerated.
1333         * nfs-utils.spec: Updated.
1334
1335 2000-04-26  H.J. Lu <hjl@lucon.org>
1336
1337         * etc/redhat/nfslock.init: Check if lockd exits before killing
1338         it.
1339
1340 2000-04-25  H.J. Lu <hjl@lucon.org>
1341
1342         * README: Require util-linux-2.10f-mount-rpc.patch for mount.
1343
1344 2000-03-21 Michael Weiser <michael@weiser.saale-net.de>
1345
1346         * support/nfs/exports.c (parsesquash): Correctly set the
1347         return pointer.
1348
1349 Tue Mar 21 11:38:48 EST 2000 NeilBrown <neilb@cse.unsw.edu.au>
1350
1351         * support/include/nfs/nfs.h: Removed knowledge of internals of
1352              kernel filehandles (which can change) and defined nfs_fh_size
1353              which has variable size
1354         
1355         * support/nfs/getfh.c: defined getfh_size to use new syscall to
1356              get variable sized file handles, and change getfh{,old} to
1357              use nfs_fh_size        
1358         
1359         * utils/mountd/mountd.c: use nfd_fh_size and call getfh_size for
1360              NFSv3 file handles
1361
1362         * tools/Makefile, tools/nlmtest/nlmtest.c
1363              nlmtest.c depended on internel format of file handles, so now
1364              doesn't work.
1365
1366         
1367 2000-03-12  Chip Salzenberg  <chip@valinux.com>
1368             Neil Brown  <neilb@cse.unsw.edu.au>
1369
1370         * support/nfs/rpcmisc.c (rpc_init): Share transports.
1371
1372 2000-03-13 H.J. Lu <hjl@lucon.org>
1373
1374         * etc/redhat/nfsd.init: Updated.
1375
1376         * etc/redhat/nfslock.init: Updated.
1377
1378         * nfs-utils.spec.in: Updated.
1379
1380         * configure.in (VERSION): Set to "0.1.7".
1381         * configure: Regenerated.
1382         * nfs-utils.spec: Updated.
1383
1384         * README: Updated.
1385
1386 Wed Mar  8 09:42:43 2000 Neil Brown <neilb@cse.unsw.edu.au>
1387
1388         * utils/exportfs/exportfs.c (dump): Included printing of
1389            nohide, no_subtree_check, and insecure_locks
1390
1391 2000-02-26  Chip Salzenberg  <chip@valinux.com>
1392
1393         * config.mk.in (INSTALLSUID): Strip ("-s").
1394         (INSTALLSCRIPT): Define.
1395         * utils/nhfsstone/Makefile: Use it.
1396
1397 2000-02-26  Chip Salzenberg  <chip@valinux.com>
1398
1399         * utils/lockd/lockd.man: Create.
1400         * utils/lockd/Makefile: Install it.
1401         * utils/nhfsstone/nhfs{run,nums,graph}.man: Create.
1402         * utils/nhfsstone/nhfsstone.man: Change suffix from ".1".
1403         * utils/nhfsstone/Makefile: Install the helper scripts and
1404           all four man pages.
1405         * utils/exportfs/exports.man: Fix typo.
1406
1407 2000-02-26  Chip Salzenberg  <chip@valinux.com>
1408
1409         * support/nfs/xio.c (xungetc): Decrement line number when
1410         character to unget is newline.  Make first parameter int, so
1411         it can distinguish EOF from \377.
1412         * support/include/xio.h (xungetc): Adjust prototype.
1413
1414 Fri Feb  4 23:42:23 2000 Neil Brown <neilb@cse.unsw.edu.au>
1415
1416         * support/include/nfs/export.h: added NFSEXP_NOAUTHNLM
1417         * support/nfs/exports.c: added handling for NFSEXP_NOAUTHNLM
1418         * utils/exportfs/exports.man: added documentation for no_auth_nlm.
1419
1420         This is for supporting a new option introduced in 2.3.42
1421
1422 Thu Feb  3 14:55:48 2000 H.J. Lu <hjl@lucon.org>
1423
1424         * COPYING: Added. GPL.
1425
1426 Thu Feb 03 14:40:40 2000 Cristian Gafton <gafton@redhat.com>
1427
1428         * utils/rquotad/rquota_server.c (getquotainfo): Call statfs ()
1429         to get the block size.
1430
1431 Tue Jan 25 11:04:17 2000 H.J. Lu <hjl@lucon.org>
1432
1433         * nfs-utils.spec.in: Update ftp site.
1434
1435 Mon Jan 17 11:48:18 2000 H.J. Lu <hjl@lucon.org>
1436
1437         * README: Update hostnames.
1438
1439 Tue Jan 11 10:06:22 2000 H.J. Lu <hjl@lucon.org>
1440
1441         * configure.in (VERSION): Set to "0.1.6".
1442         * configure: Regenerated.
1443         * nfs-utils.spec: Updated.
1444
1445         * README: Updated.
1446
1447 Mon Jan 10 14:26:33 2000 H.J. Lu <hjl@lucon.org>
1448
1449         * utils/mountd/auth.c (auth_authenticate_internal): Call
1450         xstrdup for hostname before passing it to gethostbyname.
1451
1452         * utils/mountd/mountd.c (get_exportlist): Use xstrdup instead
1453         of strdup.
1454
1455 Sun Dec 19 09:35:01 1999  H.J. Lu <hjl@lucon.org>
1456
1457         * README: Update the mailing list address.
1458
1459 Sun Dec 19 09:22:28 1999  H.J. Lu <hjl@lucon.org>
1460
1461         * configure.in (VERSION): Set to "0.1.5".
1462         * configure: Regenerated.
1463         * nfs-utils.spec: Updated.
1464
1465         * README: Updated.
1466
1467 Mon Dec 13 13:40:20 1999  H.J. Lu <hjl@lucon.org>
1468
1469         * utils/rquotad/hasquota.c (hasquota): Malloc one more char
1470         for '/'.
1471
1472 Mon Dec  6 09:42:45 1999  H.J. Lu <hjl@lucon.org>
1473
1474         * configure.in (VERSION): Set to "0.1.4".
1475         * configure: Regenerated.
1476         * nfs-utils.spec: Updated.
1477
1478         * README: Updated.
1479
1480 Mon Dec  6 09:28:07 1999  H.J. Lu <hjl@lucon.org>
1481
1482         * nfs-utils.spec.in: New file.
1483
1484         * config.mk.in (VERSION): Changed to "nfs-utils @VERSION@".
1485
1486         * configure.in (nfs-utils.spec): Added to AC_OUTPUT.
1487
1488 1999-12-04  Chip Salzenberg  <chip@valinux.com>
1489
1490         * config.mk.in: Use $(CC) as set by configure.
1491
1492 1999-12-04  Chip Salzenberg  <chip@valinux.com>
1493
1494         * rules.mk: Call $(MAKE) with $(MFLAGS).
1495
1496 Mon Nov 29 11:17:35 1999  H.J. Lu <hjl@lucon.org>
1497
1498         * tools/rpcgen/rpc_main.c (h_output): Generate IXDR_GET_INT32,
1499         IXDR_PUT_INT32, IXDR_GET_U_INT32 and IXDR_PUT_U_INT32.
1500
1501 Mon Nov 29 11:17:35 1999  H.J. Lu <hjl@lucon.org>
1502
1503         * nfs-utils.spec (Version): Set to 0.1.3.
1504
1505         * configure.in (VERSION): Set to "nfs-utils 0.1.3".
1506         * configure: Regenerated.
1507
1508         * README: Updated.
1509
1510 Mon Nov 29 11:15:47 1999  H.J. Lu <hjl@lucon.org>
1511
1512         * utils/rquotad/rquota_server.c (nfsmount_to_devname): Removed.
1513         (_PATH_DEV_DSK): Likewise.
1514         (getquotainfo): Match the mounting point from /etc/mtab
1515         instead of calling nfsmount_to_devname ().
1516
1517 1999-11-24  Chip Salzenberg  <chip@valinux.com>
1518
1519         * utils/statd/monitor.c (sm_mon_1_svc): Accept lockd callbacks
1520         to the new port 24 as well as the historical port 100021.
1521
1522 Tue Nov 23 10:21:34 1999 Neil Brown <neilb@cse.unsw.edu.au>
1523
1524         * etc/redhat/nfsd.init (stop): moved exportfs -ua after
1525         stopping nfsd to stop spurious ESTALE on server shutdown.
1526         
1527 Tue Nov 23 10:13:39 1999  Neil Brown <neilb@cse.unsw.edu.au>
1528
1529         * support/nfs/exports.c (parseopts): make copy of opt string
1530         before 'nul'ing out commas so that
1531
1532         # exportfs -o option1,option2 hosta:/fs hostb:/fs
1533
1534         applies both options to both exports.
1535
1536 Thu Oct 28 12:55:42 1999  H.J. Lu <hjl@lucon.org>
1537
1538         * README: Fix a few typos.
1539
1540         * tools/rpcgen/rpc_cout.c (print_header): Use int32_t instead
1541         of long.
1542         * tools/rpcgen/rpc_hout.c (pdefine): Likewise.
1543         * tools/rpcgen/rpc_main.c (c_initialize): Likewise.
1544         * tools/rpcgen/rpc_parse.c (get_type): Likewise.
1545         (unsigned_dec): Likewise.
1546         * tools/rpcgen/rpc_scan.c (symbols): Likewise.
1547         * tools/rpcgen/rpc_util.c (tokstrings): Likewise.
1548
1549         * tools/rpcgen/rpc_cout.c (emit_single_in_line): Use INT32
1550         instead of LONG.
1551         * tools/rpcgen/rpc_parse.c (get_type): Likewise.
1552         (unsigned_dec): Likewise.
1553         * tools/rpcgen/rpc_scan.c (symbols): Likewise.
1554         * tools/rpcgen/rpc_scan.h (tok_kind): Likewise.
1555         * tools/rpcgen/rpc_util.c (tokstrings): Likewise.
1556
1557 Thu Oct 28 11:27:51 1999 Neil Brown <neilb@cse.unsw.edu.au>
1558
1559         * support/include/nfs/export.h addedd NFSEXP_NOSUBTREECHECK
1560         * support/nfs/exports.c: added {no_,}subtree_check and changed
1561           crossmnt to nohide
1562         * utils/exportfs/exports.man: added no_subtree_check and nohide
1563           and removed irrelevant stuff from unfsd.
1564         * support/export/rmtab.c: rmtab_read didn't quite do the right
1565           thing if a pathname from rmtab was a subdirectory of an export-point
1566
1567 Tue Oct 26 17:22:40 1999  H.J. Lu <hjl@lucon.org>
1568
1569         * README: Updated ftp site.
1570
1571 Mon Oct 25 18:12:45 1999  H.J. Lu <hjl@lucon.org>
1572
1573         * nfs-utils.spec (Version): Set to 0.1.2.
1574
1575         * configure.in (VERSION): Set to "nfs-utils 0.1.2".
1576         * configure: Regenerated.
1577
1578         * README: Updated.
1579
1580 Mon Oct 25 18:11:21 1999  H.J. Lu <hjl@lucon.org>
1581
1582         * utils/mountd/auth.c (auth_error): Add "no_forward_dns".
1583         (auth_authenticate_internal): Check for NULL return on forward
1584         DNS lookup.
1585         (auth_authenticate): Handle "no_forward_dns".
1586
1587 Thu Oct 21 16:22:06 1999  H.J. Lu <hjl@lucon.org>
1588
1589         * Version 0.1.1 released.
1590
1591         * nfs-utils.spec (Version): Set to 0.1.1.
1592
1593         * configure.in (VERSION): Set to "nfs-utils 0.1.1".
1594         * configure: Regenerated.
1595
1596         * README: Updated.
1597
1598 Mon Oct 18 17:43:29 1999  H.J. Lu <hjl@lucon.org>
1599
1600         * nfs-utils.spec (Obsoletes): Fixed a typo, change knfsd-client
1601         to knfsd-clients.
1602         (Provides): Likewise.
1603
1604 Mon Oct 18 14:56:22 1999  H.J. Lu <hjl@lucon.org>
1605
1606         * Initial version 0.1 released.
1607
1608         * configure.in (VERSION): Set to "nfs-utils 0.1".
1609         * configure: Regenerated.
1610
1611 Mon Oct 18 14:54:57 1999  H.J. Lu <hjl@lucon.org>
1612
1613         * utils/mountd/mountd.c (get_exportlist): Cleanup.
1614
1615         * utils/exportfs/exportfs.c (unexport_all): Unexport from
1616         kernel only if the entry is exported to kernel.
1617         (unexportfs): Likewise.
1618
1619 Wed Sep 08 16:49:32 1999  Neil Brown <neilb@cse.unsw.edu.au>
1620
1621 1/ utils/mountd/rmtab.c::mountlist_list
1622
1623      This routine stats the rmtab file to see if it has changed.  It
1624      if has, it cleans up it's old copy of the data. But it still
1625      always re-read the file, thus returning multiple copies of the
1626      data on consecutive calls without intervening changes.
1627      "Showmount -a" didn't show this as it appears to sort/unique the
1628      data, but 'strace showmount -a' showed that the size of the
1629      datagram that it received grew.
1630
1631      I moved the getrmtabent loop inside the mtime test.
1632
1633 2/ utils/exportfs/exportfs.c
1634    
1635      Many routines used the m_path field of m_export instead of
1636      e_path.
1637      According to the comment in nfslib.h, m_path should only
1638      be used when processing a mount request (i.e. in mountd)
1639      where the mountpoint may be a subdirectory of the export point.
1640
1641      I changed all occurances of m_path to e_path
1642
1643
1644 3/ utils/exportfs/exportfs.c:main
1645
1646       extra arguments are not meaningful with -a or -r, but
1647       exportfs accepted them and then ignored the -a/-r, expect that
1648       -r would still unexport everything first.
1649
1650       I generate an error if there are extra args and f_all
1651
1652 4/ utils/exportfs/exportfs.c:main
1653      extract dump out as a special case.
1654
1655 5/ utils/exportfs/exportfs.c
1656      made f_reexport a local variable.
1657
1658
1659 6/ utils/exportfs/exportfs.c:main,exportall
1660
1661     support/export/rmtab.c
1662        only  mayexport on newly created entries, don't set xtabent at all
1663
1664 7/ support/include/nfslib.h
1665
1666       add #define _PATH_PROC_EXPORTS to be /proc/fs/nds/exports
1667
1668 8/ support/export/xtab.c
1669
1670       xtab_mount_read loads data from _PATH_PROC_EXPORTS if it exists,
1671       else from xtab
1672
1673
1674 9/ support/export/xtab.c
1675
1676       xtab_mount_read now sets m_exported, and NOT
1677         xtabent and mayexport
1678
1679       removed the append arguement from xtab_write as it was
1680         never used.
1681
1682       added is_export flag to xtab_write similar to xtab_read
1683         if is_export, only write entries with m_xtabent or m_addxtab
1684         if !is_export, only write entries with m_exported
1685      
1686 10/ support/export/export.c::export_allowed_internal
1687
1688       added test for exp->m_mayexport, as the export tree
1689         may have entries that are no longer allowed to be exported,
1690         and so shouldn't caused deduced exported by rmtab_read
1691
1692 11/ utils/exportfs/exportfs.c::main
1693         error checking of flags.
1694
1695 12/ utils/exportfs/exportfs.c
1696
1697         total rewrite of export and unexport logic.
1698         We now:
1699         -  build an exportslist of valid exports, based on
1700            current etab file  and arguments,
1701         -  read rmtab to instantiate relevant wild card entries
1702         -  read etab to find out what is currently exported
1703         -  synchronise intention with reality
1704         -  write out etab and xtab
1705
1706 13/  various
1707         discard the m_addxtab flag
1708         add m_changed flag so we know what to report in exportfs
1709
1710 14/ utils/mountd/auth.c:auth_authenticate
1711
1712         the value returned by gethostbyaddr was trusted.
1713
1714         It now follows this with a call to gethostbyname
1715         and checks that the address is in the list.
1716
1717 15/ support/export/nfsctl.c::cltsetup,expsetup
1718
1719         force client names to lowercase as kernel is
1720         sensitive to case
1721
1722 16/ quietened a few compiler warnings
1723
1724 17/ support/export/client:client_lookup
1725
1726      look for pre-existing client with same name before creating
1727         a new one.
1728
1729 18/ support/include/exportfs.h
1730
1731      The ordering of the MCL_* enum was:
1732         ANONYMOUS, FQDN, SUBNETWORK, WILDCARD, NETGROUP
1733
1734      I moved ANONYMOUS to the end.
1735
1736      The ordering is significant when an export entry is being searched for to 
1737         match a given address.  There are two problems with ANONYMOUS being first.
1738
1739         1/ if a directory is exported rw to a couple of hosts and ro to everyone else,
1740            then the ro case will always be found first and the privileged hosts won't get
1741            their privilege
1742         2/ When mountd gets a request to mount an ANONYMOUSly exported tree, it creates a FQDN
1743            export entry for the specific host, and writes it to xtab.
1744            When another request comes from the same host, the ANONYMOUS entry is found again, 
1745            before the new FQDN entry, so it creates another FQDN entry and writes it to xtab
1746            again.  If causes bloat in xtab.
1747
1748       Putting ANONYMOUS at the end reflects it's nature as a catch-all
1749
1750 19/ utils/exportfs/exportfs.man
1751         many updates to the man page to reflect changes to the code
1752
1753 -----------------------
1754
1755
1756
1757 TODO:
1758
1759 - allow exportfs to modify rmtab file
1760 - make sure kernel never gets two clients with same IP address
1761     - possible kernel should reject
1762     - needs to be some way to lookup client in kernel by IP address
1763 - maybe get kernel to do case-insensitive comparisons on client names
1764 - remove unused clients from kernel
1765
1766 - change etab to xtab and xtab to xtab.active
1767
1768 - timestamp and/or statd-stamp in rmtab for removing old entries.
1769
1770 Mon Oct 18 11:48:07 1999  H.J. Lu <hjl@lucon.org>
1771
1772         * linux-nfs: New directory.
1773         * linux-nfs/ChangeLog: Moved from ..
1774         * linux-nfs/INSTALL: Likewise.
1775         * linux-nfs/KNOWNBUGS: Likewise.
1776         * linux-nfs/NEW: Likewise.
1777         * linux-nfs/README: Likewise.
1778         * linux-nfs/THANKS: Likewise.
1779         * linux-nfs/TODO: Likewise.
1780
1781         * Starting from knfsd 1.4.7.