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