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