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