]> git.decadent.org.uk Git - nfs-utils.git/blob - ChangeLog
0022c1c8bb5aec7b300869b5cb1bff2b821c9eec
[nfs-utils.git] / ChangeLog
1 2000-11-09  H.J. Lu <hjl@lucon.org>
2
3         * etc/redhat/nfs.init (start): Pass --no-tcp to mountd if
4         TCP is not supported by kernel.
5
6         * support/nfs/rpcmisc.c (rpc_init): Don't set _rpcfdtype to 0.
7
8         * utils/mountd/mountd.c (longopts): Add "-n/--no-tcp".
9         (main): Set to _rpcfdtype to SOCK_DGRAM for "-n/--no-tcp".
10
11         * utils/mountd/mountd.man: Updated for "-n/--no-tcp".
12
13 2000-10-24  Lon Hohberger <hohberger@missioncriticallinux.com>
14
15         * utils/statd/callback.c: Fix bug preventing callbacks to local lockd.
16         * utils/statd/rmtcall.c: Add some IP address paranoia when doing
17         callbacks to local lockd.
18
19 2000-10-18  Scott McDermott <mcdermot@questra.com>
20
21         * utils/exportfs/exports.man: Updated for CIDR netmask.
22
23 2000-10-17  Scott McDermott <mcdermot@questra.com>
24
25         * support/export/client.c (client_init): Support CIDR netmask
26         in /etc/exports.
27
28 2000-10-11  H.J. Lu <hjl@lucon.org>
29
30         * aclocal.m4 (AC_TCP_WRAPPER): Fix a typo.
31         * configure: Rebuilt.
32
33 2000-10-06  Lon Hohberger <hohberger@missioncriticallinux.com>
34
35         * utils/statd/statd.man: Change "/var/lib/nfs/sm/state" to
36         "/var/lib/nfs/state".
37
38 2000-10-05  Lon Hohberger <hohberger@missioncriticallinux.com>
39
40         * utils/statd/statd.h (run_mode): New global bitmask of runtime
41         behaviors: fg/bg, logging, etc.
42         * utils/statd/statd.c: New command line options: -V -h -? -d .
43         * utils/statd/statd.man: Update for changes to statd.
44
45         * utils/statd/log.h (log_init): Remove parameter of function; use
46         global variable "name_p" instead.
47         * utils/statd/log.c: Add support for logging to stderr.
48
49         * utils/statd/notlist.c: Partially rewrite notify list handling
50         functions.  Eliminate run-off-end-of-list bug when calling
51         nlist_insert_timer.  Add lots of comments.
52         
53 2000-09-27  H.J. Lu <hjl@lucon.org>
54
55         * README: Updated for RedHat 7.0.
56
57 2000-09-27  H.J. Lu <hjl@lucon.org>
58
59         * nfs-utils.spec: Rebuild.
60
61 2000-09-27  H.J. Lu <hjl@lucon.org>
62
63         * README: Updated for 0.2.1.
64
65 2000-09-27  H.J. Lu <hjl@lucon.org>
66
67         * nfs-utils.spec.in: Updated to use rpm macros and support
68         RedHat 7.0.
69
70 2000-09-25  H.J. Lu <hjl@lucon.org>
71
72         * configure.in (VERSION): Set to "0.2.1".
73         * configure: Regenerated.
74         * nfs-utils.spec: Updated.
75
76 2000-09-25  H.J. Lu <hjl@lucon.org>
77
78         * utils/mountd/auth.c (auth_authenticate_internal): Make sure a
79         non-NULL hostent is always returned.
80
81 2000-09-11  Ion Badulescu  <ionut@moisil.dev.hydraweb.com>
82
83         * etc/redhat/nfslock.init: don't kill lockd processes that do not
84         have an executable (i.e. kernel threads)
85
86 2000-09-01  H.J. Lu <hjl@lucon.org>
87
88         * README: Updated for 0.2.
89
90 2000-09-01  Jay Weber <jweber@valinux.com>
91
92         * etc/redhat/nfs.init: Added ability for rpc.mountd to default to
93         supporting version 3 of nfs if available, else it will fall back to
94         version 2 support only.
95
96 2000-08-30  H.J. Lu <hjl@lucon.org>
97
98         * configure.in (VERSION): Set to "0.2".
99         * configure: Regenerated.
100         * nfs-utils.spec: Updated.
101
102 2000-08-25  H.J. Lu <hjl@lucon.org>
103
104         * support/misc/tcpwrapper.c (logit): Modify the log output.
105
106 2000-08-25  Ion Badulescu  <ionut@cs.columbia.edu>
107
108         * utils/rquotad/rquotad.man, utils/statd/statd.man,
109         utils/mountd/mountd.man: updated
110         
111         * utils/mountd/Makefile (LIBS): added -lmisc $(LIBWRAP) $(LIBNSL)
112         * utils/rquotad/Makefile: fix comment
113
114         * support/misc/tcpwrapper.c (logit): added comment about waiting
115         for the children after fork()
116         
117         * utils/mountd/mountd.c (main): ignore SIGCHLD to prevent leaving
118         zombies behind (from logit()'s fork)
119         * utils/rquotad/rquota_svc.c (main): ditto
120         * utils/statd/statd.c (main): ditto
121
122         * utils/rquotad/rquota_svc.c (rquotaprog_1): pass RQUOTAPROG
123         to check_default instead of 0, for prognum
124
125         * utils/statd/statd.c (sm_prog_1_wrapper): pass SM_PROG
126         to check_default instead of 0, for prognum
127
128         * utils/mountd/mount_dispatch.c: Include "tcpwrapper.h" if
129         HAVE_TCP_WRAPPER is defined.
130         (mount_dispatch): Call check_default () if HAVE_TCP_WRAPPER is
131         defined. Reject an RPC call if check_default () fails.
132
133 2000-08-25  H.J. Lu <hjl@lucon.org>
134
135         * support/include/tcpwrapper.h: New for the tcp wrapper
136         support.
137         * support/misc/Makefile: Likewise.
138         * support/misc/from_local.c: Likewise.
139         * support/misc/tcpwrapper.c: Likewise.
140
141         * aclocal.m4 (AC_TCP_WRAPPER): New.
142         * configure.in: Use it. Substitute LIBWRAP.
143         * configure: Rebuilt.
144
145         * config.mk.in (LIBNSL): New.
146         (LIBWRAP): Likewise.
147
148         * support/Makefile (SUBDIRS): Add misc.
149
150         * support/lib/Makefile (LIBS): Add libmisc.a.
151
152         * utils/rquotad/Makefile (LIBS): Add
153         
154                 -lmisc $(LIBWRAP) $(LIBNSL)
155
156         * utils/statd/Makefile (LIBS): Likewise.
157
158         * utils/rquotad/rquota_svc.c: Include "tcpwrapper.h" if
159         HAVE_TCP_WRAPPER is defined.
160         (rquotaprog_1): Call check_default () if HAVE_TCP_WRAPPER is
161         defined. Reject an RPC call if check_default () fails.
162
163         * utils/statd/statd.c: Include "tcpwrapper.h" if
164         HAVE_TCP_WRAPPER is defined.
165         (sm_prog_1_wrapper): New. A wrapper for sm_prog_1. Call
166         check_default () before calling sm_prog_1 (). Define it as
167         sm_prog_1_wrapper if HAVE_TCP_WRAPPER is defined.
168
169 2000-08-25  Chip Salzenberg  <chip@valinux.com>
170
171         * debian/*: Complete Debian build support.
172         * etc/debian/*: Remove.
173
174 2000-08-24  Neil Brown <neilb@cse.unsw.edu.au>
175
176         * support/export/client.c(client_check): removed the "dot+1" as a
177           ypdomain argument to innetgr as this is entirely bogus.
178           It should always be NULL.
179         
180 2000-08-23  Neil Brown <neilb@cse.unsw.edu.au>
181
182         * support/export/xtab.c(xtab_read): introduce new mode for
183            reading xtab. i.e. a list of exports that might be known to the
184            kernel, or might not.  These are flagged as m_exported == -1
185         * support/export/xtab.c(xtab_mount_read):  call xtab_read with new
186            value "2" for xtab, meaning don't trust this too much.
187         * support/include/exportfs.h(struct mexport): changed m_exported
188            from one bit to an int so that it can hold new value
189         * utils/exportfs/exportfs.c(exportfs_ipdate): add an export to the
190            kernel if it is uncertain whether the kernel knows (m_exported == -1)
191         * utils/mountd/mountd.c(get_rootfh): similarly export to kernel if
192            status is uncertain
193
194         * support/nfs/xio.c(xflock): added O_CREAT when getting
195            a write lock so that missing files aren't fatal.
196
197         * etc/debian/nfs-common: new file from "potato"
198         * etc/debian/nfs-kernel-server: new file from "potato" plus fixes.
199          
200 2000-08-09  H.J. Lu <hjl@lucon.org>
201
202         * etc/redhat/nfs.init: Run /usr/sbin/exportfs first during
203         startup to ensure all existing clients work fine.
204
205         * support/export/xtab.c (xtab_mount_read): Pass 1 instead of 0
206         to xtab_read () for reading _PATH_XTAB.
207
208 2000-08-02  H.J. Lu <hjl@lucon.org>
209
210         * utils/mountd/auth.c (auth_authenticate_internal): Try to
211         avoid the reverse name lookup.
212
213 2000-07-04  H.J. Lu <hjl@lucon.org>
214
215         * utils/statd/log.c: Include <stdlib.h> for exit ().
216
217         * utils/statd/misc.c (xunlink): Add `{' and `}' to quiet the
218         gcc warning.
219
220 2000-07-04  H.J. Lu <hjl@lucon.org>
221
222         * configure.in (VERSION): Set to "0.1.9.1".
223         * configure: Regenerated.
224         * nfs-utils.spec: Updated.
225
226         * README: Updated.
227
228 2000-07-04  Neil Brown  <neilb@cse.unsw.edu.au>
229
230         * support/export/hostname.c (hostent_dup): Handle the NULL
231         h_aliases field.
232
233 2000-07-03  H.J. Lu <hjl@lucon.org>
234
235         * README: Update the util-linux requirement.
236
237 2000-07-03  H.J. Lu <hjl@lucon.org>
238
239         * configure.in (VERSION): Set to "0.1.9".
240         * configure: Regenerated.
241         * nfs-utils.spec: Updated.
242
243         * README: Updated.
244
245 2000-07-03  H.J. Lu <hjl@lucon.org>
246
247         * etc/redhat/nfs.init: Run /usr/sbin/exportfs last during
248         stop to ensure all clients can still access the server
249         before it is shutdown.
250
251 2000-06-30  Jeff Uphoff <juphoff@transmeta.com>
252
253         * tools/rpcgen/rpc_svcout.c (write_msg_out): Generate syslog()
254         calls with format string.
255         
256 2000-06-28  Chip Salzenberg  <chip@valinux.com>
257
258         * utils/statd/log.c (log): Call syslog with format string.
259
260 2000-06-27  H.J. Lu <hjl@lucon.org>
261
262         * utils/statd/statd.c (main): Use sysconf (_SC_OPEN_MAX)
263         instead of OPEN_MAX.
264
265 2000-06-27  H.J. Lu <hjl@lucon.org>
266
267         * README: Updated.
268
269 2000-06-27  H.J. Lu <hjl@lucon.org>
270
271         * etc/redhat/nfs.init: Run /usr/sbin/exportfs last during
272         startup to ensure all existing clients are exported.
273
274         * configure.in (VERSION): Set to "0.1.8.2".
275         * configure: Regenerated.
276         * nfs-utils.spec: Updated.
277
278 2000-06-06  H.J. Lu <hjl@lucon.org>
279
280         * configure.in (VERSION): Set to "0.1.8.1".
281         * configure: Regenerated.
282         * nfs-utils.spec: Updated.
283
284 2000-06-06  H.J. Lu <hjl@lucon.org>
285
286         * utils/mountd/mountd.c (mount_dump_1_svc): Cast svc_getcaller
287         to "struct sockaddr_in *" for glibc 2.2.
288         (mount_umnt_1_svc): Likewise.
289         (mount_umntall_1_svc): Likewise.
290         (mount_export_1_svc): Likewise.
291         (mount_exportall_1_svc): Likewise.
292         (mount_pathconf_2_svc): Likewise.
293         (get_rootfh): Likewise.
294
295 2000-06-04  H.J. Lu <hjl@lucon.org>
296
297         * etc/redhat/nfs.init: Fix a typo in comment.
298
299 2000-05-31  H.J. Lu <hjl@lucon.org>
300
301         * configure.in (VERSION): Set to "0.1.8".
302         * configure: Regenerated.
303         * nfs-utils.spec: Updated.
304
305         * README: Updated.
306
307 2000-05-31  H.J. Lu <hjl@lucon.org>
308
309         * configure.in (VERSION): Set to "0.1.7.5".
310         * configure: Regenerated.
311         * nfs-utils.spec: Updated.
312
313         * support/include/nfslib.h (exportent): Add a new field,
314         r_count, to count the number of mounts from a client.
315         (getrmtabent): Take a new argument for position in file.
316         (putrmtabent): Likewise.
317         (fgetrmtabent): Likewise.
318         (fputrmtabent): Likewise.
319         * support/nfs/rmtab.c (getrmtabent): Handle the new argument
320         for position in file.
321         (fgetrmtabent): Likewise.
322         (putrmtabent): Likewise.
323         (fputrmtabent): Likewise.
324
325         * support/nfs/rmtab.c (fgetrmtabent): Get value for the new
326         field, r_count.
327
328         * support/export/rmtab.c (rmtab_read): Pass NULL as the new
329         argument to getrmtabent (), fgetrmtabent (), putrmtabent ()
330         and fputrmtabent ().
331         * utils/mountd/rmtab.c (mountlist_add): Likewise.
332         (mountlist_del): Likewise.
333         (mountlist_del_all): Likewise.
334         (mountlist_list): Likewise.
335
336         * utils/mountd/rmtab.c (mountlist_add): Increment "r_count"
337         for the existing entry and initialize "r_count" to 1.
338         (mountlist_del): Decrement "r_count".
339
340 2000-05-18  H.J. Lu <hjl@lucon.org>
341
342         * configure.in (VERSION): Set to "0.1.7.4".
343         * configure: Regenerated.
344         * nfs-utils.spec: Updated.
345
346 2000-05-18  H.J. Lu <hjl@lucon.org>
347
348         * etc/redhat/nfs.init (restart): Just do stop and start.
349
350 2000-05-09  Jay Weber <jweber@valinux.com>
351
352         * utils/rquotad/hasquota.c: added support for ext3 recognition
353         in rquotad.
354         * utils/rquotad/mntent.h: Likewise.
355
356 2000-05-01  H.J. Lu <hjl@lucon.org>
357
358         * configure.in (VERSION): Set to "0.1.7.3".
359         * configure: Regenerated.
360         * nfs-utils.spec: Updated.
361
362 2000-05-01  H.J. Lu <hjl@lucon.org>
363
364         * utils/rquotad/rquota_server.c (getquotainfo): Skip bad
365         mounting poins in /etc/fstab.
366
367 2000-05-01  H.J. Lu <hjl@lucon.org>
368
369         * configure.in (VERSION): Set to "0.1.7.2".
370         * configure: Regenerated.
371         * nfs-utils.spec: Updated.
372
373 2000-05-01  H.J. Lu <hjl@lucon.org>
374
375         * utils/rquotad/rquota_server.c (getquotainfo): Call stat ()
376         to check for the mounting point.
377
378 2000-04-29  Chip Salzenberg  <chip@valinux.com>
379             Neil Brown  <neilb@cse.unsw.edu.au>
380
381         * Really re-use RPC ports.
382           (Fixes earlier patch.  Sorry, Neil.)
383
384 2000-04-26  H.J. Lu <hjl@lucon.org>
385
386         * configure.in (VERSION): Set to "0.1.7.1".
387         * configure: Regenerated.
388         * nfs-utils.spec: Updated.
389
390 2000-04-26  H.J. Lu <hjl@lucon.org>
391
392         * etc/redhat/nfslock.init: Check if lockd exits before killing
393         it.
394
395 2000-04-25  H.J. Lu <hjl@lucon.org>
396
397         * README: Require util-linux-2.10f-mount-rpc.patch for mount.
398
399 2000-03-21 Michael Weiser <michael@weiser.saale-net.de>
400
401         * support/nfs/exports.c (parsesquash): Correctly set the
402         return pointer.
403
404 Tue Mar 21 11:38:48 EST 2000 NeilBrown <neilb@cse.unsw.edu.au>
405
406         * support/include/nfs/nfs.h: Removed knowledge of internals of
407              kernel filehandles (which can change) and defined nfs_fh_size
408              which has variable size
409         
410         * support/nfs/getfh.c: defined getfh_size to use new syscall to
411              get variable sized file handles, and change getfh{,old} to
412              use nfs_fh_size        
413         
414         * utils/mountd/mountd.c: use nfd_fh_size and call getfh_size for
415              NFSv3 file handles
416
417         * tools/Makefile, tools/nlmtest/nlmtest.c
418              nlmtest.c depended on internel format of file handles, so now
419              doesn't work.
420
421         
422 2000-03-12  Chip Salzenberg  <chip@valinux.com>
423             Neil Brown  <neilb@cse.unsw.edu.au>
424
425         * support/nfs/rpcmisc.c (rpc_init): Share transports.
426
427 2000-03-13 H.J. Lu <hjl@lucon.org>
428
429         * etc/redhat/nfsd.init: Updated.
430
431         * etc/redhat/nfslock.init: Updated.
432
433         * nfs-utils.spec.in: Updated.
434
435         * configure.in (VERSION): Set to "0.1.7".
436         * configure: Regenerated.
437         * nfs-utils.spec: Updated.
438
439         * README: Updated.
440
441 Wed Mar  8 09:42:43 2000 Neil Brown <neilb@cse.unsw.edu.au>
442
443         * utils/exportfs/exportfs.c (dump): Included printing of
444            nohide, no_subtree_check, and insecure_locks
445
446 2000-02-26  Chip Salzenberg  <chip@valinux.com>
447
448         * config.mk.in (INSTALLSUID): Strip ("-s").
449         (INSTALLSCRIPT): Define.
450         * utils/nhfsstone/Makefile: Use it.
451
452 2000-02-26  Chip Salzenberg  <chip@valinux.com>
453
454         * utils/lockd/lockd.man: Create.
455         * utils/lockd/Makefile: Install it.
456         * utils/nhfsstone/nhfs{run,nums,graph}.man: Create.
457         * utils/nhfsstone/nhfsstone.man: Change suffix from ".1".
458         * utils/nhfsstone/Makefile: Install the helper scripts and
459           all four man pages.
460         * utils/exportfs/exports.man: Fix typo.
461
462 2000-02-26  Chip Salzenberg  <chip@valinux.com>
463
464         * support/nfs/xio.c (xungetc): Decrement line number when
465         character to unget is newline.  Make first parameter int, so
466         it can distinguish EOF from \377.
467         * support/include/xio.h (xungetc): Adjust prototype.
468
469 Fri Feb  4 23:42:23 2000 Neil Brown <neilb@cse.unsw.edu.au>
470
471         * support/include/nfs/export.h: added NFSEXP_NOAUTHNLM
472         * support/nfs/exports.c: added handling for NFSEXP_NOAUTHNLM
473         * utils/exportfs/exports.man: added documentation for no_auth_nlm.
474
475         This is for supporting a new option introduced in 2.3.42
476
477 Thu Feb  3 14:55:48 2000 H.J. Lu <hjl@lucon.org>
478
479         * COPYING: Added. GPL.
480
481 Thu Feb 03 14:40:40 2000 Cristian Gafton <gafton@redhat.com>
482
483         * utils/rquotad/rquota_server.c (getquotainfo): Call statfs ()
484         to get the block size.
485
486 Tue Jan 25 11:04:17 2000 H.J. Lu <hjl@lucon.org>
487
488         * nfs-utils.spec.in: Update ftp site.
489
490 Mon Jan 17 11:48:18 2000 H.J. Lu <hjl@lucon.org>
491
492         * README: Update hostnames.
493
494 Tue Jan 11 10:06:22 2000 H.J. Lu <hjl@lucon.org>
495
496         * configure.in (VERSION): Set to "0.1.6".
497         * configure: Regenerated.
498         * nfs-utils.spec: Updated.
499
500         * README: Updated.
501
502 Mon Jan 10 14:26:33 2000 H.J. Lu <hjl@lucon.org>
503
504         * utils/mountd/auth.c (auth_authenticate_internal): Call
505         xstrdup for hostname before passing it to gethostbyname.
506
507         * utils/mountd/mountd.c (get_exportlist): Use xstrdup instead
508         of strdup.
509
510 Sun Dec 19 09:35:01 1999  H.J. Lu <hjl@lucon.org>
511
512         * README: Update the mailing list address.
513
514 Sun Dec 19 09:22:28 1999  H.J. Lu <hjl@lucon.org>
515
516         * configure.in (VERSION): Set to "0.1.5".
517         * configure: Regenerated.
518         * nfs-utils.spec: Updated.
519
520         * README: Updated.
521
522 Mon Dec 13 13:40:20 1999  H.J. Lu <hjl@lucon.org>
523
524         * utils/rquotad/hasquota.c (hasquota): Malloc one more char
525         for '/'.
526
527 Mon Dec  6 09:42:45 1999  H.J. Lu <hjl@lucon.org>
528
529         * configure.in (VERSION): Set to "0.1.4".
530         * configure: Regenerated.
531         * nfs-utils.spec: Updated.
532
533         * README: Updated.
534
535 Mon Dec  6 09:28:07 1999  H.J. Lu <hjl@lucon.org>
536
537         * nfs-utils.spec.in: New file.
538
539         * config.mk.in (VERSION): Changed to "nfs-utils @VERSION@".
540
541         * configure.in (nfs-utils.spec): Added to AC_OUTPUT.
542
543 1999-12-04  Chip Salzenberg  <chip@valinux.com>
544
545         * config.mk.in: Use $(CC) as set by configure.
546
547 1999-12-04  Chip Salzenberg  <chip@valinux.com>
548
549         * rules.mk: Call $(MAKE) with $(MFLAGS).
550
551 Mon Nov 29 11:17:35 1999  H.J. Lu <hjl@lucon.org>
552
553         * tools/rpcgen/rpc_main.c (h_output): Generate IXDR_GET_INT32,
554         IXDR_PUT_INT32, IXDR_GET_U_INT32 and IXDR_PUT_U_INT32.
555
556 Mon Nov 29 11:17:35 1999  H.J. Lu <hjl@lucon.org>
557
558         * nfs-utils.spec (Version): Set to 0.1.3.
559
560         * configure.in (VERSION): Set to "nfs-utils 0.1.3".
561         * configure: Regenerated.
562
563         * README: Updated.
564
565 Mon Nov 29 11:15:47 1999  H.J. Lu <hjl@lucon.org>
566
567         * utils/rquotad/rquota_server.c (nfsmount_to_devname): Removed.
568         (_PATH_DEV_DSK): Likewise.
569         (getquotainfo): Match the mounting point from /etc/mtab
570         instead of calling nfsmount_to_devname ().
571
572 1999-11-24  Chip Salzenberg  <chip@valinux.com>
573
574         * utils/statd/monitor.c (sm_mon_1_svc): Accept lockd callbacks
575         to the new port 24 as well as the historical port 100021.
576
577 Tue Nov 23 10:21:34 1999 Neil Brown <neilb@cse.unsw.edu.au>
578
579         * etc/redhat/nfsd.init (stop): moved exportfs -ua after
580         stopping nfsd to stop spurious ESTALE on server shutdown.
581         
582 Tue Nov 23 10:13:39 1999  Neil Brown <neilb@cse.unsw.edu.au>
583
584         * support/nfs/exports.c (parseopts): make copy of opt string
585         before 'nul'ing out commas so that
586
587         # exportfs -o option1,option2 hosta:/fs hostb:/fs
588
589         applies both options to both exports.
590
591 Thu Oct 28 12:55:42 1999  H.J. Lu <hjl@lucon.org>
592
593         * README: Fix a few typos.
594
595         * tools/rpcgen/rpc_cout.c (print_header): Use int32_t instead
596         of long.
597         * tools/rpcgen/rpc_hout.c (pdefine): Likewise.
598         * tools/rpcgen/rpc_main.c (c_initialize): Likewise.
599         * tools/rpcgen/rpc_parse.c (get_type): Likewise.
600         (unsigned_dec): Likewise.
601         * tools/rpcgen/rpc_scan.c (symbols): Likewise.
602         * tools/rpcgen/rpc_util.c (tokstrings): Likewise.
603
604         * tools/rpcgen/rpc_cout.c (emit_single_in_line): Use INT32
605         instead of LONG.
606         * tools/rpcgen/rpc_parse.c (get_type): Likewise.
607         (unsigned_dec): Likewise.
608         * tools/rpcgen/rpc_scan.c (symbols): Likewise.
609         * tools/rpcgen/rpc_scan.h (tok_kind): Likewise.
610         * tools/rpcgen/rpc_util.c (tokstrings): Likewise.
611
612 Thu Oct 28 11:27:51 1999 Neil Brown <neilb@cse.unsw.edu.au>
613
614         * support/include/nfs/export.h addedd NFSEXP_NOSUBTREECHECK
615         * support/nfs/exports.c: added {no_,}subtree_check and changed
616           crossmnt to nohide
617         * utils/exportfs/exports.man: added no_subtree_check and nohide
618           and removed irrelevant stuff from unfsd.
619         * support/export/rmtab.c: rmtab_read didn't quite do the right
620           thing if a pathname from rmtab was a subdirectory of an export-point
621
622 Tue Oct 26 17:22:40 1999  H.J. Lu <hjl@lucon.org>
623
624         * README: Updated ftp site.
625
626 Mon Oct 25 18:12:45 1999  H.J. Lu <hjl@lucon.org>
627
628         * nfs-utils.spec (Version): Set to 0.1.2.
629
630         * configure.in (VERSION): Set to "nfs-utils 0.1.2".
631         * configure: Regenerated.
632
633         * README: Updated.
634
635 Mon Oct 25 18:11:21 1999  H.J. Lu <hjl@lucon.org>
636
637         * utils/mountd/auth.c (auth_error): Add "no_forward_dns".
638         (auth_authenticate_internal): Check for NULL return on forward
639         DNS lookup.
640         (auth_authenticate): Handle "no_forward_dns".
641
642 Thu Oct 21 16:22:06 1999  H.J. Lu <hjl@lucon.org>
643
644         * Version 0.1.1 released.
645
646         * nfs-utils.spec (Version): Set to 0.1.1.
647
648         * configure.in (VERSION): Set to "nfs-utils 0.1.1".
649         * configure: Regenerated.
650
651         * README: Updated.
652
653 Mon Oct 18 17:43:29 1999  H.J. Lu <hjl@lucon.org>
654
655         * nfs-utils.spec (Obsoletes): Fixed a typo, change knfsd-client
656         to knfsd-clients.
657         (Provides): Likewise.
658
659 Mon Oct 18 14:56:22 1999  H.J. Lu <hjl@lucon.org>
660
661         * Initial version 0.1 released.
662
663         * configure.in (VERSION): Set to "nfs-utils 0.1".
664         * configure: Regenerated.
665
666 Mon Oct 18 14:54:57 1999  H.J. Lu <hjl@lucon.org>
667
668         * utils/mountd/mountd.c (get_exportlist): Cleanup.
669
670         * utils/exportfs/exportfs.c (unexport_all): Unexport from
671         kernel only if the entry is exported to kernel.
672         (unexportfs): Likewise.
673
674 Wed Sep 08 16:49:32 1999  Neil Brown <neilb@cse.unsw.edu.au>
675
676 1/ utils/mountd/rmtab.c::mountlist_list
677
678      This routine stats the rmtab file to see if it has changed.  It
679      if has, it cleans up it's old copy of the data. But it still
680      always re-read the file, thus returning multiple copies of the
681      data on consecutive calls without intervening changes.
682      "Showmount -a" didn't show this as it appears to sort/unique the
683      data, but 'strace showmount -a' showed that the size of the
684      datagram that it received grew.
685
686      I moved the getrmtabent loop inside the mtime test.
687
688 2/ utils/exportfs/exportfs.c
689    
690      Many routines used the m_path field of m_export instead of
691      e_path.
692      According to the comment in nfslib.h, m_path should only
693      be used when processing a mount request (i.e. in mountd)
694      where the mountpoint may be a subdirectory of the export point.
695
696      I changed all occurances of m_path to e_path
697
698
699 3/ utils/exportfs/exportfs.c:main
700
701       extra arguments are not meaningful with -a or -r, but
702       exportfs accepted them and then ignored the -a/-r, expect that
703       -r would still unexport everything first.
704
705       I generate an error if there are extra args and f_all
706
707 4/ utils/exportfs/exportfs.c:main
708      extract dump out as a special case.
709
710 5/ utils/exportfs/exportfs.c
711      made f_reexport a local variable.
712
713
714 6/ utils/exportfs/exportfs.c:main,exportall
715
716     support/export/rmtab.c
717        only  mayexport on newly created entries, don't set xtabent at all
718
719 7/ support/include/nfslib.h
720
721       add #define _PATH_PROC_EXPORTS to be /proc/fs/nds/exports
722
723 8/ support/export/xtab.c
724
725       xtab_mount_read loads data from _PATH_PROC_EXPORTS if it exists,
726       else from xtab
727
728
729 9/ support/export/xtab.c
730
731       xtab_mount_read now sets m_exported, and NOT
732         xtabent and mayexport
733
734       removed the append arguement from xtab_write as it was
735         never used.
736
737       added is_export flag to xtab_write similar to xtab_read
738         if is_export, only write entries with m_xtabent or m_addxtab
739         if !is_export, only write entries with m_exported
740      
741 10/ support/export/export.c::export_allowed_internal
742
743       added test for exp->m_mayexport, as the export tree
744         may have entries that are no longer allowed to be exported,
745         and so shouldn't caused deduced exported by rmtab_read
746
747 11/ utils/exportfs/exportfs.c::main
748         error checking of flags.
749
750 12/ utils/exportfs/exportfs.c
751
752         total rewrite of export and unexport logic.
753         We now:
754         -  build an exportslist of valid exports, based on
755            current etab file  and arguments,
756         -  read rmtab to instantiate relevant wild card entries
757         -  read etab to find out what is currently exported
758         -  synchronise intention with reality
759         -  write out etab and xtab
760
761 13/  various
762         discard the m_addxtab flag
763         add m_changed flag so we know what to report in exportfs
764
765 14/ utils/mountd/auth.c:auth_authenticate
766
767         the value returned by gethostbyaddr was trusted.
768
769         It now follows this with a call to gethostbyname
770         and checks that the address is in the list.
771
772 15/ support/export/nfsctl.c::cltsetup,expsetup
773
774         force client names to lowercase as kernel is
775         sensitive to case
776
777 16/ quietened a few compiler warnings
778
779 17/ support/export/client:client_lookup
780
781      look for pre-existing client with same name before creating
782         a new one.
783
784 18/ support/include/exportfs.h
785
786      The ordering of the MCL_* enum was:
787         ANONYMOUS, FQDN, SUBNETWORK, WILDCARD, NETGROUP
788
789      I moved ANONYMOUS to the end.
790
791      The ordering is significant when an export entry is being searched for to 
792         match a given address.  There are two problems with ANONYMOUS being first.
793
794         1/ if a directory is exported rw to a couple of hosts and ro to everyone else,
795            then the ro case will always be found first and the privileged hosts won't get
796            their privilege
797         2/ When mountd gets a request to mount an ANONYMOUSly exported tree, it creates a FQDN
798            export entry for the specific host, and writes it to xtab.
799            When another request comes from the same host, the ANONYMOUS entry is found again, 
800            before the new FQDN entry, so it creates another FQDN entry and writes it to xtab
801            again.  If causes bloat in xtab.
802
803       Putting ANONYMOUS at the end reflects it's nature as a catch-all
804
805 19/ utils/exportfs/exportfs.man
806         many updates to the man page to reflect changes to the code
807
808 -----------------------
809
810
811
812 TODO:
813
814 - allow exportfs to modify rmtab file
815 - make sure kernel never gets two clients with same IP address
816     - possible kernel should reject
817     - needs to be some way to lookup client in kernel by IP address
818 - maybe get kernel to do case-insensitive comparisons on client names
819 - remove unused clients from kernel
820
821 - change etab to xtab and xtab to xtab.active
822
823 - timestamp and/or statd-stamp in rmtab for removing old entries.
824
825 Mon Oct 18 11:48:07 1999  H.J. Lu <hjl@lucon.org>
826
827         * linux-nfs: New directory.
828         * linux-nfs/ChangeLog: Moved from ..
829         * linux-nfs/INSTALL: Likewise.
830         * linux-nfs/KNOWNBUGS: Likewise.
831         * linux-nfs/NEW: Likewise.
832         * linux-nfs/README: Likewise.
833         * linux-nfs/THANKS: Likewise.
834         * linux-nfs/TODO: Likewise.
835
836         * Starting from knfsd 1.4.7.