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