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