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