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