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