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