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