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