]> git.decadent.org.uk Git - nfs-utils.git/blob - ChangeLog
b04dcfcdf7cd8e7c122f11dc2b352be51abe1d35
[nfs-utils.git] / ChangeLog
1 2001-06-27  H.J. Lu <hjl@lucon.org>
2
3         * utils/rquotad/rquota_server.c: Don't call statfs () for
4         the block size. Use BLOCK_SIZE instead.
5
6 2001-06-27  H.J. Lu <hjl@lucon.org>
7
8         * config.mk.in (CC_FOR_BUILD): Renamed from BUILD_CC.
9         (CFLAGS_FOR_BUILD): New. Don't use @CFLAGS@.
10
11         * configure.in (enable_nfsv3): Set to yes by default.
12         (--enable-rquotad): Added
13         (AC_PROG_CXX): Removed.
14         (AC_OUTPUT): Add utils/Makefile.
15         (CC_FOR_BUILD): Renamed from BUILD_CC.
16         * configure: Regenerated.
17
18         * utils/Makefile: Removed.
19
20         * utils/Makefile.in: New.
21
22         * nfs-utils.spec.in (rquotad): New. Set to 0 to disable
23         rquotad.
24         (CC_FOR_BUILD): Renamed from BUILD_CC.
25
26 2001-06-15  Chip Salzenberg  <chip@debian.org>
27
28         * debian/changelog: Version 0.3.2-2.
29         * debian/*.init: Minor fixes.
30
31 2001-06-07  Lon H. Hohberger <hohberger@missioncriticallinux.com>
32
33         * etc/nodist/nfs-server: Fixed a bug where the script would
34         disable mounts from NFSv3 clients if NFSv3 is present.
35
36 2001-06-05  H.J. Lu <hjl@lucon.org>
37
38         * utils/mountd/mountd.c (longopts): Add "descriptors/o".
39         (main): Support --descriptors/-o to set the limit of the number
40         of open file descriptors.
41         (usage): Updated.
42
43         * utils/mountd/mountd.man: Updated for --descriptors/-o.
44
45 2001-06-04  H.J. Lu <hjl@lucon.org>
46
47         * nfs-utils.spec (Release): Set to 6.
48
49 2001-05-28  H.J. Lu <hjl@lucon.org>
50
51         * utils/lockd/lockd.c (main): chdir to NFS_STATEDIR.
52         * utils/mountd/mountd.c (main): Likewise.
53         * utils/nfsd/nfsd.c (main): Likewise.
54         * utils/rquotad/rquota_svc.c (main): Likewise.
55
56 2001-05-06  Anne Milicia <milicia@missioncriticallinux.com>
57
58         * support/export/client.c (client_check): Check IP address
59         againet netgroup.
60
61 2001-05-06  Neil Brown <neilb@cse.unsw.edu.au>
62
63         * support/export/client.c (client_gettype): Treat `*' as
64         MCL_ANONYMOUS.
65
66 2001-04-22  H.J. Lu <hjl@lucon.org>
67
68         * nfs-utils.spec.in: Fix a typo.
69         * nfs-utils.spec: Regenerated.
70
71 2001-04-21  H.J. Lu <hjl@lucon.org>
72
73         * nfs-utils.spec.in: Fix cross build.
74         * nfs-utils.spec: Regenerated.
75         (Release): Set to 5.
76
77 2001-04-18  H.J. Lu <hjl@lucon.org>
78
79         * nfs-utils.spec.in: Support cross build.
80         * nfs-utils.spec: Regenerated.
81         (Release): Set to 4.
82
83         * config.sub: New.
84         * config.guess: New.
85
86         * config.mk.in (BUILD_CC): New.
87         (CC): Set to $(BUILD_CC) if BUILD is defined.
88         (AR): Set to @AR@.
89         (LD): Set to @LD@.
90         (RANLIB): Set to @RANLIB@.
91
92         * configure.in: Check BUILD_CC, RANLIB, AR and LD.
93         * configure: Regenerated.
94
95         * tools/rpcgen/Makefile (BUILD): Set to true.
96
97 2001-04-01  Chip Salzenberg  <chip@valinux.com>
98
99         * tools/rpcgen/rpc_svcout.c (write_timeout_func): Remove
100         redundant, and sometimes broken, declaration of svc_fdset;
101         it may be a macro.
102         * support/nfs/rpcmisc.c (closedown): Likewise.
103         
104 2001-03-21  H.J. Lu <hjl@lucon.org>
105
106         * nfs-utils.spec: Regenerated.
107         (Release): Set to 3.
108
109 2001-03-21  Ion Badulescu  <ionut@cs.columbia.edu>
110
111         * utils/statd/statd.c (main): make sure file descriptors 0-2
112         are open to /dev/null.
113
114 2001-03-21  H.J. Lu <hjl@lucon.org>
115
116         * support/nfs/rpcmisc.c: Restore the change made on 2001-03-10.
117         * support/nfs/rpcmisc.c: Likewise.
118         * utils/rquotad/rquota_svc.c: Likewise.
119         * utils/rquotad/rquotad.man: Likewise.
120         * utils/statd/Makefile: Likewise.
121         * utils/statd/rmtcall.c: Likewise.
122         * utils/statd/simulate.c: Likewise.
123         * utils/statd/statd.c: Likewise.
124         * utils/statd/statd.man: Likewise.
125
126 2001-03-11  H.J. Lu <hjl@lucon.org>
127
128         * configure.in (RELEASE): New. Default to 1, set by
129         --with-release=XXX. Substitute nfs-utils.spec.
130         * nfs-utils.spec.in (Release): Set to @RELEASE@.
131         * configure: Regenerated.
132         * nfs-utils.spec: Likewise.
133
134 2001-03-11  H.J. Lu <hjl@lucon.org>
135
136         * utils/rquotad/rquotad.man: Fix a typo.
137
138 2001-03-11  H.J. Lu <hjl@lucon.org>
139
140         * support/include/rpcmisc.h: Undo the change made on 2001-03-10.
141         * support/nfs/rpcmisc.c: Likewise.
142         * utils/rquotad/rquota_svc.c: Likewise.
143         * utils/rquotad/rquotad.man: Likewise.
144         * utils/statd/Makefile: Likewise.
145         * utils/statd/rmtcall.c: Likewise.
146         * utils/statd/simulate.c: Likewise.
147         * utils/statd/statd.c: Likewise.
148         * utils/statd/statd.man: Likewise.
149
150 2001-03-10  H.J. Lu <hjl@lucon.org>
151
152         * configure.in (VERSION): Set to "0.3.2".
153         * configure: Regenerated.
154         * nfs-utils.spec: Likewise.
155
156         * README: Updated for 0.3.2.
157
158 2001-03-10  Tavis Barr <tavis@boole.isetr.columbia.edu>
159
160         * utils/rquotad/rquotad.man: Updated for -p.
161         * utils/statd/statd.man: Likewise.
162
163 2001-03-10  Ion Badulescu  <ionut@cs.columbia.edu>
164
165         * support/nfs/rpcmisc.c: export makesock()
166
167         * support/include/rpcmisc.h (makesock): Declared.
168
169         * utils/rquotad/rquota_svc.c: added longopts, added support for
170         specifying the port to bind to on the command line.
171
172         * utils/statd/statd.c: ditto, also specify port used for
173         outgoing connections.
174         (do_regist): Removed.
175
176         * utils/statd/rmtcall.c (statd_get_socket): Renamed from
177         get_socket. Make it extern.
178
179         * utils/statd/simulate.c (daemon_simulator): Call rpc_init
180         instead of do_regist.
181
182         * utils/statd/Makefile (LIBS): link with our own libnfs
183
184 2001-03-09  H.J. Lu <hjl@lucon.org>
185
186         * etc/redhat/nfslock.init: Changed chkconfig line to 60 86.
187         * etc/nodist/nfs-client: Likewise.
188
189 2001-02-26  Chip Salzenberg  <chip@valinux.com>
190
191         * debian/changelog: Version 0.3.1-1.
192         * Mention upstream source and license in copyright file.
193         * Add build-Depends for debhelper and libwrap0-dev.
194
195 2001-02-20  Lon Hohberger <hohberger@missioncriticallinux.com>
196
197         * etc/nodist/nfs-server: Changed chkconfig line to 60 20
198         * etc/nodist/nfs-client: Likewise.
199
200 2001-02-18  Lon Hohberger <hohberger@missioncriticallinux.com>
201
202         * utils/statd/statd.man: Changed /usr/sbin/rpc.statd to
203         /sbin/rpc.statd.
204
205 2001-02-17  Patrick J. LoPresti <patl@curl.com>
206
207         * utils/statd/log.c (log_init): Use LOG_DAEMON instead of
208         LOG_LOCAL5.
209
210 2001-02-14  H.J. Lu <hjl@lucon.org>
211
212         * utils/statd/rmtcall.c: Include <time.h>.
213         * utils/statd/svc_run.c: Likewise.
214
215 2001-02-14  H.J. Lu <hjl@lucon.org>
216
217         * configure.in (VERSION): Set to "0.3.1".
218         * configure: Regenerated.
219         * nfs-utils.spec: Likewise.
220
221         * README: Updated for 0.3.1.
222
223 2001-02-14  H.J. Lu <hjl@lucon.org>
224
225         * support/nfs/rpcmisc.c: Include <time.h>.
226
227 2001-02-14  Chip Salzenberg  <chip@valinux.com>
228
229         * debian/control: Change priority of nhfsstone package to 'extra'.
230
231 2001-02-12  Chip Salzenberg  <chip@valinux.com>
232
233         * debian/changelog: Version 0.3-2.
234
235 2001-02-02  H.J. Lu <hjl@lucon.org>
236
237         * support/include/rpcmisc.h (rpc_init): Remove bufsize.
238         
239         * support/nfs/rpcmisc.c (makesock): Remove socksz and comment
240         out SO_SNDBUF/SO_RCVBUF.
241         (rpc_init): Remove bufsize and remove socksz in calls to
242         makesock ().
243
244         * utils/mountd/mountd.c (main): Remove bufsize in calls to
245         rpc_init ().
246
247 2001-01-28  Chip Salzenberg  <chip@valinux.com>
248
249         * debian/changelog: Version 0.3-1.
250
251 2001-01-25  H.J. Lu <hjl@lucon.org>
252
253         * configure.in (VERSION): Set to "0.3".
254         * configure: Regenerated.
255         * nfs-utils.spec: Likewise.
256
257         * README: Updated for 0.3.
258
259 2001-01-25  H.J. Lu <hjl@lucon.org>
260
261         * utils/lockd/lockd.c (main): Ignore errno == EINVAL.
262
263 2001-01-20  Chip Salzenberg  <chip@valinux.com>
264
265         * support/include/xio.h (xgetc): Declare to return int.
266         * support/nfs/xio.c (xgetc): Return int.
267         (xgettok, xskip, xskipcomment): Use int for value of xgetc.
268         * utils/statd/statd.c (main): Use int for value of getopt.
269         * debian/changelog: Version 0.2.1-5.
270         
271 2000-12-10  Chip Salzenberg  <chip@valinux.com>
272
273         * utils/statd/monitor.c (sm_mon_1_svc): Fix buggy check for
274         program and procedure numbers of kernel lockd's callback.  Also,
275         besides the old (and broken) procedure #24, allow #16 per Trond.
276
277 2000-12-03  Chip Salzenberg  <chip@valinux.com>
278
279         * support/nfs/xio.c (xfopen): Initialize x_line to one, not zero.
280         * debian/control: Let nhfsstone replace files in nfs-kernel-server.
281         * debian/changelog: Version 0.2.1-4.
282
283 2000-11-27  Tobias Ringstrom <tori@tellus.mine.nu>
284
285         * utils/mountd/auth.c (auth_authenticate): Log the bad path
286         warning.
287
288 2000-11-24  Neil Brown <neilb@cse.unsw.edu.au>
289
290         * support/nfs/exports.c (getexportent): Check for host name
291         without option, or options without hostname, and print a warning,
292         as this is most likely a typo.
293
294 2000-11-19  Chip Salzenberg  <chip@valinux.com>
295
296         * debian/control: Add dependency on portmap.
297         * debian/changelog: Version 0.2.1-3.
298
299 2000-11-10  H.J. Lu <hjl@lucon.org>
300
301         * nfs-utils.spec.in: Don't use libtool.
302         Add ChangeLog and COPYING to doc.
303         * nfs-utils.spec: Rebuild.
304
305 2000-11-09  H.J. Lu <hjl@lucon.org>
306
307         * etc/redhat/nfs.init (start): Back out the last change.
308
309 2000-11-09  H.J. Lu <hjl@lucon.org>
310
311         * etc/redhat/nfs.init (start): Pass --no-tcp to mountd if
312         TCP is not supported by kernel.
313
314         * support/nfs/rpcmisc.c (rpc_init): Don't set _rpcfdtype to 0.
315
316         * utils/mountd/mountd.c (longopts): Add "-n/--no-tcp".
317         (main): Set to _rpcfdtype to SOCK_DGRAM for "-n/--no-tcp".
318
319         * utils/mountd/mountd.man: Updated for "-n/--no-tcp".
320
321 2000-10-24  Lon Hohberger <hohberger@missioncriticallinux.com>
322
323         * utils/statd/callback.c: Fix bug preventing callbacks to local lockd.
324         * utils/statd/rmtcall.c: Add some IP address paranoia when doing
325         callbacks to local lockd.
326
327 2000-10-18  Scott McDermott <mcdermot@questra.com>
328
329         * utils/exportfs/exports.man: Updated for CIDR netmask.
330
331 2000-10-17  Scott McDermott <mcdermot@questra.com>
332
333         * support/export/client.c (client_init): Support CIDR netmask
334         in /etc/exports.
335
336 2000-10-11  H.J. Lu <hjl@lucon.org>
337
338         * aclocal.m4 (AC_TCP_WRAPPER): Fix a typo.
339         * configure: Rebuilt.
340
341 2000-10-06  Lon Hohberger <hohberger@missioncriticallinux.com>
342
343         * utils/statd/statd.man: Change "/var/lib/nfs/sm/state" to
344         "/var/lib/nfs/state".
345
346 2000-10-05  Lon Hohberger <hohberger@missioncriticallinux.com>
347
348         * utils/statd/statd.h (run_mode): New global bitmask of runtime
349         behaviors: fg/bg, logging, etc.
350         * utils/statd/statd.c: New command line options: -V -h -? -d .
351         * utils/statd/statd.man: Update for changes to statd.
352
353         * utils/statd/log.h (log_init): Remove parameter of function; use
354         global variable "name_p" instead.
355         * utils/statd/log.c: Add support for logging to stderr.
356
357         * utils/statd/notlist.c: Partially rewrite notify list handling
358         functions.  Eliminate run-off-end-of-list bug when calling
359         nlist_insert_timer.  Add lots of comments.
360         
361 2000-09-27  H.J. Lu <hjl@lucon.org>
362
363         * README: Updated for RedHat 7.0.
364
365 2000-09-27  H.J. Lu <hjl@lucon.org>
366
367         * nfs-utils.spec: Rebuild.
368
369 2000-09-27  H.J. Lu <hjl@lucon.org>
370
371         * README: Updated for 0.2.1.
372
373 2000-09-27  H.J. Lu <hjl@lucon.org>
374
375         * nfs-utils.spec.in: Updated to use rpm macros and support
376         RedHat 7.0.
377
378 2000-09-25  H.J. Lu <hjl@lucon.org>
379
380         * configure.in (VERSION): Set to "0.2.1".
381         * configure: Regenerated.
382         * nfs-utils.spec: Updated.
383
384 2000-09-25  H.J. Lu <hjl@lucon.org>
385
386         * utils/mountd/auth.c (auth_authenticate_internal): Make sure a
387         non-NULL hostent is always returned.
388
389 2000-09-11  Ion Badulescu  <ionut@cs.columbia.edu>
390
391         * etc/redhat/nfslock.init: don't kill lockd processes that do not
392         have an executable (i.e. kernel threads)
393
394 2000-09-01  H.J. Lu <hjl@lucon.org>
395
396         * README: Updated for 0.2.
397
398 2000-09-01  Jay Weber <jweber@valinux.com>
399
400         * etc/redhat/nfs.init: Added ability for rpc.mountd to default to
401         supporting version 3 of nfs if available, else it will fall back to
402         version 2 support only.
403
404 2000-08-30  H.J. Lu <hjl@lucon.org>
405
406         * configure.in (VERSION): Set to "0.2".
407         * configure: Regenerated.
408         * nfs-utils.spec: Updated.
409
410 2000-08-25  H.J. Lu <hjl@lucon.org>
411
412         * support/misc/tcpwrapper.c (logit): Modify the log output.
413
414 2000-08-25  Ion Badulescu  <ionut@cs.columbia.edu>
415
416         * utils/rquotad/rquotad.man, utils/statd/statd.man,
417         utils/mountd/mountd.man: updated
418         
419         * utils/mountd/Makefile (LIBS): added -lmisc $(LIBWRAP) $(LIBNSL)
420         * utils/rquotad/Makefile: fix comment
421
422         * support/misc/tcpwrapper.c (logit): added comment about waiting
423         for the children after fork()
424         
425         * utils/mountd/mountd.c (main): ignore SIGCHLD to prevent leaving
426         zombies behind (from logit()'s fork)
427         * utils/rquotad/rquota_svc.c (main): ditto
428         * utils/statd/statd.c (main): ditto
429
430         * utils/rquotad/rquota_svc.c (rquotaprog_1): pass RQUOTAPROG
431         to check_default instead of 0, for prognum
432
433         * utils/statd/statd.c (sm_prog_1_wrapper): pass SM_PROG
434         to check_default instead of 0, for prognum
435
436         * utils/mountd/mount_dispatch.c: Include "tcpwrapper.h" if
437         HAVE_TCP_WRAPPER is defined.
438         (mount_dispatch): Call check_default () if HAVE_TCP_WRAPPER is
439         defined. Reject an RPC call if check_default () fails.
440
441 2000-08-25  H.J. Lu <hjl@lucon.org>
442
443         * support/include/tcpwrapper.h: New for the tcp wrapper
444         support.
445         * support/misc/Makefile: Likewise.
446         * support/misc/from_local.c: Likewise.
447         * support/misc/tcpwrapper.c: Likewise.
448
449         * aclocal.m4 (AC_TCP_WRAPPER): New.
450         * configure.in: Use it. Substitute LIBWRAP.
451         * configure: Rebuilt.
452
453         * config.mk.in (LIBNSL): New.
454         (LIBWRAP): Likewise.
455
456         * support/Makefile (SUBDIRS): Add misc.
457
458         * support/lib/Makefile (LIBS): Add libmisc.a.
459
460         * utils/rquotad/Makefile (LIBS): Add
461         
462                 -lmisc $(LIBWRAP) $(LIBNSL)
463
464         * utils/statd/Makefile (LIBS): Likewise.
465
466         * utils/rquotad/rquota_svc.c: Include "tcpwrapper.h" if
467         HAVE_TCP_WRAPPER is defined.
468         (rquotaprog_1): Call check_default () if HAVE_TCP_WRAPPER is
469         defined. Reject an RPC call if check_default () fails.
470
471         * utils/statd/statd.c: Include "tcpwrapper.h" if
472         HAVE_TCP_WRAPPER is defined.
473         (sm_prog_1_wrapper): New. A wrapper for sm_prog_1. Call
474         check_default () before calling sm_prog_1 (). Define it as
475         sm_prog_1_wrapper if HAVE_TCP_WRAPPER is defined.
476
477 2000-08-25  Chip Salzenberg  <chip@valinux.com>
478
479         * debian/*: Complete Debian build support.
480         * etc/debian/*: Remove.
481
482 2000-08-24  Neil Brown <neilb@cse.unsw.edu.au>
483
484         * support/export/client.c(client_check): removed the "dot+1" as a
485           ypdomain argument to innetgr as this is entirely bogus.
486           It should always be NULL.
487         
488 2000-08-23  Neil Brown <neilb@cse.unsw.edu.au>
489
490         * support/export/xtab.c(xtab_read): introduce new mode for
491            reading xtab. i.e. a list of exports that might be known to the
492            kernel, or might not.  These are flagged as m_exported == -1
493         * support/export/xtab.c(xtab_mount_read):  call xtab_read with new
494            value "2" for xtab, meaning don't trust this too much.
495         * support/include/exportfs.h(struct mexport): changed m_exported
496            from one bit to an int so that it can hold new value
497         * utils/exportfs/exportfs.c(exportfs_ipdate): add an export to the
498            kernel if it is uncertain whether the kernel knows (m_exported == -1)
499         * utils/mountd/mountd.c(get_rootfh): similarly export to kernel if
500            status is uncertain
501
502         * support/nfs/xio.c(xflock): added O_CREAT when getting
503            a write lock so that missing files aren't fatal.
504
505         * etc/debian/nfs-common: new file from "potato"
506         * etc/debian/nfs-kernel-server: new file from "potato" plus fixes.
507          
508 2000-08-09  H.J. Lu <hjl@lucon.org>
509
510         * etc/redhat/nfs.init: Run /usr/sbin/exportfs first during
511         startup to ensure all existing clients work fine.
512
513         * support/export/xtab.c (xtab_mount_read): Pass 1 instead of 0
514         to xtab_read () for reading _PATH_XTAB.
515
516 2000-08-02  H.J. Lu <hjl@lucon.org>
517
518         * utils/mountd/auth.c (auth_authenticate_internal): Try to
519         avoid the reverse name lookup.
520
521 2000-07-04  H.J. Lu <hjl@lucon.org>
522
523         * utils/statd/log.c: Include <stdlib.h> for exit ().
524
525         * utils/statd/misc.c (xunlink): Add `{' and `}' to quiet the
526         gcc warning.
527
528 2000-07-04  H.J. Lu <hjl@lucon.org>
529
530         * configure.in (VERSION): Set to "0.1.9.1".
531         * configure: Regenerated.
532         * nfs-utils.spec: Updated.
533
534         * README: Updated.
535
536 2000-07-04  Neil Brown  <neilb@cse.unsw.edu.au>
537
538         * support/export/hostname.c (hostent_dup): Handle the NULL
539         h_aliases field.
540
541 2000-07-03  H.J. Lu <hjl@lucon.org>
542
543         * README: Update the util-linux requirement.
544
545 2000-07-03  H.J. Lu <hjl@lucon.org>
546
547         * configure.in (VERSION): Set to "0.1.9".
548         * configure: Regenerated.
549         * nfs-utils.spec: Updated.
550
551         * README: Updated.
552
553 2000-07-03  H.J. Lu <hjl@lucon.org>
554
555         * etc/redhat/nfs.init: Run /usr/sbin/exportfs last during
556         stop to ensure all clients can still access the server
557         before it is shutdown.
558
559 2000-06-30  Jeff Uphoff <juphoff@transmeta.com>
560
561         * tools/rpcgen/rpc_svcout.c (write_msg_out): Generate syslog()
562         calls with format string.
563         
564 2000-06-28  Chip Salzenberg  <chip@valinux.com>
565
566         * utils/statd/log.c (log): Call syslog with format string.
567
568 2000-06-27  H.J. Lu <hjl@lucon.org>
569
570         * utils/statd/statd.c (main): Use sysconf (_SC_OPEN_MAX)
571         instead of OPEN_MAX.
572
573 2000-06-27  H.J. Lu <hjl@lucon.org>
574
575         * README: Updated.
576
577 2000-06-27  H.J. Lu <hjl@lucon.org>
578
579         * etc/redhat/nfs.init: Run /usr/sbin/exportfs last during
580         startup to ensure all existing clients are exported.
581
582         * configure.in (VERSION): Set to "0.1.8.2".
583         * configure: Regenerated.
584         * nfs-utils.spec: Updated.
585
586 2000-06-06  H.J. Lu <hjl@lucon.org>
587
588         * configure.in (VERSION): Set to "0.1.8.1".
589         * configure: Regenerated.
590         * nfs-utils.spec: Updated.
591
592 2000-06-06  H.J. Lu <hjl@lucon.org>
593
594         * utils/mountd/mountd.c (mount_dump_1_svc): Cast svc_getcaller
595         to "struct sockaddr_in *" for glibc 2.2.
596         (mount_umnt_1_svc): Likewise.
597         (mount_umntall_1_svc): Likewise.
598         (mount_export_1_svc): Likewise.
599         (mount_exportall_1_svc): Likewise.
600         (mount_pathconf_2_svc): Likewise.
601         (get_rootfh): Likewise.
602
603 2000-06-04  H.J. Lu <hjl@lucon.org>
604
605         * etc/redhat/nfs.init: Fix a typo in comment.
606
607 2000-05-31  H.J. Lu <hjl@lucon.org>
608
609         * configure.in (VERSION): Set to "0.1.8".
610         * configure: Regenerated.
611         * nfs-utils.spec: Updated.
612
613         * README: Updated.
614
615 2000-05-31  H.J. Lu <hjl@lucon.org>
616
617         * configure.in (VERSION): Set to "0.1.7.5".
618         * configure: Regenerated.
619         * nfs-utils.spec: Updated.
620
621         * support/include/nfslib.h (exportent): Add a new field,
622         r_count, to count the number of mounts from a client.
623         (getrmtabent): Take a new argument for position in file.
624         (putrmtabent): Likewise.
625         (fgetrmtabent): Likewise.
626         (fputrmtabent): Likewise.
627         * support/nfs/rmtab.c (getrmtabent): Handle the new argument
628         for position in file.
629         (fgetrmtabent): Likewise.
630         (putrmtabent): Likewise.
631         (fputrmtabent): Likewise.
632
633         * support/nfs/rmtab.c (fgetrmtabent): Get value for the new
634         field, r_count.
635
636         * support/export/rmtab.c (rmtab_read): Pass NULL as the new
637         argument to getrmtabent (), fgetrmtabent (), putrmtabent ()
638         and fputrmtabent ().
639         * utils/mountd/rmtab.c (mountlist_add): Likewise.
640         (mountlist_del): Likewise.
641         (mountlist_del_all): Likewise.
642         (mountlist_list): Likewise.
643
644         * utils/mountd/rmtab.c (mountlist_add): Increment "r_count"
645         for the existing entry and initialize "r_count" to 1.
646         (mountlist_del): Decrement "r_count".
647
648 2000-05-18  H.J. Lu <hjl@lucon.org>
649
650         * configure.in (VERSION): Set to "0.1.7.4".
651         * configure: Regenerated.
652         * nfs-utils.spec: Updated.
653
654 2000-05-18  H.J. Lu <hjl@lucon.org>
655
656         * etc/redhat/nfs.init (restart): Just do stop and start.
657
658 2000-05-09  Jay Weber <jweber@valinux.com>
659
660         * utils/rquotad/hasquota.c: added support for ext3 recognition
661         in rquotad.
662         * utils/rquotad/mntent.h: Likewise.
663
664 2000-05-01  H.J. Lu <hjl@lucon.org>
665
666         * configure.in (VERSION): Set to "0.1.7.3".
667         * configure: Regenerated.
668         * nfs-utils.spec: Updated.
669
670 2000-05-01  H.J. Lu <hjl@lucon.org>
671
672         * utils/rquotad/rquota_server.c (getquotainfo): Skip bad
673         mounting poins in /etc/fstab.
674
675 2000-05-01  H.J. Lu <hjl@lucon.org>
676
677         * configure.in (VERSION): Set to "0.1.7.2".
678         * configure: Regenerated.
679         * nfs-utils.spec: Updated.
680
681 2000-05-01  H.J. Lu <hjl@lucon.org>
682
683         * utils/rquotad/rquota_server.c (getquotainfo): Call stat ()
684         to check for the mounting point.
685
686 2000-04-29  Chip Salzenberg  <chip@valinux.com>
687             Neil Brown  <neilb@cse.unsw.edu.au>
688
689         * Really re-use RPC ports.
690           (Fixes earlier patch.  Sorry, Neil.)
691
692 2000-04-26  H.J. Lu <hjl@lucon.org>
693
694         * configure.in (VERSION): Set to "0.1.7.1".
695         * configure: Regenerated.
696         * nfs-utils.spec: Updated.
697
698 2000-04-26  H.J. Lu <hjl@lucon.org>
699
700         * etc/redhat/nfslock.init: Check if lockd exits before killing
701         it.
702
703 2000-04-25  H.J. Lu <hjl@lucon.org>
704
705         * README: Require util-linux-2.10f-mount-rpc.patch for mount.
706
707 2000-03-21 Michael Weiser <michael@weiser.saale-net.de>
708
709         * support/nfs/exports.c (parsesquash): Correctly set the
710         return pointer.
711
712 Tue Mar 21 11:38:48 EST 2000 NeilBrown <neilb@cse.unsw.edu.au>
713
714         * support/include/nfs/nfs.h: Removed knowledge of internals of
715              kernel filehandles (which can change) and defined nfs_fh_size
716              which has variable size
717         
718         * support/nfs/getfh.c: defined getfh_size to use new syscall to
719              get variable sized file handles, and change getfh{,old} to
720              use nfs_fh_size        
721         
722         * utils/mountd/mountd.c: use nfd_fh_size and call getfh_size for
723              NFSv3 file handles
724
725         * tools/Makefile, tools/nlmtest/nlmtest.c
726              nlmtest.c depended on internel format of file handles, so now
727              doesn't work.
728
729         
730 2000-03-12  Chip Salzenberg  <chip@valinux.com>
731             Neil Brown  <neilb@cse.unsw.edu.au>
732
733         * support/nfs/rpcmisc.c (rpc_init): Share transports.
734
735 2000-03-13 H.J. Lu <hjl@lucon.org>
736
737         * etc/redhat/nfsd.init: Updated.
738
739         * etc/redhat/nfslock.init: Updated.
740
741         * nfs-utils.spec.in: Updated.
742
743         * configure.in (VERSION): Set to "0.1.7".
744         * configure: Regenerated.
745         * nfs-utils.spec: Updated.
746
747         * README: Updated.
748
749 Wed Mar  8 09:42:43 2000 Neil Brown <neilb@cse.unsw.edu.au>
750
751         * utils/exportfs/exportfs.c (dump): Included printing of
752            nohide, no_subtree_check, and insecure_locks
753
754 2000-02-26  Chip Salzenberg  <chip@valinux.com>
755
756         * config.mk.in (INSTALLSUID): Strip ("-s").
757         (INSTALLSCRIPT): Define.
758         * utils/nhfsstone/Makefile: Use it.
759
760 2000-02-26  Chip Salzenberg  <chip@valinux.com>
761
762         * utils/lockd/lockd.man: Create.
763         * utils/lockd/Makefile: Install it.
764         * utils/nhfsstone/nhfs{run,nums,graph}.man: Create.
765         * utils/nhfsstone/nhfsstone.man: Change suffix from ".1".
766         * utils/nhfsstone/Makefile: Install the helper scripts and
767           all four man pages.
768         * utils/exportfs/exports.man: Fix typo.
769
770 2000-02-26  Chip Salzenberg  <chip@valinux.com>
771
772         * support/nfs/xio.c (xungetc): Decrement line number when
773         character to unget is newline.  Make first parameter int, so
774         it can distinguish EOF from \377.
775         * support/include/xio.h (xungetc): Adjust prototype.
776
777 Fri Feb  4 23:42:23 2000 Neil Brown <neilb@cse.unsw.edu.au>
778
779         * support/include/nfs/export.h: added NFSEXP_NOAUTHNLM
780         * support/nfs/exports.c: added handling for NFSEXP_NOAUTHNLM
781         * utils/exportfs/exports.man: added documentation for no_auth_nlm.
782
783         This is for supporting a new option introduced in 2.3.42
784
785 Thu Feb  3 14:55:48 2000 H.J. Lu <hjl@lucon.org>
786
787         * COPYING: Added. GPL.
788
789 Thu Feb 03 14:40:40 2000 Cristian Gafton <gafton@redhat.com>
790
791         * utils/rquotad/rquota_server.c (getquotainfo): Call statfs ()
792         to get the block size.
793
794 Tue Jan 25 11:04:17 2000 H.J. Lu <hjl@lucon.org>
795
796         * nfs-utils.spec.in: Update ftp site.
797
798 Mon Jan 17 11:48:18 2000 H.J. Lu <hjl@lucon.org>
799
800         * README: Update hostnames.
801
802 Tue Jan 11 10:06:22 2000 H.J. Lu <hjl@lucon.org>
803
804         * configure.in (VERSION): Set to "0.1.6".
805         * configure: Regenerated.
806         * nfs-utils.spec: Updated.
807
808         * README: Updated.
809
810 Mon Jan 10 14:26:33 2000 H.J. Lu <hjl@lucon.org>
811
812         * utils/mountd/auth.c (auth_authenticate_internal): Call
813         xstrdup for hostname before passing it to gethostbyname.
814
815         * utils/mountd/mountd.c (get_exportlist): Use xstrdup instead
816         of strdup.
817
818 Sun Dec 19 09:35:01 1999  H.J. Lu <hjl@lucon.org>
819
820         * README: Update the mailing list address.
821
822 Sun Dec 19 09:22:28 1999  H.J. Lu <hjl@lucon.org>
823
824         * configure.in (VERSION): Set to "0.1.5".
825         * configure: Regenerated.
826         * nfs-utils.spec: Updated.
827
828         * README: Updated.
829
830 Mon Dec 13 13:40:20 1999  H.J. Lu <hjl@lucon.org>
831
832         * utils/rquotad/hasquota.c (hasquota): Malloc one more char
833         for '/'.
834
835 Mon Dec  6 09:42:45 1999  H.J. Lu <hjl@lucon.org>
836
837         * configure.in (VERSION): Set to "0.1.4".
838         * configure: Regenerated.
839         * nfs-utils.spec: Updated.
840
841         * README: Updated.
842
843 Mon Dec  6 09:28:07 1999  H.J. Lu <hjl@lucon.org>
844
845         * nfs-utils.spec.in: New file.
846
847         * config.mk.in (VERSION): Changed to "nfs-utils @VERSION@".
848
849         * configure.in (nfs-utils.spec): Added to AC_OUTPUT.
850
851 1999-12-04  Chip Salzenberg  <chip@valinux.com>
852
853         * config.mk.in: Use $(CC) as set by configure.
854
855 1999-12-04  Chip Salzenberg  <chip@valinux.com>
856
857         * rules.mk: Call $(MAKE) with $(MFLAGS).
858
859 Mon Nov 29 11:17:35 1999  H.J. Lu <hjl@lucon.org>
860
861         * tools/rpcgen/rpc_main.c (h_output): Generate IXDR_GET_INT32,
862         IXDR_PUT_INT32, IXDR_GET_U_INT32 and IXDR_PUT_U_INT32.
863
864 Mon Nov 29 11:17:35 1999  H.J. Lu <hjl@lucon.org>
865
866         * nfs-utils.spec (Version): Set to 0.1.3.
867
868         * configure.in (VERSION): Set to "nfs-utils 0.1.3".
869         * configure: Regenerated.
870
871         * README: Updated.
872
873 Mon Nov 29 11:15:47 1999  H.J. Lu <hjl@lucon.org>
874
875         * utils/rquotad/rquota_server.c (nfsmount_to_devname): Removed.
876         (_PATH_DEV_DSK): Likewise.
877         (getquotainfo): Match the mounting point from /etc/mtab
878         instead of calling nfsmount_to_devname ().
879
880 1999-11-24  Chip Salzenberg  <chip@valinux.com>
881
882         * utils/statd/monitor.c (sm_mon_1_svc): Accept lockd callbacks
883         to the new port 24 as well as the historical port 100021.
884
885 Tue Nov 23 10:21:34 1999 Neil Brown <neilb@cse.unsw.edu.au>
886
887         * etc/redhat/nfsd.init (stop): moved exportfs -ua after
888         stopping nfsd to stop spurious ESTALE on server shutdown.
889         
890 Tue Nov 23 10:13:39 1999  Neil Brown <neilb@cse.unsw.edu.au>
891
892         * support/nfs/exports.c (parseopts): make copy of opt string
893         before 'nul'ing out commas so that
894
895         # exportfs -o option1,option2 hosta:/fs hostb:/fs
896
897         applies both options to both exports.
898
899 Thu Oct 28 12:55:42 1999  H.J. Lu <hjl@lucon.org>
900
901         * README: Fix a few typos.
902
903         * tools/rpcgen/rpc_cout.c (print_header): Use int32_t instead
904         of long.
905         * tools/rpcgen/rpc_hout.c (pdefine): Likewise.
906         * tools/rpcgen/rpc_main.c (c_initialize): Likewise.
907         * tools/rpcgen/rpc_parse.c (get_type): Likewise.
908         (unsigned_dec): Likewise.
909         * tools/rpcgen/rpc_scan.c (symbols): Likewise.
910         * tools/rpcgen/rpc_util.c (tokstrings): Likewise.
911
912         * tools/rpcgen/rpc_cout.c (emit_single_in_line): Use INT32
913         instead of LONG.
914         * tools/rpcgen/rpc_parse.c (get_type): Likewise.
915         (unsigned_dec): Likewise.
916         * tools/rpcgen/rpc_scan.c (symbols): Likewise.
917         * tools/rpcgen/rpc_scan.h (tok_kind): Likewise.
918         * tools/rpcgen/rpc_util.c (tokstrings): Likewise.
919
920 Thu Oct 28 11:27:51 1999 Neil Brown <neilb@cse.unsw.edu.au>
921
922         * support/include/nfs/export.h addedd NFSEXP_NOSUBTREECHECK
923         * support/nfs/exports.c: added {no_,}subtree_check and changed
924           crossmnt to nohide
925         * utils/exportfs/exports.man: added no_subtree_check and nohide
926           and removed irrelevant stuff from unfsd.
927         * support/export/rmtab.c: rmtab_read didn't quite do the right
928           thing if a pathname from rmtab was a subdirectory of an export-point
929
930 Tue Oct 26 17:22:40 1999  H.J. Lu <hjl@lucon.org>
931
932         * README: Updated ftp site.
933
934 Mon Oct 25 18:12:45 1999  H.J. Lu <hjl@lucon.org>
935
936         * nfs-utils.spec (Version): Set to 0.1.2.
937
938         * configure.in (VERSION): Set to "nfs-utils 0.1.2".
939         * configure: Regenerated.
940
941         * README: Updated.
942
943 Mon Oct 25 18:11:21 1999  H.J. Lu <hjl@lucon.org>
944
945         * utils/mountd/auth.c (auth_error): Add "no_forward_dns".
946         (auth_authenticate_internal): Check for NULL return on forward
947         DNS lookup.
948         (auth_authenticate): Handle "no_forward_dns".
949
950 Thu Oct 21 16:22:06 1999  H.J. Lu <hjl@lucon.org>
951
952         * Version 0.1.1 released.
953
954         * nfs-utils.spec (Version): Set to 0.1.1.
955
956         * configure.in (VERSION): Set to "nfs-utils 0.1.1".
957         * configure: Regenerated.
958
959         * README: Updated.
960
961 Mon Oct 18 17:43:29 1999  H.J. Lu <hjl@lucon.org>
962
963         * nfs-utils.spec (Obsoletes): Fixed a typo, change knfsd-client
964         to knfsd-clients.
965         (Provides): Likewise.
966
967 Mon Oct 18 14:56:22 1999  H.J. Lu <hjl@lucon.org>
968
969         * Initial version 0.1 released.
970
971         * configure.in (VERSION): Set to "nfs-utils 0.1".
972         * configure: Regenerated.
973
974 Mon Oct 18 14:54:57 1999  H.J. Lu <hjl@lucon.org>
975
976         * utils/mountd/mountd.c (get_exportlist): Cleanup.
977
978         * utils/exportfs/exportfs.c (unexport_all): Unexport from
979         kernel only if the entry is exported to kernel.
980         (unexportfs): Likewise.
981
982 Wed Sep 08 16:49:32 1999  Neil Brown <neilb@cse.unsw.edu.au>
983
984 1/ utils/mountd/rmtab.c::mountlist_list
985
986      This routine stats the rmtab file to see if it has changed.  It
987      if has, it cleans up it's old copy of the data. But it still
988      always re-read the file, thus returning multiple copies of the
989      data on consecutive calls without intervening changes.
990      "Showmount -a" didn't show this as it appears to sort/unique the
991      data, but 'strace showmount -a' showed that the size of the
992      datagram that it received grew.
993
994      I moved the getrmtabent loop inside the mtime test.
995
996 2/ utils/exportfs/exportfs.c
997    
998      Many routines used the m_path field of m_export instead of
999      e_path.
1000      According to the comment in nfslib.h, m_path should only
1001      be used when processing a mount request (i.e. in mountd)
1002      where the mountpoint may be a subdirectory of the export point.
1003
1004      I changed all occurances of m_path to e_path
1005
1006
1007 3/ utils/exportfs/exportfs.c:main
1008
1009       extra arguments are not meaningful with -a or -r, but
1010       exportfs accepted them and then ignored the -a/-r, expect that
1011       -r would still unexport everything first.
1012
1013       I generate an error if there are extra args and f_all
1014
1015 4/ utils/exportfs/exportfs.c:main
1016      extract dump out as a special case.
1017
1018 5/ utils/exportfs/exportfs.c
1019      made f_reexport a local variable.
1020
1021
1022 6/ utils/exportfs/exportfs.c:main,exportall
1023
1024     support/export/rmtab.c
1025        only  mayexport on newly created entries, don't set xtabent at all
1026
1027 7/ support/include/nfslib.h
1028
1029       add #define _PATH_PROC_EXPORTS to be /proc/fs/nds/exports
1030
1031 8/ support/export/xtab.c
1032
1033       xtab_mount_read loads data from _PATH_PROC_EXPORTS if it exists,
1034       else from xtab
1035
1036
1037 9/ support/export/xtab.c
1038
1039       xtab_mount_read now sets m_exported, and NOT
1040         xtabent and mayexport
1041
1042       removed the append arguement from xtab_write as it was
1043         never used.
1044
1045       added is_export flag to xtab_write similar to xtab_read
1046         if is_export, only write entries with m_xtabent or m_addxtab
1047         if !is_export, only write entries with m_exported
1048      
1049 10/ support/export/export.c::export_allowed_internal
1050
1051       added test for exp->m_mayexport, as the export tree
1052         may have entries that are no longer allowed to be exported,
1053         and so shouldn't caused deduced exported by rmtab_read
1054
1055 11/ utils/exportfs/exportfs.c::main
1056         error checking of flags.
1057
1058 12/ utils/exportfs/exportfs.c
1059
1060         total rewrite of export and unexport logic.
1061         We now:
1062         -  build an exportslist of valid exports, based on
1063            current etab file  and arguments,
1064         -  read rmtab to instantiate relevant wild card entries
1065         -  read etab to find out what is currently exported
1066         -  synchronise intention with reality
1067         -  write out etab and xtab
1068
1069 13/  various
1070         discard the m_addxtab flag
1071         add m_changed flag so we know what to report in exportfs
1072
1073 14/ utils/mountd/auth.c:auth_authenticate
1074
1075         the value returned by gethostbyaddr was trusted.
1076
1077         It now follows this with a call to gethostbyname
1078         and checks that the address is in the list.
1079
1080 15/ support/export/nfsctl.c::cltsetup,expsetup
1081
1082         force client names to lowercase as kernel is
1083         sensitive to case
1084
1085 16/ quietened a few compiler warnings
1086
1087 17/ support/export/client:client_lookup
1088
1089      look for pre-existing client with same name before creating
1090         a new one.
1091
1092 18/ support/include/exportfs.h
1093
1094      The ordering of the MCL_* enum was:
1095         ANONYMOUS, FQDN, SUBNETWORK, WILDCARD, NETGROUP
1096
1097      I moved ANONYMOUS to the end.
1098
1099      The ordering is significant when an export entry is being searched for to 
1100         match a given address.  There are two problems with ANONYMOUS being first.
1101
1102         1/ if a directory is exported rw to a couple of hosts and ro to everyone else,
1103            then the ro case will always be found first and the privileged hosts won't get
1104            their privilege
1105         2/ When mountd gets a request to mount an ANONYMOUSly exported tree, it creates a FQDN
1106            export entry for the specific host, and writes it to xtab.
1107            When another request comes from the same host, the ANONYMOUS entry is found again, 
1108            before the new FQDN entry, so it creates another FQDN entry and writes it to xtab
1109            again.  If causes bloat in xtab.
1110
1111       Putting ANONYMOUS at the end reflects it's nature as a catch-all
1112
1113 19/ utils/exportfs/exportfs.man
1114         many updates to the man page to reflect changes to the code
1115
1116 -----------------------
1117
1118
1119
1120 TODO:
1121
1122 - allow exportfs to modify rmtab file
1123 - make sure kernel never gets two clients with same IP address
1124     - possible kernel should reject
1125     - needs to be some way to lookup client in kernel by IP address
1126 - maybe get kernel to do case-insensitive comparisons on client names
1127 - remove unused clients from kernel
1128
1129 - change etab to xtab and xtab to xtab.active
1130
1131 - timestamp and/or statd-stamp in rmtab for removing old entries.
1132
1133 Mon Oct 18 11:48:07 1999  H.J. Lu <hjl@lucon.org>
1134
1135         * linux-nfs: New directory.
1136         * linux-nfs/ChangeLog: Moved from ..
1137         * linux-nfs/INSTALL: Likewise.
1138         * linux-nfs/KNOWNBUGS: Likewise.
1139         * linux-nfs/NEW: Likewise.
1140         * linux-nfs/README: Likewise.
1141         * linux-nfs/THANKS: Likewise.
1142         * linux-nfs/TODO: Likewise.
1143
1144         * Starting from knfsd 1.4.7.