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