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