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