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