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