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