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