]> git.decadent.org.uk Git - nfs-utils.git/blob - ChangeLog
2001-11-26 Chip Salzenberg <chip@pobox.com>
[nfs-utils.git] / ChangeLog
1 2001-11-26  Chip Salzenberg  <chip@pobox.com>
2
3         * utils/showmount/showmount.c (main): Don't assume that strings
4         starting with digits are IP addresses.
5         * utils/nfsd/nfsd.c (main): Close all fds and reopen 0,1,2 on
6         /dev/null before nfssvc().  Use syslog to report nfssvc errors.
7         * support/misc/tcpwrapper.c, utils/mountd/mountd.man,
8         utils/rquotad/rquotad.man, utils/statd/statd.man: Fix comments and
9         man pages: We check host names *and* addresses with tcpwrappers.
10
11 2001-11-21  Chip Salzenberg  <chip@pobox.com>
12
13         * support/nfs/clients.c (cfname): Added: current clients file name.
14         (setnfsclntent): Set it.
15         ({get,end}nfsclntent, syntaxerr): Use it.
16         * support/nfs/exports.c (efname): Added: current exports file name.
17         (setnfsexportent): Set it.
18         (endnfsexportent, parseopts, getexport, syntaxerr): Use it.
19         (parseopts): Accept old-style "crossmnt" option, for old xtabs.
20         * debian/changelog: Version 0.3.3-3.
21
22 2001-10-11  Chip Salzenberg  <chip@pobox.com>
23
24         * utils/mountd/mountd.c (main): Close fds > 2 _before_ RPC init.
25         * debian/changelog: Version 0.3.3-2.
26
27 2001-10-08  Chip Salzenberg  <chip@pobox.com>
28
29         * utils/mountd/mountd.c (main): When daemonizing, close all fds > 2.
30         * utils/Makefile.in: Remove old Makefile in target 'distclean'.
31         * utils/mountd/mountd.man: Update paths to /var/lib.
32         * debian/*: Version 0.3.3-1, with Debian-specific fixes.
33
34 2001-10-06  Preston Brown <pbrown@redhat.com>
35
36         * utils/nfsstat/nfsstat.man: Updated.
37
38 2001-09-24  H.J. Lu <hjl@lucon.org>
39
40         * configure.in (VERSION): Set to "0.3.3".
41         * configure: Regenerated.
42         * nfs-utils.spec: Likewise.
43
44         * README: Updated for 0.3.3.
45
46 2001-09-20 NeilBrown <neilb@cse.unsw.edu.au>
47
48         Arrange that "exportfs -au" never does DNS lookup:
49         
50         * support/export/client.c (client_lookup) : add "canonical"
51         flag which says that the hostname is known to be canonical, so
52         don't do a lookup
53
54         * support/export/export.c (export_create) : add "canonical"
55         flag to be passed down to client_lookup
56         * support/export/export.c (export_lookup) : Likewise
57
58         * support/export/xtab.c (xtab_read) : pass appropriate
59         "canonical" flag to export_lookup and export_create:
60         set if reading list of filesystems currently exports
61         (is_export != 1). 
62
63         * support/export/export.c (export_read) : pass 0 as 
64         "canonical" flag to export_lookup and export_create
65         * support/export/rmtab.s (rmtab_read) : Likewise
66
67         * support/include/exportfs.h : redeclare various routines
68         to have "canonical" flag
69
70         * utils/exportfs/exportfs.c (main) : redo logic for 
71         "-au" to read in what is currently exported, but never even 
72         look at what "should" be exported.
73
74         * utils/exportfs/exportfs.c (unexportall) : remove this
75         routine. Functionality is completely included in
76         exports_update
77
78         * utils/exportfs/exportfs.c (exportfs) : set "canonical"
79         flag to zero in calls to export_lookup and export_create.
80
81         
82 2001-09-20 NeilBrown <neilb@cse.unsw.edu.au>
83             Anne Milicia <milicia@missioncriticallinux.com>
84
85         * support/export/client.c (client_lookup) call gethostbyadd
86         to make sure that we have a canonical hostname, even for
87         dotted-quads
88         * utils/exportfs/exportfs.c (exportfs) Likewise
89         
90 2001-09-12 NeilBrown <neilb@cse.unsw.edu.au>
91
92         * support/nfs/exports.c (putexportent): \octal quote any spaces
93         etc in a path name
94         * support/nfs/xio.c (xgettok): recognise double-quote and
95         \octal quoting in path names
96         * utils/exportfs/exports.man: document quoting conventions
97         for path names
98         
99 2001-09-12 NeilBrown <neilb@cse.unsw.edu.au>
100
101         * utils/mountd/auth.c (auth_authenticate_internal): Reverse
102           change from 2000-08-02:  It causes problems if someone exports
103           to both a hostname and IP addresses.  nfs-utils must be
104           consistant about the canonical name that it chooses.
105
106 2001-08-17  Ragnar Kjørstad <nfs@ragnark.vestdata.no>
107             H.J. Lu <hjl@lucon.org>
108
109         * etc/redhat/nfslock.init (STATDARG): New. Pass it to rpc.statd.
110
111         * utils/statd/statd.c (longopts): Add "name".
112         (usage): Add "-n/--name".
113         (main): Set MY_NAME with "-n/--name".
114
115         * utils/statd/state.c (change_state): Set MY_NAME only if it
116         is NULL.
117         
118         * utils/statd/statd.man: Updated for "-n/--name".
119
120 2001-07-26  H.J. Lu <hjl@lucon.org>
121
122         * nfs-utils.spec (Release): Set to 8.
123
124 2001-07-25  H.J. Lu <hjl@lucon.org>
125
126         * etc/redhat/nfs.init: Check if rpc.rquotad exists before doing
127         anything about it.
128
129 2001-06-27  H.J. Lu <hjl@lucon.org>
130
131         * etc/redhat/nfs.init: Run rpc.rquotad only if it exists.
132
133 2001-06-27  H.J. Lu <hjl@lucon.org>
134
135         * utils/rquotad/rquota_server.c: Don't call statfs () for
136         the block size. Use BLOCK_SIZE instead.
137
138 2001-06-27  H.J. Lu <hjl@lucon.org>
139
140         * config.mk.in (CC_FOR_BUILD): Renamed from BUILD_CC.
141         (CFLAGS_FOR_BUILD): New. Don't use @CFLAGS@.
142
143         * configure.in (enable_nfsv3): Set to yes by default.
144         (--enable-rquotad): Added
145         (AC_PROG_CXX): Removed.
146         (AC_OUTPUT): Add utils/Makefile.
147         (CC_FOR_BUILD): Renamed from BUILD_CC.
148         * configure: Regenerated.
149
150         * utils/Makefile: Removed.
151
152         * utils/Makefile.in: New.
153
154         * nfs-utils.spec.in (rquotad): New. Set to 0 to disable
155         rquotad.
156         (CC_FOR_BUILD): Renamed from BUILD_CC.
157         * nfs-utils.spec: Regenerated.
158
159 2001-06-15  Chip Salzenberg  <chip@debian.org>
160
161         * debian/changelog: Version 0.3.2-2.
162         * debian/*.init: Minor fixes.
163
164 2001-06-07  Lon H. Hohberger <hohberger@missioncriticallinux.com>
165
166         * etc/nodist/nfs-server: Fixed a bug where the script would
167         disable mounts from NFSv3 clients if NFSv3 is present.
168
169 2001-06-05  H.J. Lu <hjl@lucon.org>
170
171         * utils/mountd/mountd.c (longopts): Add "descriptors/o".
172         (main): Support --descriptors/-o to set the limit of the number
173         of open file descriptors.
174         (usage): Updated.
175
176         * utils/mountd/mountd.man: Updated for --descriptors/-o.
177
178 2001-06-04  H.J. Lu <hjl@lucon.org>
179
180         * nfs-utils.spec (Release): Set to 6.
181
182 2001-05-28  H.J. Lu <hjl@lucon.org>
183
184         * utils/lockd/lockd.c (main): chdir to NFS_STATEDIR.
185         * utils/mountd/mountd.c (main): Likewise.
186         * utils/nfsd/nfsd.c (main): Likewise.
187         * utils/rquotad/rquota_svc.c (main): Likewise.
188
189 2001-05-06  Anne Milicia <milicia@missioncriticallinux.com>
190
191         * support/export/client.c (client_check): Check IP address
192         againet netgroup.
193
194 2001-05-06  Neil Brown <neilb@cse.unsw.edu.au>
195
196         * support/export/client.c (client_gettype): Treat `*' as
197         MCL_ANONYMOUS.
198
199 2001-04-22  H.J. Lu <hjl@lucon.org>
200
201         * nfs-utils.spec.in: Fix a typo.
202         * nfs-utils.spec: Regenerated.
203
204 2001-04-21  H.J. Lu <hjl@lucon.org>
205
206         * nfs-utils.spec.in: Fix cross build.
207         * nfs-utils.spec: Regenerated.
208         (Release): Set to 5.
209
210 2001-04-18  H.J. Lu <hjl@lucon.org>
211
212         * nfs-utils.spec.in: Support cross build.
213         * nfs-utils.spec: Regenerated.
214         (Release): Set to 4.
215
216         * config.sub: New.
217         * config.guess: New.
218
219         * config.mk.in (BUILD_CC): New.
220         (CC): Set to $(BUILD_CC) if BUILD is defined.
221         (AR): Set to @AR@.
222         (LD): Set to @LD@.
223         (RANLIB): Set to @RANLIB@.
224
225         * configure.in: Check BUILD_CC, RANLIB, AR and LD.
226         * configure: Regenerated.
227
228         * tools/rpcgen/Makefile (BUILD): Set to true.
229
230 2001-04-01  Chip Salzenberg  <chip@valinux.com>
231
232         * tools/rpcgen/rpc_svcout.c (write_timeout_func): Remove
233         redundant, and sometimes broken, declaration of svc_fdset;
234         it may be a macro.
235         * support/nfs/rpcmisc.c (closedown): Likewise.
236         
237 2001-03-21  H.J. Lu <hjl@lucon.org>
238
239         * nfs-utils.spec: Regenerated.
240         (Release): Set to 3.
241
242 2001-03-21  Ion Badulescu  <ionut@cs.columbia.edu>
243
244         * utils/statd/statd.c (main): make sure file descriptors 0-2
245         are open to /dev/null.
246
247 2001-03-21  H.J. Lu <hjl@lucon.org>
248
249         * support/nfs/rpcmisc.c: Restore the change made on 2001-03-10.
250         * support/nfs/rpcmisc.c: Likewise.
251         * utils/rquotad/rquota_svc.c: Likewise.
252         * utils/rquotad/rquotad.man: Likewise.
253         * utils/statd/Makefile: Likewise.
254         * utils/statd/rmtcall.c: Likewise.
255         * utils/statd/simulate.c: Likewise.
256         * utils/statd/statd.c: Likewise.
257         * utils/statd/statd.man: Likewise.
258
259 2001-03-11  H.J. Lu <hjl@lucon.org>
260
261         * configure.in (RELEASE): New. Default to 1, set by
262         --with-release=XXX. Substitute nfs-utils.spec.
263         * nfs-utils.spec.in (Release): Set to @RELEASE@.
264         * configure: Regenerated.
265         * nfs-utils.spec: Likewise.
266
267 2001-03-11  H.J. Lu <hjl@lucon.org>
268
269         * utils/rquotad/rquotad.man: Fix a typo.
270
271 2001-03-11  H.J. Lu <hjl@lucon.org>
272
273         * support/include/rpcmisc.h: Undo the change made on 2001-03-10.
274         * support/nfs/rpcmisc.c: Likewise.
275         * utils/rquotad/rquota_svc.c: Likewise.
276         * utils/rquotad/rquotad.man: Likewise.
277         * utils/statd/Makefile: Likewise.
278         * utils/statd/rmtcall.c: Likewise.
279         * utils/statd/simulate.c: Likewise.
280         * utils/statd/statd.c: Likewise.
281         * utils/statd/statd.man: Likewise.
282
283 2001-03-10  H.J. Lu <hjl@lucon.org>
284
285         * configure.in (VERSION): Set to "0.3.2".
286         * configure: Regenerated.
287         * nfs-utils.spec: Likewise.
288
289         * README: Updated for 0.3.2.
290
291 2001-03-10  Tavis Barr <tavis@boole.isetr.columbia.edu>
292
293         * utils/rquotad/rquotad.man: Updated for -p.
294         * utils/statd/statd.man: Likewise.
295
296 2001-03-10  Ion Badulescu  <ionut@cs.columbia.edu>
297
298         * support/nfs/rpcmisc.c: export makesock()
299
300         * support/include/rpcmisc.h (makesock): Declared.
301
302         * utils/rquotad/rquota_svc.c: added longopts, added support for
303         specifying the port to bind to on the command line.
304
305         * utils/statd/statd.c: ditto, also specify port used for
306         outgoing connections.
307         (do_regist): Removed.
308
309         * utils/statd/rmtcall.c (statd_get_socket): Renamed from
310         get_socket. Make it extern.
311
312         * utils/statd/simulate.c (daemon_simulator): Call rpc_init
313         instead of do_regist.
314
315         * utils/statd/Makefile (LIBS): link with our own libnfs
316
317 2001-03-09  H.J. Lu <hjl@lucon.org>
318
319         * etc/redhat/nfslock.init: Changed chkconfig line to 60 86.
320         * etc/nodist/nfs-client: Likewise.
321
322 2001-02-26  Chip Salzenberg  <chip@valinux.com>
323
324         * debian/changelog: Version 0.3.1-1.
325         * Mention upstream source and license in copyright file.
326         * Add build-Depends for debhelper and libwrap0-dev.
327
328 2001-02-20  Lon Hohberger <hohberger@missioncriticallinux.com>
329
330         * etc/nodist/nfs-server: Changed chkconfig line to 60 20
331         * etc/nodist/nfs-client: Likewise.
332
333 2001-02-18  Lon Hohberger <hohberger@missioncriticallinux.com>
334
335         * utils/statd/statd.man: Changed /usr/sbin/rpc.statd to
336         /sbin/rpc.statd.
337
338 2001-02-17  Patrick J. LoPresti <patl@curl.com>
339
340         * utils/statd/log.c (log_init): Use LOG_DAEMON instead of
341         LOG_LOCAL5.
342
343 2001-02-14  H.J. Lu <hjl@lucon.org>
344
345         * utils/statd/rmtcall.c: Include <time.h>.
346         * utils/statd/svc_run.c: Likewise.
347
348 2001-02-14  H.J. Lu <hjl@lucon.org>
349
350         * configure.in (VERSION): Set to "0.3.1".
351         * configure: Regenerated.
352         * nfs-utils.spec: Likewise.
353
354         * README: Updated for 0.3.1.
355
356 2001-02-14  H.J. Lu <hjl@lucon.org>
357
358         * support/nfs/rpcmisc.c: Include <time.h>.
359
360 2001-02-14  Chip Salzenberg  <chip@valinux.com>
361
362         * debian/control: Change priority of nhfsstone package to 'extra'.
363
364 2001-02-12  Chip Salzenberg  <chip@valinux.com>
365
366         * debian/changelog: Version 0.3-2.
367
368 2001-02-02  H.J. Lu <hjl@lucon.org>
369
370         * support/include/rpcmisc.h (rpc_init): Remove bufsize.
371         
372         * support/nfs/rpcmisc.c (makesock): Remove socksz and comment
373         out SO_SNDBUF/SO_RCVBUF.
374         (rpc_init): Remove bufsize and remove socksz in calls to
375         makesock ().
376
377         * utils/mountd/mountd.c (main): Remove bufsize in calls to
378         rpc_init ().
379
380 2001-01-28  Chip Salzenberg  <chip@valinux.com>
381
382         * debian/changelog: Version 0.3-1.
383
384 2001-01-25  H.J. Lu <hjl@lucon.org>
385
386         * configure.in (VERSION): Set to "0.3".
387         * configure: Regenerated.
388         * nfs-utils.spec: Likewise.
389
390         * README: Updated for 0.3.
391
392 2001-01-25  H.J. Lu <hjl@lucon.org>
393
394         * utils/lockd/lockd.c (main): Ignore errno == EINVAL.
395
396 2001-01-20  Chip Salzenberg  <chip@valinux.com>
397
398         * support/include/xio.h (xgetc): Declare to return int.
399         * support/nfs/xio.c (xgetc): Return int.
400         (xgettok, xskip, xskipcomment): Use int for value of xgetc.
401         * utils/statd/statd.c (main): Use int for value of getopt.
402         * debian/changelog: Version 0.2.1-5.
403         
404 2000-12-10  Chip Salzenberg  <chip@valinux.com>
405
406         * utils/statd/monitor.c (sm_mon_1_svc): Fix buggy check for
407         program and procedure numbers of kernel lockd's callback.  Also,
408         besides the old (and broken) procedure #24, allow #16 per Trond.
409
410 2000-12-03  Chip Salzenberg  <chip@valinux.com>
411
412         * support/nfs/xio.c (xfopen): Initialize x_line to one, not zero.
413         * debian/control: Let nhfsstone replace files in nfs-kernel-server.
414         * debian/changelog: Version 0.2.1-4.
415
416 2000-11-27  Tobias Ringstrom <tori@tellus.mine.nu>
417
418         * utils/mountd/auth.c (auth_authenticate): Log the bad path
419         warning.
420
421 2000-11-24  Neil Brown <neilb@cse.unsw.edu.au>
422
423         * support/nfs/exports.c (getexportent): Check for host name
424         without option, or options without hostname, and print a warning,
425         as this is most likely a typo.
426
427 2000-11-19  Chip Salzenberg  <chip@valinux.com>
428
429         * debian/control: Add dependency on portmap.
430         * debian/changelog: Version 0.2.1-3.
431
432 2000-11-10  H.J. Lu <hjl@lucon.org>
433
434         * nfs-utils.spec.in: Don't use libtool.
435         Add ChangeLog and COPYING to doc.
436         * nfs-utils.spec: Rebuild.
437
438 2000-11-09  H.J. Lu <hjl@lucon.org>
439
440         * etc/redhat/nfs.init (start): Back out the last change.
441
442 2000-11-09  H.J. Lu <hjl@lucon.org>
443
444         * etc/redhat/nfs.init (start): Pass --no-tcp to mountd if
445         TCP is not supported by kernel.
446
447         * support/nfs/rpcmisc.c (rpc_init): Don't set _rpcfdtype to 0.
448
449         * utils/mountd/mountd.c (longopts): Add "-n/--no-tcp".
450         (main): Set to _rpcfdtype to SOCK_DGRAM for "-n/--no-tcp".
451
452         * utils/mountd/mountd.man: Updated for "-n/--no-tcp".
453
454 2000-10-24  Lon Hohberger <hohberger@missioncriticallinux.com>
455
456         * utils/statd/callback.c: Fix bug preventing callbacks to local lockd.
457         * utils/statd/rmtcall.c: Add some IP address paranoia when doing
458         callbacks to local lockd.
459
460 2000-10-18  Scott McDermott <mcdermot@questra.com>
461
462         * utils/exportfs/exports.man: Updated for CIDR netmask.
463
464 2000-10-17  Scott McDermott <mcdermot@questra.com>
465
466         * support/export/client.c (client_init): Support CIDR netmask
467         in /etc/exports.
468
469 2000-10-11  H.J. Lu <hjl@lucon.org>
470
471         * aclocal.m4 (AC_TCP_WRAPPER): Fix a typo.
472         * configure: Rebuilt.
473
474 2000-10-06  Lon Hohberger <hohberger@missioncriticallinux.com>
475
476         * utils/statd/statd.man: Change "/var/lib/nfs/sm/state" to
477         "/var/lib/nfs/state".
478
479 2000-10-05  Lon Hohberger <hohberger@missioncriticallinux.com>
480
481         * utils/statd/statd.h (run_mode): New global bitmask of runtime
482         behaviors: fg/bg, logging, etc.
483         * utils/statd/statd.c: New command line options: -V -h -? -d .
484         * utils/statd/statd.man: Update for changes to statd.
485
486         * utils/statd/log.h (log_init): Remove parameter of function; use
487         global variable "name_p" instead.
488         * utils/statd/log.c: Add support for logging to stderr.
489
490         * utils/statd/notlist.c: Partially rewrite notify list handling
491         functions.  Eliminate run-off-end-of-list bug when calling
492         nlist_insert_timer.  Add lots of comments.
493         
494 2000-09-27  H.J. Lu <hjl@lucon.org>
495
496         * README: Updated for RedHat 7.0.
497
498 2000-09-27  H.J. Lu <hjl@lucon.org>
499
500         * nfs-utils.spec: Rebuild.
501
502 2000-09-27  H.J. Lu <hjl@lucon.org>
503
504         * README: Updated for 0.2.1.
505
506 2000-09-27  H.J. Lu <hjl@lucon.org>
507
508         * nfs-utils.spec.in: Updated to use rpm macros and support
509         RedHat 7.0.
510
511 2000-09-25  H.J. Lu <hjl@lucon.org>
512
513         * configure.in (VERSION): Set to "0.2.1".
514         * configure: Regenerated.
515         * nfs-utils.spec: Updated.
516
517 2000-09-25  H.J. Lu <hjl@lucon.org>
518
519         * utils/mountd/auth.c (auth_authenticate_internal): Make sure a
520         non-NULL hostent is always returned.
521
522 2000-09-11  Ion Badulescu  <ionut@cs.columbia.edu>
523
524         * etc/redhat/nfslock.init: don't kill lockd processes that do not
525         have an executable (i.e. kernel threads)
526
527 2000-09-01  H.J. Lu <hjl@lucon.org>
528
529         * README: Updated for 0.2.
530
531 2000-09-01  Jay Weber <jweber@valinux.com>
532
533         * etc/redhat/nfs.init: Added ability for rpc.mountd to default to
534         supporting version 3 of nfs if available, else it will fall back to
535         version 2 support only.
536
537 2000-08-30  H.J. Lu <hjl@lucon.org>
538
539         * configure.in (VERSION): Set to "0.2".
540         * configure: Regenerated.
541         * nfs-utils.spec: Updated.
542
543 2000-08-25  H.J. Lu <hjl@lucon.org>
544
545         * support/misc/tcpwrapper.c (logit): Modify the log output.
546
547 2000-08-25  Ion Badulescu  <ionut@cs.columbia.edu>
548
549         * utils/rquotad/rquotad.man, utils/statd/statd.man,
550         utils/mountd/mountd.man: updated
551         
552         * utils/mountd/Makefile (LIBS): added -lmisc $(LIBWRAP) $(LIBNSL)
553         * utils/rquotad/Makefile: fix comment
554
555         * support/misc/tcpwrapper.c (logit): added comment about waiting
556         for the children after fork()
557         
558         * utils/mountd/mountd.c (main): ignore SIGCHLD to prevent leaving
559         zombies behind (from logit()'s fork)
560         * utils/rquotad/rquota_svc.c (main): ditto
561         * utils/statd/statd.c (main): ditto
562
563         * utils/rquotad/rquota_svc.c (rquotaprog_1): pass RQUOTAPROG
564         to check_default instead of 0, for prognum
565
566         * utils/statd/statd.c (sm_prog_1_wrapper): pass SM_PROG
567         to check_default instead of 0, for prognum
568
569         * utils/mountd/mount_dispatch.c: Include "tcpwrapper.h" if
570         HAVE_TCP_WRAPPER is defined.
571         (mount_dispatch): Call check_default () if HAVE_TCP_WRAPPER is
572         defined. Reject an RPC call if check_default () fails.
573
574 2000-08-25  H.J. Lu <hjl@lucon.org>
575
576         * support/include/tcpwrapper.h: New for the tcp wrapper
577         support.
578         * support/misc/Makefile: Likewise.
579         * support/misc/from_local.c: Likewise.
580         * support/misc/tcpwrapper.c: Likewise.
581
582         * aclocal.m4 (AC_TCP_WRAPPER): New.
583         * configure.in: Use it. Substitute LIBWRAP.
584         * configure: Rebuilt.
585
586         * config.mk.in (LIBNSL): New.
587         (LIBWRAP): Likewise.
588
589         * support/Makefile (SUBDIRS): Add misc.
590
591         * support/lib/Makefile (LIBS): Add libmisc.a.
592
593         * utils/rquotad/Makefile (LIBS): Add
594         
595                 -lmisc $(LIBWRAP) $(LIBNSL)
596
597         * utils/statd/Makefile (LIBS): Likewise.
598
599         * utils/rquotad/rquota_svc.c: Include "tcpwrapper.h" if
600         HAVE_TCP_WRAPPER is defined.
601         (rquotaprog_1): Call check_default () if HAVE_TCP_WRAPPER is
602         defined. Reject an RPC call if check_default () fails.
603
604         * utils/statd/statd.c: Include "tcpwrapper.h" if
605         HAVE_TCP_WRAPPER is defined.
606         (sm_prog_1_wrapper): New. A wrapper for sm_prog_1. Call
607         check_default () before calling sm_prog_1 (). Define it as
608         sm_prog_1_wrapper if HAVE_TCP_WRAPPER is defined.
609
610 2000-08-25  Chip Salzenberg  <chip@valinux.com>
611
612         * debian/*: Complete Debian build support.
613         * etc/debian/*: Remove.
614
615 2000-08-24  Neil Brown <neilb@cse.unsw.edu.au>
616
617         * support/export/client.c(client_check): removed the "dot+1" as a
618           ypdomain argument to innetgr as this is entirely bogus.
619           It should always be NULL.
620         
621 2000-08-23  Neil Brown <neilb@cse.unsw.edu.au>
622
623         * support/export/xtab.c(xtab_read): introduce new mode for
624            reading xtab. i.e. a list of exports that might be known to the
625            kernel, or might not.  These are flagged as m_exported == -1
626         * support/export/xtab.c(xtab_mount_read):  call xtab_read with new
627            value "2" for xtab, meaning don't trust this too much.
628         * support/include/exportfs.h(struct mexport): changed m_exported
629            from one bit to an int so that it can hold new value
630         * utils/exportfs/exportfs.c(exportfs_ipdate): add an export to the
631            kernel if it is uncertain whether the kernel knows (m_exported == -1)
632         * utils/mountd/mountd.c(get_rootfh): similarly export to kernel if
633            status is uncertain
634
635         * support/nfs/xio.c(xflock): added O_CREAT when getting
636            a write lock so that missing files aren't fatal.
637
638         * etc/debian/nfs-common: new file from "potato"
639         * etc/debian/nfs-kernel-server: new file from "potato" plus fixes.
640          
641 2000-08-09  H.J. Lu <hjl@lucon.org>
642
643         * etc/redhat/nfs.init: Run /usr/sbin/exportfs first during
644         startup to ensure all existing clients work fine.
645
646         * support/export/xtab.c (xtab_mount_read): Pass 1 instead of 0
647         to xtab_read () for reading _PATH_XTAB.
648
649 2000-08-02  H.J. Lu <hjl@lucon.org>
650
651         * utils/mountd/auth.c (auth_authenticate_internal): Try to
652         avoid the reverse name lookup.
653
654 2000-07-04  H.J. Lu <hjl@lucon.org>
655
656         * utils/statd/log.c: Include <stdlib.h> for exit ().
657
658         * utils/statd/misc.c (xunlink): Add `{' and `}' to quiet the
659         gcc warning.
660
661 2000-07-04  H.J. Lu <hjl@lucon.org>
662
663         * configure.in (VERSION): Set to "0.1.9.1".
664         * configure: Regenerated.
665         * nfs-utils.spec: Updated.
666
667         * README: Updated.
668
669 2000-07-04  Neil Brown  <neilb@cse.unsw.edu.au>
670
671         * support/export/hostname.c (hostent_dup): Handle the NULL
672         h_aliases field.
673
674 2000-07-03  H.J. Lu <hjl@lucon.org>
675
676         * README: Update the util-linux requirement.
677
678 2000-07-03  H.J. Lu <hjl@lucon.org>
679
680         * configure.in (VERSION): Set to "0.1.9".
681         * configure: Regenerated.
682         * nfs-utils.spec: Updated.
683
684         * README: Updated.
685
686 2000-07-03  H.J. Lu <hjl@lucon.org>
687
688         * etc/redhat/nfs.init: Run /usr/sbin/exportfs last during
689         stop to ensure all clients can still access the server
690         before it is shutdown.
691
692 2000-06-30  Jeff Uphoff <juphoff@transmeta.com>
693
694         * tools/rpcgen/rpc_svcout.c (write_msg_out): Generate syslog()
695         calls with format string.
696         
697 2000-06-28  Chip Salzenberg  <chip@valinux.com>
698
699         * utils/statd/log.c (log): Call syslog with format string.
700
701 2000-06-27  H.J. Lu <hjl@lucon.org>
702
703         * utils/statd/statd.c (main): Use sysconf (_SC_OPEN_MAX)
704         instead of OPEN_MAX.
705
706 2000-06-27  H.J. Lu <hjl@lucon.org>
707
708         * README: Updated.
709
710 2000-06-27  H.J. Lu <hjl@lucon.org>
711
712         * etc/redhat/nfs.init: Run /usr/sbin/exportfs last during
713         startup to ensure all existing clients are exported.
714
715         * configure.in (VERSION): Set to "0.1.8.2".
716         * configure: Regenerated.
717         * nfs-utils.spec: Updated.
718
719 2000-06-06  H.J. Lu <hjl@lucon.org>
720
721         * configure.in (VERSION): Set to "0.1.8.1".
722         * configure: Regenerated.
723         * nfs-utils.spec: Updated.
724
725 2000-06-06  H.J. Lu <hjl@lucon.org>
726
727         * utils/mountd/mountd.c (mount_dump_1_svc): Cast svc_getcaller
728         to "struct sockaddr_in *" for glibc 2.2.
729         (mount_umnt_1_svc): Likewise.
730         (mount_umntall_1_svc): Likewise.
731         (mount_export_1_svc): Likewise.
732         (mount_exportall_1_svc): Likewise.
733         (mount_pathconf_2_svc): Likewise.
734         (get_rootfh): Likewise.
735
736 2000-06-04  H.J. Lu <hjl@lucon.org>
737
738         * etc/redhat/nfs.init: Fix a typo in comment.
739
740 2000-05-31  H.J. Lu <hjl@lucon.org>
741
742         * configure.in (VERSION): Set to "0.1.8".
743         * configure: Regenerated.
744         * nfs-utils.spec: Updated.
745
746         * README: Updated.
747
748 2000-05-31  H.J. Lu <hjl@lucon.org>
749
750         * configure.in (VERSION): Set to "0.1.7.5".
751         * configure: Regenerated.
752         * nfs-utils.spec: Updated.
753
754         * support/include/nfslib.h (exportent): Add a new field,
755         r_count, to count the number of mounts from a client.
756         (getrmtabent): Take a new argument for position in file.
757         (putrmtabent): Likewise.
758         (fgetrmtabent): Likewise.
759         (fputrmtabent): Likewise.
760         * support/nfs/rmtab.c (getrmtabent): Handle the new argument
761         for position in file.
762         (fgetrmtabent): Likewise.
763         (putrmtabent): Likewise.
764         (fputrmtabent): Likewise.
765
766         * support/nfs/rmtab.c (fgetrmtabent): Get value for the new
767         field, r_count.
768
769         * support/export/rmtab.c (rmtab_read): Pass NULL as the new
770         argument to getrmtabent (), fgetrmtabent (), putrmtabent ()
771         and fputrmtabent ().
772         * utils/mountd/rmtab.c (mountlist_add): Likewise.
773         (mountlist_del): Likewise.
774         (mountlist_del_all): Likewise.
775         (mountlist_list): Likewise.
776
777         * utils/mountd/rmtab.c (mountlist_add): Increment "r_count"
778         for the existing entry and initialize "r_count" to 1.
779         (mountlist_del): Decrement "r_count".
780
781 2000-05-18  H.J. Lu <hjl@lucon.org>
782
783         * configure.in (VERSION): Set to "0.1.7.4".
784         * configure: Regenerated.
785         * nfs-utils.spec: Updated.
786
787 2000-05-18  H.J. Lu <hjl@lucon.org>
788
789         * etc/redhat/nfs.init (restart): Just do stop and start.
790
791 2000-05-09  Jay Weber <jweber@valinux.com>
792
793         * utils/rquotad/hasquota.c: added support for ext3 recognition
794         in rquotad.
795         * utils/rquotad/mntent.h: Likewise.
796
797 2000-05-01  H.J. Lu <hjl@lucon.org>
798
799         * configure.in (VERSION): Set to "0.1.7.3".
800         * configure: Regenerated.
801         * nfs-utils.spec: Updated.
802
803 2000-05-01  H.J. Lu <hjl@lucon.org>
804
805         * utils/rquotad/rquota_server.c (getquotainfo): Skip bad
806         mounting poins in /etc/fstab.
807
808 2000-05-01  H.J. Lu <hjl@lucon.org>
809
810         * configure.in (VERSION): Set to "0.1.7.2".
811         * configure: Regenerated.
812         * nfs-utils.spec: Updated.
813
814 2000-05-01  H.J. Lu <hjl@lucon.org>
815
816         * utils/rquotad/rquota_server.c (getquotainfo): Call stat ()
817         to check for the mounting point.
818
819 2000-04-29  Chip Salzenberg  <chip@valinux.com>
820             Neil Brown  <neilb@cse.unsw.edu.au>
821
822         * Really re-use RPC ports.
823           (Fixes earlier patch.  Sorry, Neil.)
824
825 2000-04-26  H.J. Lu <hjl@lucon.org>
826
827         * configure.in (VERSION): Set to "0.1.7.1".
828         * configure: Regenerated.
829         * nfs-utils.spec: Updated.
830
831 2000-04-26  H.J. Lu <hjl@lucon.org>
832
833         * etc/redhat/nfslock.init: Check if lockd exits before killing
834         it.
835
836 2000-04-25  H.J. Lu <hjl@lucon.org>
837
838         * README: Require util-linux-2.10f-mount-rpc.patch for mount.
839
840 2000-03-21 Michael Weiser <michael@weiser.saale-net.de>
841
842         * support/nfs/exports.c (parsesquash): Correctly set the
843         return pointer.
844
845 Tue Mar 21 11:38:48 EST 2000 NeilBrown <neilb@cse.unsw.edu.au>
846
847         * support/include/nfs/nfs.h: Removed knowledge of internals of
848              kernel filehandles (which can change) and defined nfs_fh_size
849              which has variable size
850         
851         * support/nfs/getfh.c: defined getfh_size to use new syscall to
852              get variable sized file handles, and change getfh{,old} to
853              use nfs_fh_size        
854         
855         * utils/mountd/mountd.c: use nfd_fh_size and call getfh_size for
856              NFSv3 file handles
857
858         * tools/Makefile, tools/nlmtest/nlmtest.c
859              nlmtest.c depended on internel format of file handles, so now
860              doesn't work.
861
862         
863 2000-03-12  Chip Salzenberg  <chip@valinux.com>
864             Neil Brown  <neilb@cse.unsw.edu.au>
865
866         * support/nfs/rpcmisc.c (rpc_init): Share transports.
867
868 2000-03-13 H.J. Lu <hjl@lucon.org>
869
870         * etc/redhat/nfsd.init: Updated.
871
872         * etc/redhat/nfslock.init: Updated.
873
874         * nfs-utils.spec.in: Updated.
875
876         * configure.in (VERSION): Set to "0.1.7".
877         * configure: Regenerated.
878         * nfs-utils.spec: Updated.
879
880         * README: Updated.
881
882 Wed Mar  8 09:42:43 2000 Neil Brown <neilb@cse.unsw.edu.au>
883
884         * utils/exportfs/exportfs.c (dump): Included printing of
885            nohide, no_subtree_check, and insecure_locks
886
887 2000-02-26  Chip Salzenberg  <chip@valinux.com>
888
889         * config.mk.in (INSTALLSUID): Strip ("-s").
890         (INSTALLSCRIPT): Define.
891         * utils/nhfsstone/Makefile: Use it.
892
893 2000-02-26  Chip Salzenberg  <chip@valinux.com>
894
895         * utils/lockd/lockd.man: Create.
896         * utils/lockd/Makefile: Install it.
897         * utils/nhfsstone/nhfs{run,nums,graph}.man: Create.
898         * utils/nhfsstone/nhfsstone.man: Change suffix from ".1".
899         * utils/nhfsstone/Makefile: Install the helper scripts and
900           all four man pages.
901         * utils/exportfs/exports.man: Fix typo.
902
903 2000-02-26  Chip Salzenberg  <chip@valinux.com>
904
905         * support/nfs/xio.c (xungetc): Decrement line number when
906         character to unget is newline.  Make first parameter int, so
907         it can distinguish EOF from \377.
908         * support/include/xio.h (xungetc): Adjust prototype.
909
910 Fri Feb  4 23:42:23 2000 Neil Brown <neilb@cse.unsw.edu.au>
911
912         * support/include/nfs/export.h: added NFSEXP_NOAUTHNLM
913         * support/nfs/exports.c: added handling for NFSEXP_NOAUTHNLM
914         * utils/exportfs/exports.man: added documentation for no_auth_nlm.
915
916         This is for supporting a new option introduced in 2.3.42
917
918 Thu Feb  3 14:55:48 2000 H.J. Lu <hjl@lucon.org>
919
920         * COPYING: Added. GPL.
921
922 Thu Feb 03 14:40:40 2000 Cristian Gafton <gafton@redhat.com>
923
924         * utils/rquotad/rquota_server.c (getquotainfo): Call statfs ()
925         to get the block size.
926
927 Tue Jan 25 11:04:17 2000 H.J. Lu <hjl@lucon.org>
928
929         * nfs-utils.spec.in: Update ftp site.
930
931 Mon Jan 17 11:48:18 2000 H.J. Lu <hjl@lucon.org>
932
933         * README: Update hostnames.
934
935 Tue Jan 11 10:06:22 2000 H.J. Lu <hjl@lucon.org>
936
937         * configure.in (VERSION): Set to "0.1.6".
938         * configure: Regenerated.
939         * nfs-utils.spec: Updated.
940
941         * README: Updated.
942
943 Mon Jan 10 14:26:33 2000 H.J. Lu <hjl@lucon.org>
944
945         * utils/mountd/auth.c (auth_authenticate_internal): Call
946         xstrdup for hostname before passing it to gethostbyname.
947
948         * utils/mountd/mountd.c (get_exportlist): Use xstrdup instead
949         of strdup.
950
951 Sun Dec 19 09:35:01 1999  H.J. Lu <hjl@lucon.org>
952
953         * README: Update the mailing list address.
954
955 Sun Dec 19 09:22:28 1999  H.J. Lu <hjl@lucon.org>
956
957         * configure.in (VERSION): Set to "0.1.5".
958         * configure: Regenerated.
959         * nfs-utils.spec: Updated.
960
961         * README: Updated.
962
963 Mon Dec 13 13:40:20 1999  H.J. Lu <hjl@lucon.org>
964
965         * utils/rquotad/hasquota.c (hasquota): Malloc one more char
966         for '/'.
967
968 Mon Dec  6 09:42:45 1999  H.J. Lu <hjl@lucon.org>
969
970         * configure.in (VERSION): Set to "0.1.4".
971         * configure: Regenerated.
972         * nfs-utils.spec: Updated.
973
974         * README: Updated.
975
976 Mon Dec  6 09:28:07 1999  H.J. Lu <hjl@lucon.org>
977
978         * nfs-utils.spec.in: New file.
979
980         * config.mk.in (VERSION): Changed to "nfs-utils @VERSION@".
981
982         * configure.in (nfs-utils.spec): Added to AC_OUTPUT.
983
984 1999-12-04  Chip Salzenberg  <chip@valinux.com>
985
986         * config.mk.in: Use $(CC) as set by configure.
987
988 1999-12-04  Chip Salzenberg  <chip@valinux.com>
989
990         * rules.mk: Call $(MAKE) with $(MFLAGS).
991
992 Mon Nov 29 11:17:35 1999  H.J. Lu <hjl@lucon.org>
993
994         * tools/rpcgen/rpc_main.c (h_output): Generate IXDR_GET_INT32,
995         IXDR_PUT_INT32, IXDR_GET_U_INT32 and IXDR_PUT_U_INT32.
996
997 Mon Nov 29 11:17:35 1999  H.J. Lu <hjl@lucon.org>
998
999         * nfs-utils.spec (Version): Set to 0.1.3.
1000
1001         * configure.in (VERSION): Set to "nfs-utils 0.1.3".
1002         * configure: Regenerated.
1003
1004         * README: Updated.
1005
1006 Mon Nov 29 11:15:47 1999  H.J. Lu <hjl@lucon.org>
1007
1008         * utils/rquotad/rquota_server.c (nfsmount_to_devname): Removed.
1009         (_PATH_DEV_DSK): Likewise.
1010         (getquotainfo): Match the mounting point from /etc/mtab
1011         instead of calling nfsmount_to_devname ().
1012
1013 1999-11-24  Chip Salzenberg  <chip@valinux.com>
1014
1015         * utils/statd/monitor.c (sm_mon_1_svc): Accept lockd callbacks
1016         to the new port 24 as well as the historical port 100021.
1017
1018 Tue Nov 23 10:21:34 1999 Neil Brown <neilb@cse.unsw.edu.au>
1019
1020         * etc/redhat/nfsd.init (stop): moved exportfs -ua after
1021         stopping nfsd to stop spurious ESTALE on server shutdown.
1022         
1023 Tue Nov 23 10:13:39 1999  Neil Brown <neilb@cse.unsw.edu.au>
1024
1025         * support/nfs/exports.c (parseopts): make copy of opt string
1026         before 'nul'ing out commas so that
1027
1028         # exportfs -o option1,option2 hosta:/fs hostb:/fs
1029
1030         applies both options to both exports.
1031
1032 Thu Oct 28 12:55:42 1999  H.J. Lu <hjl@lucon.org>
1033
1034         * README: Fix a few typos.
1035
1036         * tools/rpcgen/rpc_cout.c (print_header): Use int32_t instead
1037         of long.
1038         * tools/rpcgen/rpc_hout.c (pdefine): Likewise.
1039         * tools/rpcgen/rpc_main.c (c_initialize): Likewise.
1040         * tools/rpcgen/rpc_parse.c (get_type): Likewise.
1041         (unsigned_dec): Likewise.
1042         * tools/rpcgen/rpc_scan.c (symbols): Likewise.
1043         * tools/rpcgen/rpc_util.c (tokstrings): Likewise.
1044
1045         * tools/rpcgen/rpc_cout.c (emit_single_in_line): Use INT32
1046         instead of LONG.
1047         * tools/rpcgen/rpc_parse.c (get_type): Likewise.
1048         (unsigned_dec): Likewise.
1049         * tools/rpcgen/rpc_scan.c (symbols): Likewise.
1050         * tools/rpcgen/rpc_scan.h (tok_kind): Likewise.
1051         * tools/rpcgen/rpc_util.c (tokstrings): Likewise.
1052
1053 Thu Oct 28 11:27:51 1999 Neil Brown <neilb@cse.unsw.edu.au>
1054
1055         * support/include/nfs/export.h addedd NFSEXP_NOSUBTREECHECK
1056         * support/nfs/exports.c: added {no_,}subtree_check and changed
1057           crossmnt to nohide
1058         * utils/exportfs/exports.man: added no_subtree_check and nohide
1059           and removed irrelevant stuff from unfsd.
1060         * support/export/rmtab.c: rmtab_read didn't quite do the right
1061           thing if a pathname from rmtab was a subdirectory of an export-point
1062
1063 Tue Oct 26 17:22:40 1999  H.J. Lu <hjl@lucon.org>
1064
1065         * README: Updated ftp site.
1066
1067 Mon Oct 25 18:12:45 1999  H.J. Lu <hjl@lucon.org>
1068
1069         * nfs-utils.spec (Version): Set to 0.1.2.
1070
1071         * configure.in (VERSION): Set to "nfs-utils 0.1.2".
1072         * configure: Regenerated.
1073
1074         * README: Updated.
1075
1076 Mon Oct 25 18:11:21 1999  H.J. Lu <hjl@lucon.org>
1077
1078         * utils/mountd/auth.c (auth_error): Add "no_forward_dns".
1079         (auth_authenticate_internal): Check for NULL return on forward
1080         DNS lookup.
1081         (auth_authenticate): Handle "no_forward_dns".
1082
1083 Thu Oct 21 16:22:06 1999  H.J. Lu <hjl@lucon.org>
1084
1085         * Version 0.1.1 released.
1086
1087         * nfs-utils.spec (Version): Set to 0.1.1.
1088
1089         * configure.in (VERSION): Set to "nfs-utils 0.1.1".
1090         * configure: Regenerated.
1091
1092         * README: Updated.
1093
1094 Mon Oct 18 17:43:29 1999  H.J. Lu <hjl@lucon.org>
1095
1096         * nfs-utils.spec (Obsoletes): Fixed a typo, change knfsd-client
1097         to knfsd-clients.
1098         (Provides): Likewise.
1099
1100 Mon Oct 18 14:56:22 1999  H.J. Lu <hjl@lucon.org>
1101
1102         * Initial version 0.1 released.
1103
1104         * configure.in (VERSION): Set to "nfs-utils 0.1".
1105         * configure: Regenerated.
1106
1107 Mon Oct 18 14:54:57 1999  H.J. Lu <hjl@lucon.org>
1108
1109         * utils/mountd/mountd.c (get_exportlist): Cleanup.
1110
1111         * utils/exportfs/exportfs.c (unexport_all): Unexport from
1112         kernel only if the entry is exported to kernel.
1113         (unexportfs): Likewise.
1114
1115 Wed Sep 08 16:49:32 1999  Neil Brown <neilb@cse.unsw.edu.au>
1116
1117 1/ utils/mountd/rmtab.c::mountlist_list
1118
1119      This routine stats the rmtab file to see if it has changed.  It
1120      if has, it cleans up it's old copy of the data. But it still
1121      always re-read the file, thus returning multiple copies of the
1122      data on consecutive calls without intervening changes.
1123      "Showmount -a" didn't show this as it appears to sort/unique the
1124      data, but 'strace showmount -a' showed that the size of the
1125      datagram that it received grew.
1126
1127      I moved the getrmtabent loop inside the mtime test.
1128
1129 2/ utils/exportfs/exportfs.c
1130    
1131      Many routines used the m_path field of m_export instead of
1132      e_path.
1133      According to the comment in nfslib.h, m_path should only
1134      be used when processing a mount request (i.e. in mountd)
1135      where the mountpoint may be a subdirectory of the export point.
1136
1137      I changed all occurances of m_path to e_path
1138
1139
1140 3/ utils/exportfs/exportfs.c:main
1141
1142       extra arguments are not meaningful with -a or -r, but
1143       exportfs accepted them and then ignored the -a/-r, expect that
1144       -r would still unexport everything first.
1145
1146       I generate an error if there are extra args and f_all
1147
1148 4/ utils/exportfs/exportfs.c:main
1149      extract dump out as a special case.
1150
1151 5/ utils/exportfs/exportfs.c
1152      made f_reexport a local variable.
1153
1154
1155 6/ utils/exportfs/exportfs.c:main,exportall
1156
1157     support/export/rmtab.c
1158        only  mayexport on newly created entries, don't set xtabent at all
1159
1160 7/ support/include/nfslib.h
1161
1162       add #define _PATH_PROC_EXPORTS to be /proc/fs/nds/exports
1163
1164 8/ support/export/xtab.c
1165
1166       xtab_mount_read loads data from _PATH_PROC_EXPORTS if it exists,
1167       else from xtab
1168
1169
1170 9/ support/export/xtab.c
1171
1172       xtab_mount_read now sets m_exported, and NOT
1173         xtabent and mayexport
1174
1175       removed the append arguement from xtab_write as it was
1176         never used.
1177
1178       added is_export flag to xtab_write similar to xtab_read
1179         if is_export, only write entries with m_xtabent or m_addxtab
1180         if !is_export, only write entries with m_exported
1181      
1182 10/ support/export/export.c::export_allowed_internal
1183
1184       added test for exp->m_mayexport, as the export tree
1185         may have entries that are no longer allowed to be exported,
1186         and so shouldn't caused deduced exported by rmtab_read
1187
1188 11/ utils/exportfs/exportfs.c::main
1189         error checking of flags.
1190
1191 12/ utils/exportfs/exportfs.c
1192
1193         total rewrite of export and unexport logic.
1194         We now:
1195         -  build an exportslist of valid exports, based on
1196            current etab file  and arguments,
1197         -  read rmtab to instantiate relevant wild card entries
1198         -  read etab to find out what is currently exported
1199         -  synchronise intention with reality
1200         -  write out etab and xtab
1201
1202 13/  various
1203         discard the m_addxtab flag
1204         add m_changed flag so we know what to report in exportfs
1205
1206 14/ utils/mountd/auth.c:auth_authenticate
1207
1208         the value returned by gethostbyaddr was trusted.
1209
1210         It now follows this with a call to gethostbyname
1211         and checks that the address is in the list.
1212
1213 15/ support/export/nfsctl.c::cltsetup,expsetup
1214
1215         force client names to lowercase as kernel is
1216         sensitive to case
1217
1218 16/ quietened a few compiler warnings
1219
1220 17/ support/export/client:client_lookup
1221
1222      look for pre-existing client with same name before creating
1223         a new one.
1224
1225 18/ support/include/exportfs.h
1226
1227      The ordering of the MCL_* enum was:
1228         ANONYMOUS, FQDN, SUBNETWORK, WILDCARD, NETGROUP
1229
1230      I moved ANONYMOUS to the end.
1231
1232      The ordering is significant when an export entry is being searched for to 
1233         match a given address.  There are two problems with ANONYMOUS being first.
1234
1235         1/ if a directory is exported rw to a couple of hosts and ro to everyone else,
1236            then the ro case will always be found first and the privileged hosts won't get
1237            their privilege
1238         2/ When mountd gets a request to mount an ANONYMOUSly exported tree, it creates a FQDN
1239            export entry for the specific host, and writes it to xtab.
1240            When another request comes from the same host, the ANONYMOUS entry is found again, 
1241            before the new FQDN entry, so it creates another FQDN entry and writes it to xtab
1242            again.  If causes bloat in xtab.
1243
1244       Putting ANONYMOUS at the end reflects it's nature as a catch-all
1245
1246 19/ utils/exportfs/exportfs.man
1247         many updates to the man page to reflect changes to the code
1248
1249 -----------------------
1250
1251
1252
1253 TODO:
1254
1255 - allow exportfs to modify rmtab file
1256 - make sure kernel never gets two clients with same IP address
1257     - possible kernel should reject
1258     - needs to be some way to lookup client in kernel by IP address
1259 - maybe get kernel to do case-insensitive comparisons on client names
1260 - remove unused clients from kernel
1261
1262 - change etab to xtab and xtab to xtab.active
1263
1264 - timestamp and/or statd-stamp in rmtab for removing old entries.
1265
1266 Mon Oct 18 11:48:07 1999  H.J. Lu <hjl@lucon.org>
1267
1268         * linux-nfs: New directory.
1269         * linux-nfs/ChangeLog: Moved from ..
1270         * linux-nfs/INSTALL: Likewise.
1271         * linux-nfs/KNOWNBUGS: Likewise.
1272         * linux-nfs/NEW: Likewise.
1273         * linux-nfs/README: Likewise.
1274         * linux-nfs/THANKS: Likewise.
1275         * linux-nfs/TODO: Likewise.
1276
1277         * Starting from knfsd 1.4.7.