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