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