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